Questions regarding CLI
Posted: 13 Dec 2013, 23:10
I had a couple of questions regarding the CLI
Using non-strict matching, I get this:
Which is, of course wrong.. so I tried it with the default strict matching, where I get this:
As you can see, that doesn't work either.. Now I could use non-strict with -q or something else, but this is in a script that processes all my movies and tv shows, so I can't really do that, I'm just wondering why it can't process Law & Order SVU, even though it obviously know's thats what it is?
2nd question, of a little less importance, how can I change the default Episode Formatting of the CLI with specifying it on the command line? If I specify it, the filebot assumes TV mode.. If I don't specify, it will detect Movie or TV show.. If it's not currently possible, then that's ok, I'll just have to continue to rely on python for Episode format..
Thank you
Using non-strict matching, I get this:
Code: Select all
"C:\Program Files\FileBot\filebot.exe" -rename "law.and.order.svu.s11e02.dvdrip.xvid-reward.avi" -non-strict --log all
Filename pattern: [1.00] SxE, [0.00] CWS
Rename episodes using [TheTVDB]
Auto-detected query: [Law & Order: Special Victims Unit, Law and Order, Law and Order SVU]
Fetching episode data for [Law & Order: Special Victims Unit]
Fetching episode data for [Law and Order (1978)]
Fetching episode data for [Law and Disorder]
Fetching episode data for [Law & Order]
[MOVE] Rename [C:\Users\chris41g\Downloads\Law and Order SVU S11E02 DVDRip XviD-REWARD\law.and.order.svu.s11e02.dvdrip.xvid-reward.avi] to [Law & Order - 11x02 - Turnstile Justice.avi]
Processed 1 files
Done ?(?????)?
Code: Select all
"C:\Program Files\FileBot\filebot.exe" -rename "law.and.order.svu.s11e02.dvdrip.xvid-reward.sample.avi" --log all
Deleted file - C:\Users\chris41g\Downloads\Law and Order SVU S11E02 DVDRip XviD-REWARD\law.and.order.svu.s11e02.dvdrip.xvid-reward.sample.avi
Filename pattern: [1.00] SxE, [0.00] CWS
Rename episodes using [TheTVDB]
Auto-detected query: [Law & Order: Special Victims Unit, Law and Order, Law and Order SVU]
Exception: Handling multiple shows requires non-strict matching
Failure (~_~)
Launch4j: Failed to run the given command.
2nd question, of a little less importance, how can I change the default Episode Formatting of the CLI with specifying it on the command line? If I specify it, the filebot assumes TV mode.. If I don't specify, it will detect Movie or TV show.. If it's not currently possible, then that's ok, I'll just have to continue to rely on python for Episode format..
Thank you