Issue renaming Law and Order True crime
Posted: 29 Sep 2017, 00:50
I just started with the show Law and Order: True Crime. Filebot is seeing the file as Law & Order. I found the --filter option, but I'm too much of a noob to figure out how to tell filebot to detect the file properly.
Here is a segment of my log file that shows the issue.
I found that if I invoke filebot like this:
I can get it to show me the episodes.
Anybody have a suggestion on how to add a --filter or some other switch to convince filebot that this file is True Crime?
Thanks!
Here is a segment of my log file that shows the issue.
Code: Select all
Run script [fn:amc] at [Wed Sep 27 01:24:45 UTC 2017]
Parameter: ut_dir = /config/downloaded/
Parameter: ut_kind = multi
Parameter: music = y
Parameter: deleteAfterExtract = n
Parameter: clean = y
Parameter: excludeList = /config/scripts/amc-exclude-list.txt
Parameter: subtitles = en
Parameter: movieFormat = Movies/{n} ({y})/{n.replaceAll(/[\`\u00b4\u2018\u2019\u02bb]/, "'").replaceAll(/[\u201c\u201d]/, '""')} ({y}) {' CD'+pi}
Parameter: musicFormat = Music/{n.replaceAll(/[\`\u00b4\u2018\u2019\u02bb]/, "'").replaceAll(/[\u201c\u201d]/, '""')}/{album.replaceAll(/[\`\u00b4\u2018\u2019\u02bb]/, "'").replaceAll(/[\u201c\u201d]/, '""')}/{media.TrackPosition.pad(2)} - {t.replaceAll(/[\`\u00b4\u2018\u2019\u02bb]/, "'").replaceAll(/[\u201c\u201d]/, '""')}
Parameter: seriesFormat = RecordedTV/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n}.{episode.special ? 'S00E'+special.pad(2) : s00e00}.{t.replaceAll(/[\`\u00b4\u2018\u2019\u02bb]/, "'").replaceAll(/[\u201c\u201d]/, '""').replaceAll(/[!?.]+$/).replacePart(', Part ')}{'.'+lang}
Use excludes: /config/scripts/amc-exclude-list.txt (2198)
Input: /config/downloaded/Law.and.Order.True.Crime.S01E01.XviD-AFG/Law.and.Order.True.Crime.S01E01.XviD-AFG.avi
Group: [tvs:law and order] => [Law.and.Order.True.Crime.S01E01.XviD-AFG.avi]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /config/downloaded/Law.and.Order.True.Crime.S01E01.XviD-AFG/Law.and.Order.True.Crime.S01E01.XviD-AFG.avi
Rename episodes using [TheTVDB]
Auto-detected query: [Law and Order, law and order true crime, law and order true]
Fetching episode data for [Law & Order]
Fetching episode data for [Law & Order: Criminal Intent]
Fetching episode data for [Law & Order: Los Angeles]
Fetching episode data for [Law & Order: UK]
Fetching episode data for [Law & Order: Special Victims Unit]
[COPY] Rename [/config/downloaded/Law.and.Order.True.Crime.S01E01.XviD-AFG/Law.and.Order.True.Crime.S01E01.XviD-AFG.avi] to [/output/RecordedTV/Law & Order/Season 01/Law & Order.S01E01.Prescription for Death.avi]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
Code: Select all
filebot -list --q "Law & Order: True Crime"
Anybody have a suggestion on how to add a --filter or some other switch to convince filebot that this file is True Crime?
Thanks!