Skip to content

Commit

Permalink
Update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
josdion committed Feb 11, 2024
1 parent f574554 commit 65e5723
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ Subtitles plugin for [Emby](https://emby.media/) and [Jellyfin](https://jellyfin
## Installation
- Repository (Jellyfin only):
- Add to the list this URL:
- For **Jellyfin 10.7:**
```
https://raw.githubusercontent.com/josdion/subbuzz/master/repo/jellyfin_10.7.json
```
- For **Jellyfin 10.8**
```
https://raw.githubusercontent.com/josdion/subbuzz/master/repo/jellyfin_10.8.json
Expand Down
20 changes: 14 additions & 6 deletions repo/jellyfin_10.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,46 @@
"category": "Metadata",
"imageUrl": "https://raw.githubusercontent.com/josdion/subbuzz/master/thumb.png",
"versions": [
{
"version": "1.0.7.0",
"changelog": "- Fix OpenSubtitles.com episode search\n- Fix Yavka.net\n",
"targetAbi": "10.8.13.0",
"sourceUrl": "https://github.com/josdion/subbuzz/releases/download/v1.0.7.0/subbuzz_1.0.7.0_jellyfin_10.8.zip",
"checksum": "b3b4f37a440d5204d19ad0a6f8c14963",
"timestamp": "2024-02-11T13:35:51Z"
},
{
"version": "1.0.6.0",
"changelog": "Fix Yavka.net\n",
"targetAbi": "10.8.0.0",
"sourceUrl": "https://github.com/josdion/subbuzz/releases/download/v1.0.6.0/subbuzz_1.0.6.0_jellyfin_10.8.zip",
"checksum": "7d2716565d08b79abcac603fd9971267",
"timestamp": "2023-06-28T06:05:23Z"
},
{
},
{
"version": "1.0.5.0",
"changelog": "- Added new provider: Addic7ed.com\n- Subtitle caching.\n- Added post-processing option to adjust subtitles duration.\n- Fix Subf2me.co java script challenge. Require Node.js to be installed.\n- Various bug fixes.",
"targetAbi": "10.8.0.0",
"sourceUrl": "https://github.com/josdion/subbuzz/releases/download/v1.0.5.0/subbuzz_1.0.5.0_jellyfin_10.8.zip",
"checksum": "bb3709f8e5358defcd8c0bbd14693ca1",
"timestamp": "2023-04-23T10:01:12Z"
},
},
{
"version": "1.0.4.0",
"changelog": "Added new provider: Subf2m.co. Fix YIFY Subtitles\n",
"targetAbi": "10.8.0.0",
"sourceUrl": "https://github.com/josdion/subbuzz/releases/download/v1.0.4.0/subbuzz_1.0.4.0_jellyfin_10.8.zip",
"checksum": "02a7c096691bd945190283cb60d70065",
"timestamp": "2023-02-28T19:42:32Z"
},
{
},
{
"version": "1.0.3.0",
"changelog": "Added new providers: Podnapisi.NET and Subscene.\n",
"targetAbi": "10.8.0.0",
"sourceUrl": "https://github.com/josdion/subbuzz/releases/download/v1.0.3.0/subbuzz_1.0.3.0_jellyfin_10.8.zip",
"checksum": "7015602881d978fa468b3932620ac61a",
"timestamp": "2022-06-20T09:26:32Z"
},
},
{
"version": "1.0.2.0",
"changelog": "Bug fix release.\n",
Expand Down
2 changes: 1 addition & 1 deletion subbuzz.jellyfin.10.8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.8.*-*" />
<PackageReference Include="SharpCompress" Version="0.26.0" />
<PackageReference Include="SharpCompress" Version="0.32.2" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion subbuzz.jellyfin.10.9.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.8.*-*" />
<PackageReference Include="SharpCompress" Version="0.26.0" />
<PackageReference Include="SharpCompress" Version="0.32.2" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Expand Down

0 comments on commit 65e5723

Please sign in to comment.