Page 1 of 1

Bug: Incorect media provider identifier format for Jellyfin

Posted: 26 Dec 2022, 20:55
by ShadowWalker
I am using your beta version with my Jellyfin server. I noticed using { jellyfin.id } it creates the media provider identifiers in the wrong format. It creates something like this:

Code: Select all

Saturday Night Live (1975) [tmdb-1667]
when according to the Jellyfin Movie and Shows page in their documentation, they require it to be in this format:

Code: Select all

Saturday Night Live (1975) [tmdbid-1667]
e.g. have id after the source (imdb or tmdb)


I have verified that using "id" after the source (imdbid or tmdbid) for both shows and movies is correct.

Re: Bug: Incorect media provider identifier format for Jellyfin

Posted: 26 Dec 2022, 20:58
by ShadowWalker
From the Jellyfin documenation:

In order to help with identifying a movie, Jellyfin can make use of media provider identifiers. This can be specified in your movie's folder name, for example:

Code: Select all

Film (2010) [imdbid-tt0106145] or Film (2018) [tmdbid-65567]
In order to help with identifying a series, Jellyfin can make use of media provider identifiers. This can be specified in your show's folder name, for example: Series (2018)

Code: Select all

[tmdbid-65567] or Series (2018) [tvdbid-65567]

Re: Bug: Incorect media provider identifier format for Jellyfin

Posted: 27 Dec 2022, 02:10
by rednoah
I see. I guess this differs from the {plex} format defaults. I'll look into it.


Relevant Links:
* https://jellyfin.org/docs/general/server/media/shows/
* https://jellyfin.org/docs/general/server/media/movies/




EDIT:

Fixed with FileBot r9503.

Re: Bug: Incorect media provider identifier format for Jellyfin

Posted: 27 Dec 2022, 04:13
by ShadowWalker
Thank you rednoah.

Re: Bug: Incorect media provider identifier format for Jellyfin

Posted: 27 Dec 2022, 04:30
by rednoah
Cheers. Thanks for testing the latest revisions and reporting back issues.