Add SmartCovers to third-party plugins

This commit is contained in:
GeiserX
2026-03-31 16:23:00 +02:00
parent 20b837c6c8
commit 3773819769
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -289,6 +289,14 @@ A plugin to integrate your Shoko database with the Jellyfin media server.
- [GitHub](https://github.com/ShokoAnime/Shokofin)
#### SmartCovers
Fallback cover-image provider for books, audiobooks, and PDFs. Extracts covers from files locally (EPUB, PDF, audio embedded art) and fetches from Open Library and Google Books when local extraction fails.
**Links:**
- [GitHub](https://github.com/GeiserX/smart-covers)
#### Skin Manager
Download and manage the most popular skins.
+8
View File
@@ -121,5 +121,13 @@ export const ThirdPartyRepositories: Array<PluginRepository> = [
includes: {
'WizdomSubs Downloader': 'https://github.com/DeDuplicate/Jellyfin_wizdomsubs_downloader'
}
},
{
id: 'gh:GeiserX/smart-covers',
name: "GeiserX's SmartCovers Repo",
url: 'https://geiserx.github.io/smart-covers/manifest.json',
includes: {
SmartCovers: 'https://github.com/GeiserX/smart-covers'
}
}
];