Bug: Incorect media provider identifier format for Jellyfin

All your suggestions, requests and ideas for future development
Post Reply
ShadowWalker
Posts: 3
Joined: 26 Dec 2022, 20:41

Bug: Incorect media provider identifier format for Jellyfin

Post 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.
ShadowWalker
Posts: 3
Joined: 26 Dec 2022, 20:41

Re: Bug: Incorect media provider identifier format for Jellyfin

Post 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]
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Bug: Incorect media provider identifier format for Jellyfin

Post 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.
:idea: Please read the FAQ and How to Request Help.
ShadowWalker
Posts: 3
Joined: 26 Dec 2022, 20:41

Re: Bug: Incorect media provider identifier format for Jellyfin

Post by ShadowWalker »

Thank you rednoah.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Bug: Incorect media provider identifier format for Jellyfin

Post by rednoah »

Cheers. Thanks for testing the latest revisions and reporting back issues.
:idea: Please read the FAQ and How to Request Help.
Post Reply