Subtitle Subdirectory, AMC
Posted: 18 Dec 2013, 14:09
Hey, I#m using AMC.groovy script on Ubuntu, to sort my media LOVE IT!
It works perfectly fine, the only thing which kinda frustrates me is that the subtitles are moved into the same folder as the video file, which is not so bad for Movies, but bad for TV-Shows, i would want to create a "subs" subfolder which is working fine with XBMC, thought after hours of googling i could not find an option that changes ONLY the subtitle path to "/subs/NAMEOFSUBTITEL".
I have another Issue though, which i compensated through renaming of my shares in fstab on my ubuntu server.
I am using my Downloads directory on my nas as source for renaming and move them to my Media directory.
Thought my NAS shares are named "More" and "Stuff" the full path would be /media/More(or Stuff)/Downloads/*FILES*.
Filebot keeps finding the movies "Stuff (1999)" and "More (200x)", whenever having trouble recognizing a file due to bad naming.
I endet up one time (Star Trek Movie Collection) having "Stuff (1999)" with "8 CDs" each being a different Part of the Franchise.
Code: Select all
filebot -script fn:amc "$dl_dir" --output "$media_dir" --log-file $logfile --log info --log-lock no --action move --conflict override -non-strict --def "exts=mov|avi|wmv|mp4|mkv|mpg" music=n subtitles="en" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" xbmc="openelec.local,localhost"
I have another Issue though, which i compensated through renaming of my shares in fstab on my ubuntu server.
I am using my Downloads directory on my nas as source for renaming and move them to my Media directory.
Thought my NAS shares are named "More" and "Stuff" the full path would be /media/More(or Stuff)/Downloads/*FILES*.
Filebot keeps finding the movies "Stuff (1999)" and "More (200x)", whenever having trouble recognizing a file due to bad naming.
I endet up one time (Star Trek Movie Collection) having "Stuff (1999)" with "8 CDs" each being a different Part of the Franchise.