Merge pull request #1808 from GeiserX/add-smart-covers

Add SmartCovers to third-party plugins
This commit is contained in:
Niels van Velzen
2026-04-20 22:05:42 +02:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -337,6 +337,14 @@ Downloads Hebrew subtitles from WizdomSubs for your media files. This plugin pro
- [GitHub](https://github.com/DeDuplicate/Jellyfin_wizdomsubs_downloader)
#### 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)
## Repositories
import { OfficialPluginRepositories, ThirdPartyRepositories } from '../../../../src/data/pluginRepositories';
+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'
}
}
];