Media Companion
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Media Companion

Discussion and development board for the program Media Companion.
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 How to exclude certain videos?

Go down 
+2
StormyKnight
BLKMGK
6 posters
AuthorMessage
BLKMGK
Junior Member
Junior Member



Posts : 10
Join date : 2008-11-26

How to exclude certain videos? Empty
PostSubject: How to exclude certain videos?   How to exclude certain videos? Icon_minitimeSun Dec 07, 2008 6:07 am

In some of my movie folders I have the main movie that I have encoded and then I might have say a version with the Director soundtrack or an extra. These are often named things that make NO sense to XBMC companion or even to XBMC. I don't want them added to my library but after using XBMC companion to delete the NFO file a rescan seems to bring them back. Is there something I can do to prevent this short of deleting or somehow moving that content somewhere? This would seem to be a common issue but darned if my searches turned up anything so hopefully this isn't something with an obvious answer Suspect
Back to top Go down
StormyKnight
VIP
VIP



Posts : 556
Join date : 2008-10-08
Location : Australia

How to exclude certain videos? Empty
PostSubject: Re: How to exclude certain videos?   How to exclude certain videos? Icon_minitimeSun Dec 07, 2008 12:28 pm

Not sure if there is such a thing but there should be....

For a TV show episode you just need to make sure that it doesn't have a recognisable series & episode, but for a TV Show series or Movie I'm not sure if there is a method to name the movie so that that movie is ignored...

Anyone else have any ideas?

Cheers
Back to top Go down
billyad2000
Admin
billyad2000


Posts : 1326
Join date : 2008-09-20

How to exclude certain videos? Empty
PostSubject: Re: How to exclude certain videos?   How to exclude certain videos? Icon_minitimeSun Dec 07, 2008 1:47 pm

There is no way for Media Companion to differentiate between the 2 files.

The only filter at the moment is for trailers.

The only way to get this to work is to create a naming convention that is ignored by XBMC and Media Companion.

I will consider adding at some point a small db of some kind that allows people to mark wrongly scraped nfos, so that once deleted they wont be scraped again.
Back to top Go down
http://billyad2000.co.uk
BLKMGK
Junior Member
Junior Member



Posts : 10
Join date : 2008-11-26

How to exclude certain videos? Empty
PostSubject: Re: How to exclude certain videos?   How to exclude certain videos? Icon_minitimeSun Dec 07, 2008 7:56 pm

Okay, I wasn't sure if this existed or not. Honestly I'm not sure a database is needed - perhaps just a small file in the directory that your tool would recognize and know meant to leave those files alone would do it. That way it could also be easily undone and would probably be much less code to worry about - especially if someone upgraded versions of your tool or ran your tool from a second computer. Probably less code too do it this way too actually. <shrug>

It occurs to me XBMC might also need this, I'll ask about that as well.
Back to top Go down
platus_mage
New User
New User



Posts : 9
Join date : 2008-10-29

How to exclude certain videos? Empty
PostSubject: Re: How to exclude certain videos?   How to exclude certain videos? Icon_minitimeFri Dec 12, 2008 10:37 pm

There is something in advancedsettings.xml that you can add so that certain filenames dont get added to the library. I'll see if I can dig up the info.


Edit: here it is: http://xbmc.org/wiki/?title=Advancedsettings.xml#.3Cexcludefromscan.2Fexcludefromlisting.3E
Back to top Go down
BLKMGK
Junior Member
Junior Member



Posts : 10
Join date : 2008-11-26

How to exclude certain videos? Empty
PostSubject: Re: How to exclude certain videos?   How to exclude certain videos? Icon_minitimeSat Dec 13, 2008 9:59 am

Ya, saw the advanced setting mentioned on the XBMC forum. However that means modifying ALL of my "extra" clips and XBMC Media Companion will try to tag them anyway I think.... So, no perfect solution yet Sad
Back to top Go down
billyad2000
Admin
billyad2000


Posts : 1326
Join date : 2008-09-20

How to exclude certain videos? Empty
PostSubject: Re: How to exclude certain videos?   How to exclude certain videos? Icon_minitimeSat Dec 13, 2008 2:03 pm

Even if I was to include a way for Media Companion to skip a file then XBMC would still scrape from IMDB instead.
Back to top Go down
http://billyad2000.co.uk
dbareis
Senior Member
Senior Member
dbareis


Posts : 223
Join date : 2008-12-08

How to exclude certain videos? Empty
PostSubject: Re: How to exclude certain videos?   How to exclude certain videos? Icon_minitimeSun Dec 28, 2008 9:57 am

billyad2000 wrote:
Even if I was to include a way for Media Companion to skip a file then XBMC would still scrape from IMDB instead.

FYI: I use Media Companion and don't intend to ever use XBMC so that issue wouldn't effect people who use it like me. I use this program as it is the first of two programs that I know of and have tried that meets my "must have" of being a distributed database (the data is with the movie). The programs main failing is that once the data is in there is little in the way of help in finding movies that meet certain criteria but that is another issue (I may write something to do this yet).

As for how it could easily be incorporated (assuming you don't want to complicate the interface), in your folder settings you list movie and TV folders, I'd suggest that if a folder name begins with "-" then that would logically mean the opposite of include (that is to "exclude"). It would not be difficult to check whether any particular folder you are thinking about scraping has a path that begins with one of the excluded paths. You could also get more creative and say that if the excluded path doesn't contain a slash (path) then this is the name of the last part of the directory name to be excluded.

Because of decoding issues with the devices (PC and BeyonWiz) I use I will now have to have multiple copies of some movies, I'd also now like to be able to exclude my BeyonWiz copies (it doesn't run this program in any case!).
Back to top Go down
http://dennisbareis.com
billyad2000
Admin
billyad2000


Posts : 1326
Join date : 2008-09-20

How to exclude certain videos? Empty
PostSubject: Re: How to exclude certain videos?   How to exclude certain videos? Icon_minitimeMon Dec 29, 2008 1:04 pm

dbareis wrote:
billyad2000 wrote:
Even if I was to include a way for Media Companion to skip a file then XBMC would still scrape from IMDB instead.

FYI: I use Media Companion and don't intend to ever use XBMC so that issue wouldn't effect people who use it like me. I use this program as it is the first of two programs that I know of and have tried that meets my "must have" of being a distributed database (the data is with the movie). The programs main failing is that once the data is in there is little in the way of help in finding movies that meet certain criteria but that is another issue (I may write something to do this yet).

As for how it could easily be incorporated (assuming you don't want to complicate the interface), in your folder settings you list movie and TV folders, I'd suggest that if a folder name begins with "-" then that would logically mean the opposite of include (that is to "exclude"). It would not be difficult to check whether any particular folder you are thinking about scraping has a path that begins with one of the excluded paths. You could also get more creative and say that if the excluded path doesn't contain a slash (path) then this is the name of the last part of the directory name to be excluded.

Because of decoding issues with the devices (PC and BeyonWiz) I use I will now have to have multiple copies of some movies, I'd also now like to be able to exclude my BeyonWiz copies (it doesn't run this program in any case!).

I like it, from the next version any folder starting with "-" will be excluded

I will be greatly extending the movie genre filters soon to include ratings, year etc
Back to top Go down
http://billyad2000.co.uk
MJ
New User
New User



Posts : 2
Join date : 2012-05-27

How to exclude certain videos? Empty
PostSubject: Re: How to exclude certain videos?   How to exclude certain videos? Icon_minitimeSun May 27, 2012 3:40 pm

Adding the "-" opion to the folder doesn't seem to work for me. I'm using version 3.5.0.0. But the video files under -Extra folder still get scanned and added to the database.
Back to top Go down
Sponsored content





How to exclude certain videos? Empty
PostSubject: Re: How to exclude certain videos?   How to exclude certain videos? Icon_minitime

Back to top Go down
 
How to exclude certain videos?
Back to top 
Page 1 of 1
 Similar topics
-
» Exclude folder - is there a way?
» Exclude certain sub folder
» Hard to see newly found videos
» Videos Porno Para Android Facil
» I'd like the "Search" field to EXCLUDE non-matches

Permissions in this forum:You cannot reply to topics in this forum
Media Companion :: Media Companion :: XBMC Media Companion Help And Useage-
Jump to: