I’m trying to add my Star Wars The Clone Wars episode in “absolute order” but Plex isn’t getting metadata for it. I know for a fact that TheTVDB has the absolute ordering.
It appears that your naming is a little off. Absolute order on TheTVDB has all episodes grouped into season 1 so, to match, your files should likely be named following this pattern:
Star Wars The Clone Wars - S01E01 - Cat and Mouse [1080p].mkv
Note a couple of things:
The inclusion of the S01 so that it matches with what TheTVDB expects for absolute ordering.
The removal of the hyphen between “Star Wars” and “The Clone Wars.” Hyphens are used by the scanning agent to separate sections of the filename (show name, season/episode info, optional info). Having the extra one in there could cause it some challenges in parsing the info.
TV Shows\ <--- Whatever folder your library points to
Star Wars The Clone Wars\
Season 01\
Star Wars The Clone Wars - S01E01 - Cat and Mouse [1080p].mkv
I just did quick test on my server to ensure that it works.
If it doesn’t work after renaming/scanning, you may need to perform the steps at this link (Plex Dance):
FYI, check out the Media Organization docs. They show how Plex expects movies, TV shows, etc to be organized.
Plex is particularly sensitive with TV show organization. Using the structure in @pshanew’s post is highly recommended. If you vary from it Plex might still interpret things correctly, but in reality you’re just getting lucky.
If you need to re-name a lot of files, take a look at FileBot. Many people on the forum use it to help with file naming and organization.
I renamed the file exactly like in @pshanew’s post but it still won’t get meta data. I did the Plex Dance thing but it seems like it still has the show info cached. Any other way to start from scratch?
Hmm… You could try deleting the agent’s metadata cache, located here:
%LOCALAPPDATA%\Plex Media Server\Plug-in Support\Caches\*
Stop PMS before doing it. There shouldn’t be any ill-effects from doing so, but you may want to backup the directory first. Afterward, start PMS and do “The Dance” again.
If that doesn’t work, I’m not sure. It may be log time.
And, full disclosure, I’m testing on PMS 1.18.2.2058, running on Linux. It shouldn’t make a difference, but…