I'm not sure how accurate my 90% figure is
I'm using Filebot to help rename MyhtTV recordings for Plex. Some of the shows are years old, so I couldn't be terribly picky on the filter. I was using:
Code: Select all
filebot -rename "$PRETTYFILEPATH" --db thetvdb -non-strict --filter "y > 2010" --format "/media/NAS/PlexRecordings/{n}/Season {s}/{n} - S{s.pad(2)}E{e.pad(2)} - {t}"
Now that I've converted all my previous recordings, I can afford to be a little more specific on the filter since recordings will be converted just after they air.
MythTV doesn't always have the season and episode information, so sometimes I'm left with just series and title to go on. "y > 2010" fixed a lot of my early problems but off the top of my head there's still 2 shows that aren't working right.
The Big Bang Theory. I ran it on the 2 latest episodes. One filebot named fine, the other ended up as "Eureka! The Big Bang Query - S01E01 - Episode 1.mkv"
The Walking Dead Season 6. Every episode was named wrong, episodes seemingly randomly split between being named "Fear the walking dead" and "The talking dead". Oddly enough, when I ran the same episodes through the filebot gui it named all of them correctly without even prompting me for the correct series.
Sorry I don't know how to check logs (or even if they're being created)