Error due to filename of episode
Posted: 06 Aug 2018, 18:50
Been using filebot on Linux for quite a while, but this is the first time I've run in to this. Version is FileBot 4.8.2 (r5667)
Following is the output from Filebot. I've highlighted the interesting parts. Note that the access denied exceptions at the end when attempting to copy the files to Unsorted are expected.
Run script [fn:amc] at [Mon Aug 06 13:22:19 CDT 2018]
Parameter: artwork = y
Parameter: extras = y
Parameter: deleteAfterExtract = y
Parameter: clean = y
Parameter: unsorted = y
Parameter: excludeList = /home/<redacted>/amc.txt
Parameter: seriesFormat = "TVShows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replaceAll(/[\`\´\‘\’\ʻ]/, /'/).replaceAll(/[!?.]+\$/).replacePart(', Part \$1')}{'.'+lang}"
Parameter: minLengthMS = 300000
Argument[0]: /mnt/Sync/TVShows
Use excludes: /home/<redacted>/amc.txt
Input: /mnt/Sync/TVShows/The.Loud.House.S03E25E26.Gown.and.Out_Breaking.Dad.720p.iT.WEB-DL.AAC2.0.H.264-iT00NZ English/d2ccf1297772440f9ee064825fad444a.mkv
Input: /mnt/Sync/TVShows/The.Loud.House.S03E27E28.Absent.Minded_Be.Stella.My.Heart.720p.iT.WEB-DL.AAC2.0.H.264-iT00NZ English/e8893a6b7d85440682990e425b22f4c8.mkv
Group: [tvs:the loud house] => [d2ccf1297772440f9ee064825fad444a.mkv, e8893a6b7d85440682990e425b22f4c8.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [The Loud House]
Fetching episode data for [The Loud House]
Fetching episode data for [The Loud House Movie]
NumberFormatException: For input string: "85440682990"
Processing 2 unsorted files
[COPY] from [/mnt/Sync/TVShows/The.Loud.House.S03E25E26.Gown.and.Out_Breaking.Dad.720p.iT.WEB-DL.AAC2.0.H.264-iT00NZ English/d2ccf1297772440f9ee064825fad444a.mkv] to [/mnt/Unsorted/The.Loud.House.S03E25E26.Gown.and.Out_Breaking.Dad.720p.iT.WEB-DL.AAC2.0.H.264-iT00NZ English/d2ccf1297772440f9ee064825fad444a.mkv]
[COPY] Failure: java.nio.file.AccessDeniedException: /mnt/Unsorted
Processed 0 files
AccessDeniedException: /mnt/Unsorted
Finished without processing any files
I renamed the files to match the episode names which resolved the issue and the episodes processed correctly without error. However, I haven't run in to any issues in the past with handling obfuscated filenames as long as the corresponding directory is named appropriately (which is awesome, btw!).
All in all, I solved the issue as I mentioned, but thought you might want to know about it in case it's something that needs to be looked at.
Following is the output from Filebot. I've highlighted the interesting parts. Note that the access denied exceptions at the end when attempting to copy the files to Unsorted are expected.
Run script [fn:amc] at [Mon Aug 06 13:22:19 CDT 2018]
Parameter: artwork = y
Parameter: extras = y
Parameter: deleteAfterExtract = y
Parameter: clean = y
Parameter: unsorted = y
Parameter: excludeList = /home/<redacted>/amc.txt
Parameter: seriesFormat = "TVShows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replaceAll(/[\`\´\‘\’\ʻ]/, /'/).replaceAll(/[!?.]+\$/).replacePart(', Part \$1')}{'.'+lang}"
Parameter: minLengthMS = 300000
Argument[0]: /mnt/Sync/TVShows
Use excludes: /home/<redacted>/amc.txt
Input: /mnt/Sync/TVShows/The.Loud.House.S03E25E26.Gown.and.Out_Breaking.Dad.720p.iT.WEB-DL.AAC2.0.H.264-iT00NZ English/d2ccf1297772440f9ee064825fad444a.mkv
Input: /mnt/Sync/TVShows/The.Loud.House.S03E27E28.Absent.Minded_Be.Stella.My.Heart.720p.iT.WEB-DL.AAC2.0.H.264-iT00NZ English/e8893a6b7d85440682990e425b22f4c8.mkv
Group: [tvs:the loud house] => [d2ccf1297772440f9ee064825fad444a.mkv, e8893a6b7d85440682990e425b22f4c8.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [The Loud House]
Fetching episode data for [The Loud House]
Fetching episode data for [The Loud House Movie]
NumberFormatException: For input string: "85440682990"
Processing 2 unsorted files
[COPY] from [/mnt/Sync/TVShows/The.Loud.House.S03E25E26.Gown.and.Out_Breaking.Dad.720p.iT.WEB-DL.AAC2.0.H.264-iT00NZ English/d2ccf1297772440f9ee064825fad444a.mkv] to [/mnt/Unsorted/The.Loud.House.S03E25E26.Gown.and.Out_Breaking.Dad.720p.iT.WEB-DL.AAC2.0.H.264-iT00NZ English/d2ccf1297772440f9ee064825fad444a.mkv]
[COPY] Failure: java.nio.file.AccessDeniedException: /mnt/Unsorted
Processed 0 files
AccessDeniedException: /mnt/Unsorted
Finished without processing any files
I renamed the files to match the episode names which resolved the issue and the episodes processed correctly without error. However, I haven't run in to any issues in the past with handling obfuscated filenames as long as the corresponding directory is named appropriately (which is awesome, btw!).
All in all, I solved the issue as I mentioned, but thought you might want to know about it in case it's something that needs to be looked at.