Delete Movie folder when deleting a movie from xbmc.
#18
Here's a link to a batch file I've created to remove orphaned movie folders. You'll have to tweak it to meet your specific needs. Hopefully it will help out until XBMC implements an official folder removal feature. Cool

http://jdsworld.com/tech-support/xbmc-or...r-remover/

My requirements:
1) check only the first level of directories off my movie folder. (To enable the batch file to look into all sub-folders just add a “/r” after “for” in the batch file.)
2) Ignore folders that contain at least one example of the various movie files ex avi, iso, mkv.
3) ignore “movie sets“. Movies that are sequels or are apart of a directly related movie series. To facilitate this I add the file “folder.ignore” to the top directory of a “movie set.”
4) Prompt me to delete the orphaned folders.
Reply


Messages In This Thread
RE: Delete Movie folder when deleting a movie from xbmc. - by techstacy - 2013-06-27, 23:12
Logout Mark Read Team Forum Stats Members Help
Delete Movie folder when deleting a movie from xbmc.1