To improve jellyfin media identification one can specify a metadata provider identifier for each movie or show.
For instance "Best_Movie_Ever (1994) [tmdbid-680] [imdbid-1234],mkv"
The current naming format makes it possible to insert those id but when a given one is not available it is replaced with "" and results in a malformed name "Best_Movie_Ever (1994) [tmdbid-680] [imdbid-],mkv"
Could we have a solution for being able to show parts of strings based on conditions?
Having a hardcoded jellyfin dedicated naming convention would also do the job.
To improve jellyfin media identification one can specify a metadata provider identifier for each movie or show.
For instance "Best_Movie_Ever (1994) [tmdbid-680] [imdbid-1234],mkv"
The current naming format makes it possible to insert those id but when a given one is not available it is replaced with "" and results in a malformed name "Best_Movie_Ever (1994) [tmdbid-680] [imdbid-],mkv"
Could we have a solution for being able to show parts of strings based on conditions?
Having a hardcoded jellyfin dedicated naming convention would also do the job.