![]() |
|
[RELEASE] Missing Movie Plugin - Find Movies and TV Shows that are not in the library - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [RELEASE] Missing Movie Plugin - Find Movies and TV Shows that are not in the library (/showthread.php?tid=90258) |
- Hiram - 2011-02-01 14:12 Glad it's working a bit better now. I'll look into the problem you're having regarding movies and get back to you in a bit - just about to go to bed. Also, specials don't work because I've forgotten to add them in! The next release will support specials. Sorry about that! - Dobyken - 2011-02-01 15:37 Hiram Wrote:Glad it's working a bit better now. I'll look into the problem you're having regarding movies and get back to you in a bit - just about to go to bed. Thanks for fixing the "/" problem. Noticed a few things in 2.0. Movies belonging to sets are being shown as missing as well as multi-file titles such as CD1 CD2. It did, however, pick up a couple of movies that really aren't in the database so it does perform a valuable and long missing function. - Tomkun - 2011-02-01 15:39 Hiram Wrote:Glad it's working a bit better now. I'll look into the problem you're having regarding movies and get back to you in a bit - just about to go to bed. No worries, I'm just glad to know it's being worked on!
- Yulquen - 2011-02-01 19:06 2.0 on my system, scanning movies, I get a dialogue box with the title frame LALALALALALALLAALALALA something, Y:\\Movies\\ retrieved 0 items although there are some missing titles, then loading the missing directory which is empty. selecting tv shows, I get Error, script failed at the top of the screen. my movie source is Y:\Movies\ Code: 18:06:24 T:976 M:527908864 NOTICE: -->Python Interpreter Initialized<--- Hiram - 2011-02-02 00:58 Hahahahahaha I've forgotten to remove one of my debugging dialog boxes, don't worry about LALALALALALALLAALALALA! I'll have a look into that as well! That's not an error I like to see though, that means it's not picking up seasons properly somewhere along the line. I'll look into that too! The retrieved items being 0 thing seems to be a problem of XBMC, when constructing a dialog you have to tell it how many items you're adding so it can do a progess bar. Even though I tell it how many there are, it doesn't do it properly. Thanks for reporting these! - steppedup - 2011-02-02 01:14 I just caught the fact that it doesn't update sets - does it also not catch movie-trailer? Because the movies listed in my library, but the movie trailer is caught in the script? - Hiram - 2011-02-02 17:17 @steppedup, what do you mean by "sets"? My plugin doesn't catch trailers, I don't know of any way to find trailers through Python. Could you show me an example of the way you store your movie trailers? I'll look into finding a way to support trailer detection. @Dobyken, I'm adding support for multi-file movies as we speak, but could you clarify what you mean by "sets" also? - msderganc - 2011-02-03 00:21 Maybe I'm late to the party, but the issue with network shares not being listed can be worked around by just mapping them as network drives, correct? - Hiram - 2011-02-03 02:22 @msderganc, yes I thought that it could be worked around that way, way back on page 2 I offered that as a solution, but castortray pointed out on page 3 that using MySQL to share user profile data between multiple machines means that it isn't possible to map network drives. I've seen some people provide dodgy looking scripts to interact with Samba shares, but they're really old, like back from 2004 level of old so they're probably so outdated they're unusable. - steppedup - 2011-02-03 03:21 In each of my individually named movie folders (like Blade (2010) ), I have one trailer, called movie-trailer.mov Regarding sets - here's more info. I know this because it said that I didn't have Batman - but I have it, and its included in the library when browsing through it - albeit, it's a set. In the .nfo , it's stored like this: <set>Blade</set> Cheers! |