mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:10:04 +03:00
Merge pull request #1808 from GeiserX/add-smart-covers
Add SmartCovers to third-party plugins
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user