I just started with PMM this weekend and I'm blown away by the possibilities. Thanks for the great tool!
I'd like to use PMM to fix some of the bad episode orders TVDB/TMDB have set for Aired/DVD on locked series
I see mention of using PMM for this in some places (https://docs.ibracorp.io/plex-meta-manager-1/tv-configuration/tv-configuration-example/setting-custom-tv-episode-orders) but I don't see many walkthroughs, or another question on this Discord
My first thought is to create a yml config for the series I'd like to change with full metadata entries for each episode I want to move (as was done in the link above). From what I can tell if I'm going this route I'll need to include all metadata I want for each episode I'm moving in the config (e.g. title, summary, writer, director, etc) and then I would rearrange the large chunks of metadata for each episode into the order I prefer. This would mean maintaining large amounts of metadata just to change the episode order, and if there are any metadata items I've missed (for example some cast/crew) Plex will fill in the data for the episode from the old TMDB order rather than the episode I want
Is that the best way to change the order, or is there another way that will switch the episode order while maintaining the metadata from TMDB for each episode?
I was thinking I could somehow change the episode order in one of the following ways, but haven't seen how any of them would work yet:
- Referencing the TMDB episode ID directly in the yml file for each episode whos order I'd like changed
- Using the sort_title yml setting under each episode entry so that the sort_titles match the order I'd prefer (didn't seem to work when I tried)
- Referencing a custom TMDB "episode group", which is the TMDB feature that allows users to add alternate episode orders to their database
Can anyone help me understand the best way to implement custom episode orders?