Jellyfin Forum
Cover/metadata sources for "game movies"? - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Cover/metadata sources for "game movies"? (/t-cover-metadata-sources-for-game-movies)



Cover/metadata sources for "game movies"? - Iskelderon - 2024-05-31

Does anyone know if there's a good plugin to get covers and more details for video game content?

"Game movies" downloaded off YouTube are a nice way to relive old video games and using the IMDB ID there's usually a decent chance Jellyfin will find at least something, but cover art and the like are often something that has to be added manually and which Jellyfin sometimes likes to nuke weeks or months later even when the library is set to not update metadata without permission.

There's a plugin for video game MUSIC, but that's bound to be a separate can of worms.


RE: Cover/metadata sources for "game movies"? - TheDreadPirate - 2024-05-31

Maybe this?

https://github.com/ankenyr/jellyfin-youtube-metadata-plugin

Also, for the record, Jellyfin makes little or no use of IMDB. TMDB often links IMDB IDs to TMDB IDs, which is why they often work still. But you should ignore IMDB when using Jellyfin.


RE: Cover/metadata sources for "game movies"? - Iskelderon - 2024-06-02

Thanks, but unfortunately that seems to only reference Youtube, not the details for the actual game, to grab the cover and maybe description.

Sadly, without the IDs Jellyfin often gets confused with international libraries. I've grown accustomed to specifying both the TMDB and IMDB IDs as well in the folder name, since even just MovieDB sometimes leads to false results (they have separate ID series for TV shows and movies). Though I structure my folders according to MovieDB, since that seems to be used primarily when a new directory is parsed.


RE: Cover/metadata sources for "game movies"? - evelynwang - 2025-08-27

You might want to check out the Jellyfin Game Metadata plugin or the IGDB Metadata Providerchiikawa puzzle(if you haven’t tried it yet). Both plugins pull metadata from IGDB (a comprehensive game database), including cover art, descriptions, and release information. The process is similar to using TMDB/IMDB IDs, but you’ll use IGDB IDs instead of IMDB.
If Jellyfin keeps deleting metadata, try disabling "Auto-refresh metadata" in your library settings and manually back up the metadata.xml file in your media folder for easy restoration when needed.
P.S.: I’ve faced similar issues with international movies, and my workaround was adding tags like {tmdb-12345} to folder names to avoid confusion.