[Money Heist] Wrong series parts numbering

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Teki
Posts: 2
Joined: 02 May 2020, 16:34

[Money Heist] Wrong series parts numbering

Post by Teki »

I use following Amc script:

filebot -script fn:amc --output "../" --action hardlink -non-strict -no-xattr "../_torrents" --log-file amcLog.txt --def excludeList=amc.txt --def kodi=192.168.1.4 --def storeReport="./reports" --conflict skip --def seriesFormat="/home/osmc/cloud/media/Series/{kodi.tail}" --def movieFormat="/home/osmc/cloud/media/{'Animation' in genres ? 'Cartoons' : 'Movies'}/{kodi.tail}" --def deleteAfterExtract=y --def clean=y subtitles=sl,hr,sr,en unsorted=y

After running script on S03 of Money Heist i got very weird result:
e.g renaming from:
Money.Heist.S03E03.48.Meters.Underground.1080p.NF.WEB-DL.DDP5.1.x264-NTG.mkv TO Money Heist - 2x03 - 48 Meters Underground.mkv
or
Money.Heist.S03E05.The.Red.Boxes.1080p.NF.WEB-DL.DDP5.1.x264-NTG.mkv TO Money Heist - 1x05 - Groundhog Day.mkv

Link to report: https://drive.google.com/file/d/123TdYM ... sp=sharing

Is there something wrobg with my script?

I already had folder structure for S01 an S02 when I run script for S03.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Wrong series parts numbering

Post by rednoah »

It's just that one specific show. It only has 2 Seasons according to TheTVDB:
https://thetvdb.com/series/la-casa-de-papel


:arrow: viewtopic.php?f=6&t=11684


:idea: You can consider not using -non-strict if you need your script to be more strict.
:idea: Please read the FAQ and How to Request Help.
Teki
Posts: 2
Joined: 02 May 2020, 16:34

Re: [Money Heist] Wrong series parts numbering

Post by Teki »

Thnx for quick answer
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: [Money Heist] Wrong series parts numbering

Post by kim »

you can use tvmaze
https://www.tvmaze.com/shows/27436/la-c ... l/episodes
when renamed then filebot maybe can easy match via thetvdb ?
Post Reply