Skip to content

Commit

Permalink
Add release 1.2.1.0 to jellyfin repo
Browse files Browse the repository at this point in the history
  • Loading branch information
josdion committed Oct 27, 2024
1 parent 46244cf commit fd7752d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Subtitles plugin for [Emby](https://emby.media/) and [Jellyfin](https://jellyfin
## Installation
- Repository (Jellyfin only):
- Add to the list this URL:
- For **Jellyfin 10.9**
- For **Jellyfin 10.10**
```
https://raw.githubusercontent.com/josdion/subbuzz/master/repo/jellyfin_10.9.json
https://raw.githubusercontent.com/josdion/subbuzz/master/repo/jellyfin_10.10.json
```
- For **Jellyfin 10.8**
- For **Jellyfin 10.9**
```
https://raw.githubusercontent.com/josdion/subbuzz/master/repo/jellyfin_10.8.json
https://raw.githubusercontent.com/josdion/subbuzz/master/repo/jellyfin_10.9.json
```
- Manual:
- Download the appropriate archive from [![Latest release](https://badgen.net/github/release/josdion/subbuzz)](https://github.com/josdion/subbuzz/releases)
Expand Down
21 changes: 21 additions & 0 deletions repo/jellyfin_10.10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[
{
"guid": "5aeab01b-2ef8-45c6-bb6b-16ce9cb268d4",
"name": "subbuzz",
"description": "Download subtitles from various sites.",
"overview": "Download subtitles for your media",
"owner": "josdion",
"category": "Metadata",
"imageUrl": "https://raw.githubusercontent.com/josdion/subbuzz/master/thumb.png",
"versions": [
{
"version": "1.2.1.0",
"changelog": "- Added new provider: SubDL.com\n",
"targetAbi": "10.10.0.0",
"sourceUrl": "https://github.com/josdion/subbuzz/releases/download/v1.2.1.0/subbuzz_1.2.1.0_jellyfin_10.10.zip",
"checksum": "4b468fbc8b0756311f194f746fe56887",
"timestamp": "2024-10-27T10:01:24Z"
}
]
}
]
8 changes: 8 additions & 0 deletions repo/jellyfin_10.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"category": "Metadata",
"imageUrl": "https://raw.githubusercontent.com/josdion/subbuzz/master/thumb.png",
"versions": [
{
"version": "1.2.1.0",
"changelog": "- Added new provider: SubDL.com\n",
"targetAbi": "10.9.0.0",
"sourceUrl": "https://github.com/josdion/subbuzz/releases/download/v1.2.1.0/subbuzz_1.2.1.0_jellyfin_10.9.zip",
"checksum": "7e039fcf6084acf2d3c156b47533d8a6",
"timestamp": "2024-10-27T10:01:24Z"
},
{
"version": "1.2.0.0",
"changelog": "- Add Subf2m.co\n",
Expand Down

0 comments on commit fd7752d

Please sign in to comment.