Wrong name from wrong folder
Posted: 18 Mar 2014, 20:20
I'm using this script:
I often get the same wrong movie name: "The Final (2010)" and i guess it has something to do with some source folder:
As you can see the filebot should look into /Volumes/MEDIA_DL/_HAZEL/4_FINAL_DE/_/__
And it seems filebot takes the folder 4_FINAL_DE instead of the filename.
That's why i thought i could get it working with subfolders named like "_" and "__". But that has no effect at all.
Code: Select all
filebot -script fn:amc /Volumes/MEDIA_DL/_HAZEL/4_FINAL_DE/_/__ --output /Volumes/PLEXMEDIA_4K -non-strict --action move --conflict override --def subtitles=ro clean=y "movieFormat=a_MOVIES/{n} ({y})/{n} ({y})" "seriesFormat=c_TV_SHOWS_de/{n}/Season {s}/{n} - {s00e00} - {t} - {def db = net.sourceforge.filebot.WebServices.TheTVDB; db.getEpisodeList(db.search(n)[0], null, Locale.GERMAN).find{ episode.season == it.season && episode.episode == it.episode}.title}"
Code: Select all
Mär 18, 2014 9:02:16 PM net.sourceforge.filebot.Main initializeCache
Warnung: App version (r2056) does not match cache version (r0): reset cache
Parameter: subtitles = ro
Parameter: clean = y
Parameter: movieFormat = a_MOVIES/{n} ({y})/{n} ({y})
Parameter: seriesFormat = c_TV_SHOWS_de/{n}/Season {s}/{n} - {s00e00} - {t} - {def db = net.sourceforge.filebot.WebServices.TheTVDB; db.getEpisodeList(db.search(n)[0], null, Locale.GERMAN).find{ episode.season == it.season && episode.episode == it.episode}.title}
Argument: /Volumes/MEDIA_DL/_HAZEL/4_FINAL_DE/_/__
Input: /Volumes/MEDIA_DL/_HAZEL/4_FINAL_DE/_/__/Blutgletscher.2013.German.DTS.1080p.BluRay.x264-LeetHD.m4v
Exclude: /Volumes/MEDIA_DL/_HAZEL/4_FINAL_DE/_/__/.DS_Store
Blutgletscher.2013.German.DTS.1080p.BluRay.x264-LeetHD.m4v [series: null, movie: The Final (2010)]
Group: [tvs:null, mov:the final 2010, anime:null] => [Blutgletscher.2013.German.DTS.1080p.BluRay.x264-LeetHD.m4v]
Get [Romanian] subtitles for 1 files
Looking up subtitles by filehash via OpenSubtitles
Looking up subtitles by name via OpenSubtitles
No matching subtitles found: /Volumes/MEDIA_DL/_HAZEL/4_FINAL_DE/_/__/Blutgletscher.2013.German.DTS.1080p.BluRay.x264-LeetHD.m4v
Rename movies using [TheMovieDB]
Auto-detect movie from context: [/Volumes/MEDIA_DL/_HAZEL/4_FINAL_DE/_/__/Blutgletscher.2013.German.DTS.1080p.BluRay.x264-LeetHD.m4v]
[MOVE] Rename [/Volumes/MEDIA_DL/_HAZEL/4_FINAL_DE/_/__/Blutgletscher.2013.German.DTS.1080p.BluRay.x264-LeetHD.m4v] to [/Volumes/PLEXMEDIA_4K/a_MOVIES/The Final (2010)/The Final (2010).m4v]
[MOVE] Failed to rename [/Volumes/MEDIA_DL/_HAZEL/4_FINAL_DE/_/__/Blutgletscher.2013.German.DTS.1080p.BluRay.x264-LeetHD.m4v]
NoSuchFileException: /Volumes/MEDIA_DL/_HAZEL/4_FINAL_DE/_/__/Blutgletscher.2013.German.DTS.1080p.BluRay.x264-LeetHD.m4v -> /Volumes/PLEXMEDIA_4K/a_MOVIES/The Final (2010)/The Final (2010).m4v
Done ヾ(@⌒ー⌒@)ノ
And it seems filebot takes the folder 4_FINAL_DE instead of the filename.
That's why i thought i could get it working with subfolders named like "_" and "__". But that has no effect at all.