My GUI is running on a Ubuntu 18.04, but the files are hosted on a WDmycloud Nas Drive mapped via fstab over nfs.

Code: Select all
/absolute/path/to/Media/{plex}
Code: Select all
filebot -rename *.mp4 --q "Disney Animated Shorts" --db TheTVDB -non-strict
Rename episodes using [TheTVDB] with [Airdate Order]
Fetching episode data for [Disney Animated Shorts]
[MOVE] from [Donald & Goofy - Billposters.mp4] to [Disney Animated Shorts - 1940x04 - Billposters.mp4]
Processed 1 files
I think this is what you are looking for the path of my media?Can you provide file path information as text so I can run a few tests? The things shown in the screenshot work out of the box for me:
Established shows such as "Disney Animated Shorts" should work regardless, since the query-blacklist only applies to TheTVDB / TheMovieDB / etc API search requests, but does not apply to any lookup of the internal memory.
This kind of pre-processing can be done with FileBot using Plain File Mode just as well:neuman1812 wrote: ↑13 Sep 2019, 03:02 I removed that first part using a bulk renamer and fed just the episode titles into filebot. it managed to get all of them but 2.
true IF "Disney Animated Shorts" in filename NOT if in foldernamerednoah wrote: ↑13 Sep 2019, 12:12 1.Established shows such as "Disney Animated Shorts" should work regardless, since the query-blacklist only applies to TheTVDB / TheMovieDB / etc API search requests, but does not apply to any lookup of the internal memory.
Really? Make makes you think so? Internally, I don't distinguish between file names or folders names internally AFAIK, it's all just keywords. Should work the same for file name / folder name / folder folder name / etc.
with "Disney Animated Shorts" WAY down the listMatch Series Name => [Short] [Disney Animated Short]
Query Series => [Short, disney animated short]
Rank [Short] => [Short, Short Peace]
SSL issues: @ thetvdb ?
Nope, just AdoptOpenJDK 11.0.4 (armv7) throwing SSL errors when establishing a connection to any CloudFlare edge cache, and FileBot leniently ignoring the error and marking the database entry as removed.
IDK. Different code. Different issues. But perhaps similar symptoms for some random reason?
Code: Select all
$ filebot -rename "Disney Animated Shorts - S1940E04.mp4" --action TEST --log INFO
[TEST] from [Disney Animated Shorts - S1940E04.mp4] to [Disney Animated Shorts - 1940x04 - Billposters.mp4]