Wrong name from wrong folder

Any questions? Need some help?
Post Reply
badrabbit
Posts: 7
Joined: 10 Jul 2013, 18:27

Wrong name from wrong folder

Post by badrabbit »

I'm using this script:

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}"
I often get the same wrong movie name: "The Final (2010)" and i guess it has something to do with some source folder:

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 ヾ(@⌒ー⌒@)ノ
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.
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Wrong name from wrong folder

Post by rednoah »

You're on the right path. Just add a folder that filebot can recognize as structure root, something like MEDIA, DOWNLOADS, COMPLETE, MOVIES, TV, etc

@see http://www.filebot.net/forums/viewtopic.php?f=3&t=359
:idea: Please read the FAQ and How to Request Help.
Post Reply