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.
[Money Heist] Wrong series parts numbering
Re: Wrong series parts numbering
It's just that one specific show. It only has 2 Seasons according to TheTVDB:
https://thetvdb.com/series/la-casa-de-papel
viewtopic.php?f=6&t=11684
You can consider not using -non-strict if you need your script to be more strict.
https://thetvdb.com/series/la-casa-de-papel


Re: [Money Heist] Wrong series parts numbering
Thnx for quick answer
Re: [Money Heist] Wrong series parts numbering
you can use tvmaze
https://www.tvmaze.com/shows/27436/la-c ... l/episodes
when renamed then filebot maybe can easy match via thetvdb ?
https://www.tvmaze.com/shows/27436/la-c ... l/episodes
when renamed then filebot maybe can easy match via thetvdb ?