mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:40:03 +03:00
Add SmartCovers to third-party plugins
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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