Skip to content

Commit 3875a32

Browse files
refactor: renamed plugin to SeerrFin (v1.5.0.0)
1 parent 7c839da commit 3875a32

49 files changed

Lines changed: 1208 additions & 1208 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ env:
1212
JELLYFIN_VERSION: "10.11.2"
1313
TARGET_ABI: "10.11.0.0"
1414
REPO_OWNER: "varunaditya-plus"
15-
REPO_NAME: "BetterSeerrTabs"
16-
CSPROJ: "src/Jellyfin.Plugin.BetterSeerrTabs/Jellyfin.Plugin.BetterSeerrTabs.csproj"
17-
ASSEMBLY_INFO: "src/Jellyfin.Plugin.BetterSeerrTabs/Properties/AssemblyInfo.cs"
15+
REPO_NAME: "SeerrFin"
16+
CSPROJ: "src/Jellyfin.Plugin.SeerrFin/Jellyfin.Plugin.SeerrFin.csproj"
17+
ASSEMBLY_INFO: "src/Jellyfin.Plugin.SeerrFin/Properties/AssemblyInfo.cs"
1818

1919
jobs:
2020
extract-version:
@@ -115,7 +115,7 @@ jobs:
115115
fi
116116
117117
JELLYFIN_ABI=$(echo "${TAG#v}" | cut -d. -f1-2)
118-
ZIP_NAME="Jellyfin.Plugin.BetterSeerrTabs_${JELLYFIN_ABI}.0.zip"
118+
ZIP_NAME="Jellyfin.Plugin.SeerrFin_${JELLYFIN_ABI}.0.zip"
119119
echo "jellyfin_abi=${JELLYFIN_ABI}" >> "$GITHUB_OUTPUT"
120120
echo "zip_name=${ZIP_NAME}" >> "$GITHUB_OUTPUT"
121121
echo "Latest jellyfin-web tag: ${TAG} -> ABI ${JELLYFIN_ABI}, zip ${ZIP_NAME}"
@@ -126,7 +126,7 @@ jobs:
126126
CHANGELOG: ${{ needs.extract-version.outputs.changelog }}
127127
run: |
128128
VERSION="${{ steps.version.outputs.version }}"
129-
OUT_DIR="${GITHUB_WORKSPACE}/src/Jellyfin.Plugin.BetterSeerrTabs/bin/Release/net9.0"
129+
OUT_DIR="${GITHUB_WORKSPACE}/src/Jellyfin.Plugin.SeerrFin/bin/Release/net9.0"
130130
TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%S.0000000Z")
131131
ZIP_NAME="${{ steps.jellyfin.outputs.zip_name }}"
132132
DIST_DIR="${GITHUB_WORKSPACE}/dist"
@@ -142,15 +142,15 @@ jobs:
142142
changelog: $changelog,
143143
description: "The best way to discover and request Movies and TV Shows through Seerr directly in Jellyfin.",
144144
guid: "c8e4f2a1-9b3d-4e7f-a6c2-1d5e8f0a3b7c",
145-
name: "BetterSeerrTabs",
145+
name: "SeerrFin",
146146
overview: "This plugin lets you add two extra tabs to your top bar, allowing you to discover new Movies and TV Shows, and easily request them in any quality profile you want.",
147147
owner: "varunaditya-plus",
148148
targetAbi: $targetAbi,
149149
timestamp: $timestamp,
150150
version: $version,
151151
status: "Active",
152152
autoUpdate: true,
153-
assemblies: ["Jellyfin.Plugin.BetterSeerrTabs.dll"]
153+
assemblies: ["Jellyfin.Plugin.SeerrFin.dll"]
154154
}' > "${OUT_DIR}/meta.json"
155155
156156
jq --arg version "$VERSION" \
@@ -165,7 +165,7 @@ jobs:
165165
(
166166
cd "${OUT_DIR}"
167167
zip -j "${ZIP_PATH}" \
168-
Jellyfin.Plugin.BetterSeerrTabs.dll \
168+
Jellyfin.Plugin.SeerrFin.dll \
169169
meta.json \
170170
thumb.png
171171
)
@@ -223,16 +223,16 @@ jobs:
223223
- name: Create and push release tag
224224
run: |
225225
VERSION="${{ steps.version.outputs.version }}"
226-
git tag -a "${VERSION}" -m "BetterSeerrTabs ${VERSION}"
226+
git tag -a "${VERSION}" -m "SeerrFin ${VERSION}"
227227
git push origin "${VERSION}"
228228
229229
- name: Create GitHub release
230230
uses: softprops/action-gh-release@v2
231231
with:
232232
tag_name: ${{ steps.version.outputs.version }}
233-
name: BetterSeerrTabs ${{ steps.version.outputs.version }}
233+
name: SeerrFin ${{ steps.version.outputs.version }}
234234
body: |
235-
This is the release for version ${{ steps.version.outputs.version }} of BetterSeerrTabs. To install, follow the instructions in the Readme.
235+
This is the release for version ${{ steps.version.outputs.version }} of SeerrFin. To install, follow the instructions in the Readme.
236236
237237
Changelog:
238238
${{ needs.extract-version.outputs.changelog }}

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<div alt style="text-align: center; transform: scale(.25);">
44
<picture>
5-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/varunaditya-plus/BetterSeerrTabs/raw/main/assets/logo_dark.png" />
6-
<img alt="BetterSeerrTabs Logo" src="https://github.com/varunaditya-plus/BetterSeerrTabs/raw/main/assets/logo_light.png" style="width: 170px;" />
5+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/varunaditya-plus/SeerrFin/raw/main/assets/logo_dark.png" />
6+
<img alt="SeerrFin Logo" src="https://github.com/varunaditya-plus/SeerrFin/raw/main/assets/logo_light.png" style="width: 170px;" />
77
</picture>
88
</div>
99

10-
# BetterSeerrTabs
11-
![GitHub License](https://www.shieldcn.dev/github/license/varunaditya-plus/BetterSeerrTabs.svg?variant=outline&size=sm)
12-
[![GitHub Downloads (all assets, all releases)](https://shieldcn.dev/github/downloads/varunaditya-plus/BetterSeerrTabs.svg?variant=outline&size=sm)](https://github.com/varunaditya-plus/BetterSeerrTabs/releases/latest)
13-
[![GitHub Release](https://shieldcn.dev/github/release/varunaditya-plus/BetterSeerrTabs.svg?size=sm)](https://github.com/varunaditya-plus/BetterSeerrTabs/releases/latest)
10+
# SeerrFin (formerly BetterSeerrTabs)
11+
![GitHub License](https://www.shieldcn.dev/github/license/varunaditya-plus/SeerrFin.svg?variant=outline&size=sm)
12+
[![GitHub Downloads (all assets, all releases)](https://shieldcn.dev/github/downloads/varunaditya-plus/SeerrFin.svg?variant=outline&size=sm)](https://github.com/varunaditya-plus/SeerrFin/releases/latest)
13+
[![GitHub Release](https://shieldcn.dev/github/release/varunaditya-plus/SeerrFin.svg?size=sm)](https://github.com/varunaditya-plus/SeerrFin/releases/latest)
1414
![Please star this repo](https://shieldcn.dev/badge/★%20please%20star-22c55e.svg?theme=amber&color=eab308&size=sm&variant=outline)
1515

1616
The best way to discover and request Movies and TV Shows by using Seerr directly in Jellyfin. This plugin lets you add two top bar tabs for Movies and TV discovery, with request modals powered by your Jellyseerr instance. The categories are gotten using TMDB.
@@ -44,13 +44,13 @@ The best way to discover and request Movies and TV Shows by using Seerr directly
4444
1. Open **Dashboard → Plugins → Manage Repositories**.
4545
2. Click **New Repository** and paste this repository URL:
4646
```
47-
https://raw.githubusercontent.com/varunaditya-plus/BetterSeerrTabs/main/manifest.json
47+
https://raw.githubusercontent.com/varunaditya-plus/SeerrFin/main/manifest.json
4848
```
49-
3. Now go back to **Plugins** in the sidebar, select **All** in the filters above the plugins, and click BetterSeerrTabs. Then click **Install**.
49+
3. Now go back to **Plugins** in the sidebar, select **All** in the filters above the plugins, and click SeerrFin. Then click **Install**.
5050
4. Now you have to restart your Jellyfin instance. Go to **Dashboard** and click the **Restart** button. You're done!
5151

5252
### Configuration
53-
After installation, now configure the extension so it will work with your Seerr instance. Go to **Dashboard → Plugins → BetterSeerrTabs**, click settings, and follow the instructions. You're not stupid. You figured out how to get Jellyfin and Jellyseerr installed.
53+
After installation, now configure the extension so it will work with your Seerr instance. Go to **Dashboard → Plugins → SeerrFin**, click settings, and follow the instructions. You're not stupid. You figured out how to get Jellyfin and Jellyseerr installed.
5454

5555
## Compatibility
5656
| Jellyfin version | Status |
@@ -63,7 +63,7 @@ After installation, now configure the extension so it will work with your Seerr
6363
Please open pull requests if you have any suggestions or features you want to be implemented in this plugin. This is my first C# project, and is inspired heavily by [Home Screen Sections](https://github.com/IAmParadox27/jellyfin-plugin-home-sections). For suggestions, feature requests, or bug reports, open an issue. Please include your Jellyfin version and a screenshot if relevant.
6464

6565
## License
66-
BetterSeerrTabs is licensed under the [MIT License](https://github.com/varunaditya-plus/BetterSeerrTabs/tree/main?tab=MIT-1-ov-file#readme).
66+
SeerrFin is licensed under the [MIT License](https://github.com/varunaditya-plus/SeerrFin/tree/main?tab=MIT-1-ov-file#readme).
6767

6868
## Credits
6969
- [Lato](https://fonts.google.com/specimen/Lato) by Łukasz Dziedzic, served via Google Fonts.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jellyfin.Plugin.BetterSeerrTabs", "src\Jellyfin.Plugin.BetterSeerrTabs\Jellyfin.Plugin.BetterSeerrTabs.csproj", "{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}"
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jellyfin.Plugin.SeerrFin", "src\Jellyfin.Plugin.SeerrFin\Jellyfin.Plugin.SeerrFin.csproj", "{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}"
44
EndProject
55
Global
66
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)