zachmo826 1 Posted November 14, 2013 Posted November 14, 2013 I'm trying to use both Mediabrowser and XBMC in the same environment. After installing the Movie Theme plugin and running that, it created several backdrop folders next to each individual movie, as expected. Problem is XBMC treats each of these new files as an individual movie. Does anyone have any recommendations on how best to get XBMC to ignore those files on a scan? Is there something different I can do in MediaBrowser to have it create some type of ignore file for each backdrop folder in XBMC?
xnappo 1608 Posted November 14, 2013 Posted November 14, 2013 (edited) There is a way to tell XBMC to ignore directories - not at home though - will respond with more info tonight. Long term though, hopefully you will be able to use my AddOn instead! https://github.com/xnappo/plugin.video.XBMB3C xnappo Edited November 14, 2013 by xnappo
zachmo826 1 Posted November 14, 2013 Author Posted November 14, 2013 Tried to give it a shot but I don't think I have enough knowledge in this area. I'm using an unraid server as my backend, but attempting to mark folders as hidden from my windows 7 machine. Every time I check hidden in the properties and apply, the settings don't stick the next time I open it back up. I haven't tried doing this from the unraid command line yet, but I'm thinking the issue is with windows to linux.
Luke 40077 Posted November 15, 2013 Posted November 15, 2013 see if marking them hidden can prevent xbmc from seeing them. if it works, then radeon can update his plugin to save that way.
xnappo 1608 Posted November 15, 2013 Posted November 15, 2013 You want something like this in advancedsettings.xml <video> <excludefromscan> <regexp>-trailer</regexp> <regexp>[!-._ \\/]sample[-._ \\/]</regexp> </excludefromscan> </video>
zachmo826 1 Posted November 15, 2013 Author Posted November 15, 2013 (edited) You want something like this in advancedsettings.xml <video> <excludefromscan> <regexp>-trailer</regexp> <regexp>[!-._ \\/]sample[-._ \\/]</regexp> </excludefromscan> </video> Should I also add <regexp>theme</regexp> to block out what's being added from the movie themes and tv themes addons would <regexp>backdrops</regexp> work, or does this flag only work for filenames, and not folders? EDIT: Found the xbmc wiki page on it, thanks for pointing me in the right direction Edited November 15, 2013 by zachmo826
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now