![]() |
|
[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) |
RE: [RELEASE] Missing Movie Plugin - Find Movies and TV Shows that are not in the library - Sentir101 - 2012-03-30 01:59 (2012-03-28 21:43)rockrazz Wrote: Here is what keeps repeating error in my log:From what I can see from the log on pastebin.com you are using a very old version of XBMC and you haven't turned on the debug setting in the add-on settings (Hit 'C' when over the add-on start button and then navigate to Add-on Settings). I suggest you update your XBMC to XBMC 11 final. I will however fix it so that it doesn't crash anymore when nothing is returned. (2012-03-29 06:16)Raytestrak Wrote:I'll post another possible fix in a minute. 2.1.3b doesn't crash because the progress reporting was not in there yet, when the add-on is searching for missing episodes it displays the show name of the show it's currently processing.(2012-03-28 12:04)Sentir101 Wrote: Changelog 2.2.2:Sorry (2012-03-29 19:58)TobiasM Wrote: Maybe i'm just too much of a newbie, but i've installed the zip add-on but can't find the add on from the list? How should i use it?I don't think you are using the latest version, because the help doesn't say that anymore. Look at my last post for the latest version, or wait for the next release. RE: [RELEASE] Missing Movie Plugin - Find Movies and TV Shows that are not in the library - Sentir101 - 2012-03-30 03:01 Changelog 2.2.3:
The problem with the trailers isn't fixed, I'll have to research it some more. RE: [RELEASE] Missing Movie Plugin - Find Movies and TV Shows that are not in the library - Raytestrak - 2012-03-30 16:00 (2012-03-30 03:01)Sentir101 Wrote: Changelog 2.2.3: You can scratch the unicode problem off the to-do list. This one works like a charm! Thanks. RE: [RELEASE] Missing Movie Plugin - Find Movies and TV Shows that are not in the library - fbi1970 - 2012-03-30 22:26 I got this error searching for movies. TV Shows search runs ok. 22:21:04 T:3732 NOTICE: SEARCHING MOVIES 22:21:04 T:3732 ERROR: Error Type: <type 'exceptions.TypeError'> 22:21:04 T:3732 ERROR: Error Contents: string indices must be integers 22:21:04 T:3732 ERROR: Traceback (most recent call last): File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.video.missingmovies\default.py", line 420, in <module> ok = show_movie_submenu() File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.video.missingmovies\default.py", line 317, in show_movie_submenu trailer = m['trailer'] TypeError: string indices must be integers 22:21:04 T:2216 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.missingmovies/?mode=10 22:21:04 T:2216 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.missingmovies/?mode=10) failed RE: [RELEASE] Missing Movie Plugin - Find Movies and TV Shows that are not in the library - crimsonfury - 2012-04-02 00:01 This is very confusing to setup.... Newest download isn't on front page, u have to search for it and no instructions on how to set it all up. But I got the newest one installed and I found it finally, under video not programs(strange)... Then I click on missing movies and it gives me an error; script failed. And I can see all of the tv shows missed but what do i do with them?! How do I add them to my library? RE: [RELEASE] Missing Movie Plugin - Find Movies and TV Shows that are not in the library - Japaja - 2012-04-02 21:22 Movies search gives script error. TV shows work properly. Luckily there is another add-on that works for movies so I have to use them both to get the full effect.
RE: [RELEASE] Missing Movie Plugin - Find Movies and TV Shows that are not in the library - rockrazz - 2012-04-03 08:13 updated to eden and all is ALMOST working. it lists my movies, but will only let me play them. how do I add them into the movie library? Right click lists everything except 'add movie'. How do I do this. Thanks RE: [RELEASE] Missing Movie Plugin - Find Movies and TV Shows that are not in the library - Sentir101 - 2012-04-03 20:01 (2012-03-30 22:26)fbi1970 Wrote: I got this error searching for movies. TV Shows search runs ok. (2012-04-02 21:22)Japaja Wrote: Movies search gives script error. TV shows work properly. Luckily there is another add-on that works for movies so I have to use them both to get the full effect. (2012-04-02 00:01)crimsonfury Wrote: Then I click on missing movies and it gives me an error; script failed.Yeah, I made a mistake in the latest version, a new version with a (hopefully) fix will be released ASAP. (2012-04-02 00:01)crimsonfury Wrote: How do I add them to my library? (2012-04-03 08:13)rockrazz Wrote: updated to eden and all is ALMOST working. it lists my movies, but will only let me play them. how do I add them intoI agree that adding the missing ones to the library from inside the add-on would be a very useful feature (and fun to implement), but this is not possible at the time and you can only see which files have not been scraped into the library. You can then fix the naming of the file on your own than so that the XBMC scrapers do scrape the file correctly. Unfortunately I do not have the time, now and in the foreseeable future, to implement this feature. (2012-04-02 00:01)crimsonfury Wrote: This is very confusing to setup.... Newest download isn't on front page, u have to search for it and no instructions on how to set it all up.As you can see I am not the OP (original poster) I just updated the (seemingly abandoned) add-on to work with eden and added some features since then, as such I have no control over the first post. (2012-04-02 00:01)crimsonfury Wrote: But I got the newest one installed and I found it finally, under video not programs(strange).I agree that this is strange but this is how the original version also worked, I would have to research how to get it in the programs menu. However, I will not have the time to do this until after Wednesday next week. RE: [RELEASE] Missing Movie Plugin - Find Movies and TV Shows that are not in the library - xak944 - 2012-04-09 01:29 (2012-03-30 22:26)fbi1970 Wrote: 22:21:04 T:3732 ERROR: Traceback (most recent call last): Same issue here, TV Shows scan works okay but Movies crashes quickly with a similar error. XBMC Eden Final XBMCBuntu fresh install, Missing Movie 2.2.3. Here's the full debug log: http://dpaste.com/728755/ Let me know if I can be of help doing additional testing or gathering more logs.
RE: [RELEASE] Missing Movie Plugin - Find Movies and TV Shows that are not in the library - fedearne - 2012-04-09 19:52 Apparently the problem is when movies have multiple source files. If you comment out lines 312 - 322 in default.py with a '#' before each line, the the plugin runs, but skips any movies with multiple source files. You can find the path to default.py in the error log. |