filebot performance issue

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
robwiel
Posts: 41
Joined: 18 Mar 2013, 22:41

filebot performance issue

Post by robwiel »

Hi,

My current setup is
Synology DS212+
Filebot package + scheduled script for automating 2 download folders (1 TV Shows, 1 Movies) every hour or so.
Scripts are working quite fast and never run into problem with them (subtitles fetching, moving files).

I investigated switching to Node with input type being "autodetect" and hardlink with couple additional options: subtitles age <10. For test I used

Code: Select all

Billions s01e04
DCs Legends of Tomorrow S01E04
Mansons Lost Girls 2016
Mustang 2015 720p
Shameless US S06E05
War and Peace 2016 S01e06
Key difference is here that I use autodetect
thing is though:
1. script took almost 20 minutes to run. Is this normal?
2. Even with TEST marked it still moved my files
3. DC legends were recognized as episode 03 vs 04
4. Mansons Lost Girls were recognized as TV show for some reason
5. Cleanup did not work leaving .txt files/folders (actually this might be corrects as with TEST I don't think it should delete anything)
6. Github says newest version is 0.1.8, however synology package does not detect update from 0.1.7

Code: Select all

filebot -script 'fn:amc' /volume1/Files/Downloads/bit/_skonczone --output /volume1/Files/Media/Video --action test -non-strict --conflict auto --filter 'age < 10' --lang en --def 'subtitles=eng' 'clean=y' 'deleteAfterExtract=y' 'minLengthMS=300000' 'xbmc=192.168.0.115' 'seriesFormat=/volume1/Files/Media/Video/TV Shows/{n}/Season {s.pad(2)}/{n}.{s00e00}.{t}' 'animeFormat=/volume1/Files/Media/Video/Anime/{n}/{fn}' 'movieFormat=/volume1/Files/Media/Video/Movies/{n} [{y}]/{n}{ CD$pi}' 'musicFormat=/volume1/Files/Media/Audio/MP3/{n}/{fn}' 'excludeList=.excludes' --log all

------------------------------------------

Run script [fn:amc] at [Mon Feb 08 11:51:50 GMT+01:00 2016]
Parameter: subtitles = eng
Parameter: clean = y
Parameter: deleteAfterExtract = y
Parameter: minLengthMS = 300000
Parameter: xbmc = 192.168.0.115
Parameter: seriesFormat = /volume1/Files/Media/Video/TV Shows/{n}/Season {s.pad(2)}/{n}.{s00e00}.{t}
Parameter: animeFormat = /volume1/Files/Media/Video/Anime/{n}/{fn}
Parameter: movieFormat = /volume1/Files/Media/Video/Movies/{n} [{y}]/{n}{ CD$pi}
Parameter: musicFormat = /volume1/Files/Media/Audio/MP3/{n}/{fn}
Parameter: excludeList = .excludes
Argument: /volume1/Files/Downloads/bit/_skonczone
Using excludes: /volume1/Files/Media/Video/.excludes (0)
Input: /volume1/Files/Downloads/bit/_skonczone/Billions.S01E04.HDTV.x264-KILLERS[ettv]/Billions.S01E04.HDTV.x264-KILLERS[ettv].mp4
Input: /volume1/Files/Downloads/bit/_skonczone/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv]/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv].avi
Input: /volume1/Files/Downloads/bit/_skonczone/Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4
Input: /volume1/Files/Downloads/bit/_skonczone/Mustang.2015.720p.WEB-DL.750MB.MkvCage.mkv
Input: /volume1/Files/Downloads/bit/_skonczone/Shameless.US.S06E05.HDTV.x264-LOL[ettv]/shameless.us.605.hdtv-lol[ettv].mp4
Input: /volume1/Files/Downloads/bit/_skonczone/War and Peace 2016 S01E06 - GHOST DOG/War and Peace 2016 S01E06 - GHOST DOG.mp4
Exclude: /volume1/Files/Downloads/bit/_skonczone/Billions.S01E04.HDTV.x264-KILLERS[ettv]/Torrent-Downloaded-from-ExtraTorrent.cc.txt
Exclude: /volume1/Files/Downloads/bit/_skonczone/Shameless.US.S06E05.HDTV.x264-LOL[ettv]/Torrent-Downloaded-from-ExtraTorrent.cc.txt
Exclude: /volume1/Files/Downloads/bit/_skonczone/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv]/Torrent-Downloaded-from-ExtraTorrent.cc.txt
Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4 [series: Lost, movie: Girls (2014)]
Exclude Movie: Girls (2014)
Mustang.2015.720p.WEB-DL.750MB.MkvCage.mkv [series: Mustang, movie: Mustang (2015)]
Exclude Series: Mustang
Group: [tvs:billions] => [Billions.S01E04.HDTV.x264-KILLERS[ettv].mp4]
Group: [tvs:dcs legends of tomorrow] => [DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv].avi]
Group: [tvs:lost, mov:null, anime:null] => [Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4]
Group: [tvs:null, mov:mustang 2015, anime:null] => [Mustang.2015.720p.WEB-DL.750MB.MkvCage.mkv]
Group: [tvs:shameless us] => [shameless.us.605.hdtv-lol[ettv].mp4]
Group: [tvs:war and peace 2016] => [War and Peace 2016 S01E06 - GHOST DOG.mp4]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/Files/Downloads/bit/_skonczone/Billions.S01E04.HDTV.x264-KILLERS[ettv]/Billions.S01E04.HDTV.x264-KILLERS[ettv].mp4
Rename episodes using [TheTVDB]
Auto-detected query: [Billions]
Fetching episode data for [Billions]
Apply Filter: {age < 10}
Include [Billions - 1x03 - Yumtime]
Include [Billions - 1x04 - Short Squeeze]
[TEST] Rename [/volume1/Files/Downloads/bit/_skonczone/Billions.S01E04.HDTV.x264-KILLERS[ettv]/Billions.S01E04.HDTV.x264-KILLERS[ettv].mp4] to [/volume1/Files/Media/Video/TV Shows/Billions/Season 01/Billions.S01E04.Short Squeeze.mp4]
Processed 1 files
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/Files/Downloads/bit/_skonczone/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv]/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv].avi
Rename episodes using [TheTVDB]
Auto-detected query: [DCs Legends of Tomorrow]
Fetching episode data for [DC's Legends of Tomorrow]
Apply Filter: {age < 10}
Include [DC's Legends of Tomorrow - 1x03 - Blood Ties]
[TEST] Rename [/volume1/Files/Downloads/bit/_skonczone/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv]/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv].avi] to [/volume1/Files/Media/Video/TV Shows/DC's Legends of Tomorrow/Season 01/DC's Legends of Tomorrow.S01E03.Blood Ties.avi]
Processed 1 files
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/Files/Downloads/bit/_skonczone/Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4
Rename episodes using [TheTVDB]
Auto-detected query: [Lost, Mansons Lost Girls, Mansons Girls]
Fetching episode data for [Lost]
Fetching episode data for [Lost (UK)]
Fetching episode data for [Lost Girl]
Fetching episode data for [Lost Days]
Fetching episode data for [Lost (2001)]
Apply Filter: {age < 10}
No matching episode: Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4
CmdlineException: Unable to match files to episode data
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/Files/Downloads/bit/_skonczone/Mustang.2015.720p.WEB-DL.750MB.MkvCage.mkv
Rename movies using [TheMovieDB]
Auto-detect movie from context: [/volume1/Files/Downloads/bit/_skonczone/Mustang.2015.720p.WEB-DL.750MB.MkvCage.mkv]
Apply Filter: {age < 10}
CmdlineException: Unable to identify or process any files
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
Matched [shameless.us.605.hdtv-lol[ettv].mp4] to [Shameless.US.S06E05.HDTV.x264-LOL] via hash
Fetching [Shameless.US.S06E05.HDTV.x264-LOL.srt]
Export [Shameless.US.S06E05.HDTV.x264-LOL.srt] as: SubRip / UTF-8
Writing [Shameless.US.S06E05.HDTV.x264-LOL.srt] to [shameless.us.605.hdtv-lol[ettv].eng.srt]
Rename episodes using [TheTVDB]
Auto-detected query: [Shameless US]
Fetching episode data for [Shameless (US)]
Fetching episode data for [Shameless]
Apply Filter: {age < 10}
Include [Shameless (US) - 6x04 - Going Once, Going Twice]
Include [Shameless (US) - 6x05 - Refugees]
Auto-detected query: [Shameless US]
Fetching episode data for [Shameless (US)]
Fetching episode data for [Shameless]
Apply Filter: {age < 10}
Include [Shameless (US) - 6x04 - Going Once, Going Twice]
Include [Shameless (US) - 6x05 - Refugees]
[TEST] Rename [/volume1/Files/Downloads/bit/_skonczone/Shameless.US.S06E05.HDTV.x264-LOL[ettv]/shameless.us.605.hdtv-lol[ettv].mp4] to [/volume1/Files/Media/Video/TV Shows/Shameless (US)/Season 06/Shameless (US).S06E05.Refugees.mp4]
[TEST] Rename [/volume1/Files/Downloads/bit/_skonczone/Shameless.US.S06E05.HDTV.x264-LOL[ettv]/shameless.us.605.hdtv-lol[ettv].eng.srt] to [/volume1/Files/Media/Video/TV Shows/Shameless (US)/Season 06/Shameless (US).S06E05.Refugees.srt]
Processed 2 files
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/Files/Downloads/bit/_skonczone/War and Peace 2016 S01E06 - GHOST DOG/War and Peace 2016 S01E06 - GHOST DOG.mp4
Rename episodes using [TheTVDB]
Auto-detected query: [War and Peace 2016]
Fetching episode data for [War and Peace (2016)]
Fetching episode data for [War and Peace (2007)]
Fetching episode data for [War and Peace (1965)]
Apply Filter: {age < 10}
Include [War and Peace (2016) - 1x05 - Episode 5]
Include [War and Peace (2016) - 1x06 - Episode 6]
[TEST] Rename [/volume1/Files/Downloads/bit/_skonczone/War and Peace 2016 S01E06 - GHOST DOG/War and Peace 2016 S01E06 - GHOST DOG.mp4] to [/volume1/Files/Media/Video/TV Shows/War and Peace (2016)/Season 01/War and Peace (2016).S01E06.Episode 6.mp4]
Processed 1 files
Notify XBMC: 192.168.0.115
NoRouteToHostException: No route to host
NoRouteToHostException: No route to host
Done ヾ(@⌒ー⌒@)ノ

------------------------------------------

[Process completed]
Last edited by robwiel on 08 Feb 2016, 11:58, edited 1 time in total.
robwiel
Posts: 41
Joined: 18 Mar 2013, 22:41

Re: Node performance issue

Post by robwiel »

Unchecking 'age < 10' and picking 'move and rename' and unchecking 'clean' speeded it up to < 2 minutes.

DC got detected properly, however Lost Girls still lands as TV show.
TEST property works fine as well.
filebot -script 'fn:amc' /volume1/Files/Downloads/bit/_skonczone --output /volume1/Files/Media/Video --action test -non-strict --conflict auto --lang en --def 'subtitles=eng' 'deleteAfterExtract=y' 'minLengthMS=300000' 'xbmc=192.168.0.115' 'seriesFormat=/volume1/Files/Media/Video/TV Shows/{n}/Season {s.pad(2)}/{n}.{s00e00}.{t}' 'animeFormat=/volume1/Files/Media/Video/Anime/{n}/{fn}' 'movieFormat=/volume1/Files/Media/Video/Movies/{n} [{y}]/{n}{ CD$pi}' 'musicFormat=/volume1/Files/Media/Audio/MP3/{n}/{fn}' 'excludeList=.excludes' --log all

------------------------------------------

Run script [fn:amc] at [Mon Feb 08 12:34:27 GMT+01:00 2016]
Parameter: subtitles = eng
Parameter: deleteAfterExtract = y
Parameter: minLengthMS = 300000
Parameter: xbmc = 192.168.0.115
Parameter: seriesFormat = /volume1/Files/Media/Video/TV Shows/{n}/Season {s.pad(2)}/{n}.{s00e00}.{t}
Parameter: animeFormat = /volume1/Files/Media/Video/Anime/{n}/{fn}
Parameter: movieFormat = /volume1/Files/Media/Video/Movies/{n} [{y}]/{n}{ CD$pi}
Parameter: musicFormat = /volume1/Files/Media/Audio/MP3/{n}/{fn}
Parameter: excludeList = .excludes
Argument: /volume1/Files/Downloads/bit/_skonczone
Using excludes: /volume1/Files/Media/Video/.excludes (0)
Input: /volume1/Files/Downloads/bit/_skonczone/Billions.S01E04.HDTV.x264-KILLERS[ettv]/Billions.S01E04.HDTV.x264-KILLERS[ettv].mp4
Input: /volume1/Files/Downloads/bit/_skonczone/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv]/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv].avi
Input: /volume1/Files/Downloads/bit/_skonczone/Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4
Input: /volume1/Files/Downloads/bit/_skonczone/Mustang.2015.720p.WEB-DL.750MB.MkvCage.mkv
Input: /volume1/Files/Downloads/bit/_skonczone/Shameless.US.S06E05.HDTV.x264-LOL[ettv]/shameless.us.605.hdtv-lol[ettv].mp4
Input: /volume1/Files/Downloads/bit/_skonczone/War and Peace 2016 S01E06 - GHOST DOG/War and Peace 2016 S01E06 - GHOST DOG.mp4
Exclude: /volume1/Files/Downloads/bit/_skonczone/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv]/Torrent-Downloaded-from-ExtraTorrent.cc.txt
Exclude: /volume1/Files/Downloads/bit/_skonczone/Shameless.US.S06E05.HDTV.x264-LOL[ettv]/Torrent-Downloaded-from-ExtraTorrent.cc.txt
Exclude: /volume1/Files/Downloads/bit/_skonczone/Billions.S01E04.HDTV.x264-KILLERS[ettv]/Torrent-Downloaded-from-ExtraTorrent.cc.txt
Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4 [series: Lost, movie: Girls (2014)]
Exclude Movie: Girls (2014)
Mustang.2015.720p.WEB-DL.750MB.MkvCage.mkv [series: Mustang, movie: Mustang (2015)]
Exclude Series: Mustang
Group: [tvs:billions] => [Billions.S01E04.HDTV.x264-KILLERS[ettv].mp4]
Group: [tvs:dcs legends of tomorrow] => [DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv].avi]
Group: [tvs:lost, mov:null, anime:null] => [Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4]
Group: [tvs:null, mov:mustang 2015, anime:null] => [Mustang.2015.720p.WEB-DL.750MB.MkvCage.mkv]
Group: [tvs:shameless us] => [shameless.us.605.hdtv-lol[ettv].mp4]
Group: [tvs:war and peace 2016] => [War and Peace 2016 S01E06 - GHOST DOG.mp4]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/Files/Downloads/bit/_skonczone/Billions.S01E04.HDTV.x264-KILLERS[ettv]/Billions.S01E04.HDTV.x264-KILLERS[ettv].mp4
Rename episodes using [TheTVDB]
Auto-detected query: [Billions]
Fetching episode data for [Billions]
[TEST] Rename [/volume1/Files/Downloads/bit/_skonczone/Billions.S01E04.HDTV.x264-KILLERS[ettv]/Billions.S01E04.HDTV.x264-KILLERS[ettv].mp4] to [/volume1/Files/Media/Video/TV Shows/Billions/Season 01/Billions.S01E04.Short Squeeze.mp4]
Processed 1 files
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/Files/Downloads/bit/_skonczone/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv]/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv].avi
Rename episodes using [TheTVDB]
Auto-detected query: [DCs Legends of Tomorrow]
Fetching episode data for [DC's Legends of Tomorrow]
Skipped [/volume1/Files/Downloads/bit/_skonczone/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv]/DCs.Legends.of.Tomorrow.S01E04.HDTV.XviD-FUM[ettv].avi] because [/volume1/Files/Media/Video/TV Shows/DC's Legends of Tomorrow/Season 01/DC's Legends of Tomorrow.S01E04.White Knights.avi] already exists
Processed 1 files
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/Files/Downloads/bit/_skonczone/Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4
Rename episodes using [TheTVDB]
Auto-detected query: [Lost, Mansons Lost Girls, Mansons Girls]
Fetching episode data for [Lost]
Fetching episode data for [Lost (UK)]
Fetching episode data for [Lost Girl]
Fetching episode data for [Lost Days]
Fetching episode data for [Lost (2001)]
[TEST] Rename [/volume1/Files/Downloads/bit/_skonczone/Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4] to [/volume1/Files/Media/Video/TV Shows/Lost/Season 03/Lost.S03E16.One of Us.mp4]
Processed 1 files
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/Files/Downloads/bit/_skonczone/Mustang.2015.720p.WEB-DL.750MB.MkvCage.mkv
Rename movies using [TheMovieDB]
Auto-detect movie from context: [/volume1/Files/Downloads/bit/_skonczone/Mustang.2015.720p.WEB-DL.750MB.MkvCage.mkv]
[TEST] Rename [/volume1/Files/Downloads/bit/_skonczone/Mustang.2015.720p.WEB-DL.750MB.MkvCage.mkv] to [/volume1/Files/Media/Video/Movies/Mustang [2015]/Mustang.mkv]
Processed 1 files
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
Matched [shameless.us.605.hdtv-lol[ettv].mp4] to [Shameless.US.S06E05.HDTV.x264-LOL] via hash
Fetching [Shameless.US.S06E05.HDTV.x264-LOL.srt]
Export [Shameless.US.S06E05.HDTV.x264-LOL.srt] as: SubRip / UTF-8
Writing [Shameless.US.S06E05.HDTV.x264-LOL.srt] to [shameless.us.605.hdtv-lol[ettv].eng.srt]
Rename episodes using [TheTVDB]
Auto-detected query: [Shameless US]
Fetching episode data for [Shameless (US)]
Fetching episode data for [Shameless]
Auto-detected query: [Shameless US]
Fetching episode data for [Shameless (US)]
Fetching episode data for [Shameless]
[TEST] Rename [/volume1/Files/Downloads/bit/_skonczone/Shameless.US.S06E05.HDTV.x264-LOL[ettv]/shameless.us.605.hdtv-lol[ettv].mp4] to [/volume1/Files/Media/Video/TV Shows/Shameless (US)/Season 06/Shameless (US).S06E05.Refugees.mp4]
[TEST] Rename [/volume1/Files/Downloads/bit/_skonczone/Shameless.US.S06E05.HDTV.x264-LOL[ettv]/shameless.us.605.hdtv-lol[ettv].eng.srt] to [/volume1/Files/Media/Video/TV Shows/Shameless (US)/Season 06/Shameless (US).S06E05.Refugees.srt]
Processed 2 files
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/Files/Downloads/bit/_skonczone/War and Peace 2016 S01E06 - GHOST DOG/War and Peace 2016 S01E06 - GHOST DOG.mp4
Rename episodes using [TheTVDB]
Auto-detected query: [War and Peace 2016]
Fetching episode data for [War and Peace (2016)]
Fetching episode data for [War and Peace (2007)]
Fetching episode data for [War and Peace (1965)]
[TEST] Rename [/volume1/Files/Downloads/bit/_skonczone/War and Peace 2016 S01E06 - GHOST DOG/War and Peace 2016 S01E06 - GHOST DOG.mp4] to [/volume1/Files/Media/Video/TV Shows/War and Peace (2016)/Season 01/War and Peace (2016).S01E06.Episode 6.mp4]
Processed 1 files
Notify XBMC: 192.168.0.115
NoRouteToHostException: No route to host
NoRouteToHostException: No route to host
Done ヾ(@⌒ー⌒@)ノ

------------------------------------------

[Process completed]
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: filebot performance issue

Post by rednoah »

1.
FileBot Node is just a dumb web service making filebot command-line calls.


2.
FileBot/Groovy scripts and known to be quite slow on old hardware, especially with the older arm chips and little system memory. FileBot is optimized for (read: developed on) Desktop hardware. However, sometimes things can be improved if somebody like you cares enough.

Please run this script and paste the output here in the forums:

Code: Select all

filebot -script fn:sysinfo
I think there's a button for that command somewhere in the FileBot Node WebUI.


3.
Unchecking 'age < 10' and picking 'move and rename' and unchecking 'clean' speeded it up to < 2 minutes.
Thanks for experimenting! This kind of testing is very helpful. Changing the rename action has no impact on performance (copying will take longer though). The clean script should only affect behaviour at the end after everything else as been done. The --filter could easily be a bottleneck during processing.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: filebot performance issue

Post by rednoah »

1. script took almost 20 minutes to run. Is this normal?
No, except if you run out of RAM and the system starts using SWAP.

2. Even with TEST marked it still moved my files
Are you sure? The logs show [TEST] so I'm very sure it's not doing anything.

5. Cleanup did not work leaving .txt files/folders (actually this might be corrects as with TEST I don't think it should delete anything)
--def clean=y has no effect when --action test is set.

You can test the cleaner script separately if you want:
viewtopic.php?f=4&t=5#p1341

6. Github says newest version is 0.1.8, however synology package does not detect update from 0.1.7
Minor changes. Doesn't matter. Both versions are calling FileBot 4.6.1 exactly the same way.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

DC's Legends of Tomorrow mismatch issue

Post by rednoah »

3. DC legends were recognized as episode 03 vs 04
Your age filter limits possible matches to exactly one:

Code: Select all

Fetching episode data for [DC's Legends of Tomorrow]
Apply Filter: {age < 10}
Include [DC's Legends of Tomorrow - 1x03 - Blood Ties]
[TEST] Rename [DCs.Legends.of.Tomorrow.S01E04.avi] to [DC's Legends of Tomorrow.S01E03.Blood Ties.avi]
{age} is only defined for positive values:

Code: Select all

$ filebot -list --q "DC's Legends of Tomorrow" --format "{sxe} {airdate} {age}"
1x01 2016-01-21 19
1x02 2016-01-28 12
1x03 2016-02-04 5
1x04 2016-02-11
1x05 2016-02-18
…
The age filter assumes that you couldn't possibly process an episode before it has been aired. Is that not a valid assumption? :lol:
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Movie/Series auto-detection issue

Post by rednoah »

I guess that movie was too new at the time. The problem seems to have resolved itself:

Code: Select all

Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4 [series: Lost, movie: Manson's Lost Girls (2016)]
Exclude Series: Lost
Group: [tvs:null, mov:mansons lost girls 2016, anime:null] => [Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4]
Rename movies using [TheMovieDB]
Auto-detect movie from context: [Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4]
[TEST] Rename [Mansons.Lost.Girls.2016.HDTV.x264.TTL.mp4] to [Manson's Lost Girls (2016)/Manson's Lost Girls (2016).mp4]
:idea: Please read the FAQ and How to Request Help.
Post Reply