How to handle dates in titles? - 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: How to handle dates in titles? (/t-how-to-handle-dates-in-titles) |
How to handle dates in titles? - Backwoods Genius - 2024-09-09 I had a show with a year in the title that got misidentified and re-done AFTER it had already been in place for a while. The folder named was in the format; Code: Series Name (start year) [tmdbid-xxx] RE: How to handle dates in titles? - TheDreadPirate - 2024-09-09 What series/TMDB ID? I will try to replicate, but having the TMDB ID in the folder name has worked for the couple of shows that have similar named shows. RE: How to handle dates in titles? - Backwoods Genius - 2024-09-10 (2024-09-09, 02:55 PM)TheDreadPirate Wrote: What series/TMDB ID? I will try to replicate, but having the TMDB ID in the folder name has worked for the couple of shows that have similar named shows. "Space 1999 (1975) [tmdbid-134]" Don't understand how it went from being fine to being broken. Went in today and renamed all the episodes with just the tmdbid and the s**e** format. Also changed the series nfo and season nfos to reflect the correct information. Fired the server back up, will see how it looks in the morning. RE: How to handle dates in titles? - Backwoods Genius - 2024-09-10 Okay, it's getting more bizarre. Half the information is right, half is wrong. Even with the correct tmdbid, it pulled in the wrong imdbid. Has the correct show title, but all the rest of the show info is wrong. All the episode nfos are correct. Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> And the series artwork is correct, but the cast list is wrong. The episodes are fine. Looks like I should be able to correct the various ID numbers and get it back in shape. Maybe when I enabled the tvdb plugin, it grabbed the wrong info and messed it all up? RE: How to handle dates in titles? - TheDreadPirate - 2024-09-10 I created a test folder and just put some random files in there. Code: /media/storage2/testShows/Space 1999 (1975) [tmdbid-134]/Season 01/s01e01.mkv The library points at "testShows". It immediately detected the correct show and cast. TMDB is my primary source. Double check that your metadata providers in your library settings are enabled and ordered correctly. RE: How to handle dates in titles? - Backwoods Genius - 2024-09-11 (2024-09-10, 02:52 PM)TheDreadPirate Wrote: I created a test folder and just put some random files in there.My metadata providers are enabled, but I had no idea ordering was even a thing. How do I do that? I did edit the nfos, changed the other ID numbers to the correct values. Seems to be holding together now. What I really don't understand is why it got confused. When I went to the sites to get the correct id numbers all the sites returned the correct series when I searched. So it doesn't seem like the search is getting mixed up. RE: How to handle dates in titles? - TheDreadPirate - 2024-09-11 In Dashboard > Libraries > Select library. In this panel there will be various boxes listing out the metadata category and which providers you are using and in which order of precedence. RE: How to handle dates in titles? - Backwoods Genius - 2024-09-11 Well, blow me down. Been in those menus dozens of times and it never registered that I could shuffle things up and down. All set now. |