Thanks rednoah,
1 - Thanks, I was concerned that the SD|HD items was 'confusing' the matcher somehow..
2 - Appreciate that, been testing with '--action test' for the very same reason. Unfortunately circumstances dictate that all my series files is in one flat structure, not a immediate problem it seems..
3 - Unfortunately the directory where all the series lie is there for other players which operate less effectively in that manner - for example on a WDTV Live you would have to go in every folder by hand to which may or may not be empty, etc. my use case for filebot is to attempt to organise the same folder (with symlinks most probably) in a manner that other players, such as Kodi will at least be able to index/Librarise
Seeing as there should be no issues I'm running into a strange one..
Code: Select all
$ ls /tmp/test ; rm -rf /tmp/test-lib/*
Believe-s01e11-HD.mkv Believe-s01e12-HD.mkv Castle.2009-s08e09-HD.mkv
Believe-s01e11-SD.mp4 Believe-s01e12-SD.mp4 Castle.2009-s08e09-SD.mp4
$ filebot -script fn:amc --output "/tmp/test-lib" --action symlink "/tmp/test" --q seri
es --db TheTVDB --def skipExtract=y -non-strict | tee /tmp/filebot.log
Run script [fn:amc] at [Tue Feb 09 16:40:30 GMT +2]
Parameter: skipExtract = y
Argument: /tmp/test
Input: /tmp/test/Believe-s01e11-HD.mkv
Input: /tmp/test/Believe-s01e11-SD.mp4
Input: /tmp/test/Believe-s01e12-HD.mkv
Input: /tmp/test/Believe-s01e12-SD.mp4
Input: /tmp/test/Castle.2009-s08e09-HD.mkv
Input: /tmp/test/Castle.2009-s08e09-SD.mp4
Group: [tvs:believe] => [Believe-s01e11-HD.mkv, Believe-s01e11-SD.mp4, Believe-s01e12-HD.mkv, Believe-s01e12-S
D.mp4]
Group: [tvs:castle 2009] => [Castle.2009-s08e09-HD.mkv, Castle.2009-s08e09-SD.mp4]
Rename episodes using [TheTVDB]
Fetching episode data for [The UP Series]
Fetching episode data for [The Sagan Series]
Fetching episode data for [Is Born Series]
Fetching episode data for [The Feynman Series]
Fetching episode data for [XIII (2011)]
Fetching episode data for [The UP Series]
Fetching episode data for [The Sagan Series]
Fetching episode data for [Is Born Series]
Fetching episode data for [The Feynman Series]
Fetching episode data for [XIII (2011)]
[SYMLINK] Rename [/tmp/test/Believe-s01e11-SD.mp4] to [/tmp/test-lib/TV Shows/XIII (2011)/Season 01/XIII (2011) - S01E11 - The Bunker.mp4]
[SYMLINK] Rename [/tmp/test/Believe-s01e12-SD.mp4] to [/tmp/test-lib/TV Shows/XIII (2011)/Season 01/XIII (2011) - S01E12 - The Key.mp4]
[SYMLINK] Rename [/tmp/test/Believe-s01e11-HD.mkv] to [/tmp/test-lib/TV Shows/XIII (2011)/Season 01/XIII (2011) - S01E11 - The Bunker.mkv]
[SYMLINK] Rename [/tmp/test/Believe-s01e12-HD.mkv] to [/tmp/test-lib/TV Shows/XIII (2011)/Season 01/XIII (2011) - S01E12 - The Key.mkv]
Processed 4 files
Rename episodes using [TheTVDB]
Fetching episode data for [The UP Series]
Fetching episode data for [The Sagan Series]
Fetching episode data for [Is Born Series]
Fetching episode data for [The Feynman Series]
Fetching episode data for [XIII (2011)]
Fetching episode data for [The UP Series]
Fetching episode data for [The Sagan Series]
Fetching episode data for [Is Born Series]
Fetching episode data for [The Feynman Series]
Fetching episode data for [XIII (2011)]
Stripping invalid characters from new path: TV Shows/Is Born Series/Season 08/Is Born Series - S08E09 - An MG is Born: Part 9 (MGB Roadster)
Stripping invalid characters from new path: TV Shows/Is Born Series/Season 08/Is Born Series - S08E09 - An MG is Born: Part 9 (MGB Roadster)
[SYMLINK] Rename [/tmp/test/Castle.2009-s08e09-HD.mkv] to [/tmp/test-lib/TV Shows/Is Born Series/Season 08/Is Born Series - S08E09 - An MG is Born Part 9 (MGB Roadster).mkv]
[SYMLINK] Rename [/tmp/test/Castle.2009-s08e09-SD.mp4] to [/tmp/test-lib/TV Shows/Is Born Series/Season 08/Is Born Series - S08E09 - An MG is Born Part 9 (MGB Roadster).mp4]
Processed 2 files
Done ヾ(@⌒ー⌒@)ノ
$ ls -1 /tmp/test-lib/TV\ Shows/
Is Born Series
XIII (2011)
As you can see, the input files are nothing close to what they should be, yet the lines starting with ^Group seems to match perfectly (or is that what it searched on TVDB for?), any ideas?
Thanks!