XBMC Community Forum
[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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33


- k_zeon - 2011-10-15 14:57

here is something i just found. as you will see the 1st part of the tuple does not have inverted comma's. would it be that
Code:
var obj = {
        jsonrpc: "2.0",
        method: "VideoLibrary.GetMovies",
        params: {
                fields: [
                "genre",
                "director",
                "trailer",
                "tagline",
                "plot",
                "plotoutline",
                "title",
                "originaltitle",
                "lastplayed",
                "season",
                "runtime",
                "year",
                "playcount",
                "rating",
                "file"
            ]
        },
        id: 1
    };



- null_pointer - 2011-10-15 22:13

I notice there was no "list" param in your version so I removed it from the GetMovies call.

Version 2.2.2 is up with this small change.

http://code.google.com/p/xbmc-missing-movie-search/downloads/list

What version of XBMC are you running?


- k_zeon - 2011-10-15 23:21

null_pointer Wrote:I notice there was no "list" param in your version so I removed it from the GetMovies call.

Version 2.2.2 is up with this small change.

http://code.google.com/p/xbmc-missing-movie-search/downloads/list

What version of XBMC are you running?

I believe im running Eden Pre 10.09


- k_zeon - 2011-10-15 23:39

Just tried new version and when i click a source the box comes up stating it is searching but nothing happens for approx 30 - 50 secs then it tells me no missing movies found. I dont even see a progress bar moving as if it is checking.

So at the moment it does not work..

Would really love to see it working

P.S
Deleted 1 movie from the Library to check if it got found. No it did not...
no errors at all this time , and just in case it means anything the folder is on a QNAP Nas unit


- k_zeon - 2011-10-15 23:50

checked my log and see

NOTICE: Missing Movie Scanner: posix
NOTICE: Missing Movie Scanner: WALKING PATH : smb://Q1/D1/M1/
NOTICE: Missing Movie Scanner: Adding Directory Item: No Missing Items totalItems:1
DEBUG: WaitOnScriptResult- plugin returned successfully

could it be this is the prob:-
WALKING PATH : smb://Q1/D1/M1/


- k_zeon - 2011-10-16 15:37

Hey null pointer, any news on the addon not working correctly on ver 2.2.2

thanks

bump


- k_zeon - 2011-10-17 21:16

bump


- null_pointer - 2011-10-17 23:16

Sorry for the delay, I am traveling on a work trip for the week and have limited time to look at this over the next few days.

Just a quick question, was the above log about walking the dir with log level 5?

Is the share : smb://Q1/D1/M1/ correct? It does contain folders to crawl?

What is your platform win, Linux etc?


- k_zeon - 2011-10-17 23:36

null_pointer Wrote:Sorry for the delay, I am traveling on a work trip for the week and have limited time to look at this over the next few days.

Just a quick question, was the above log about walking the dir with log level 5?

Is the share : smb://Q1/D1/M1/ correct? It does contain folders to crawl?

What is your platform win, Linux etc?

yes the share contains folders

ie
Code:
Movies -
             Action -
                         Movie1
                         Movie2
             Comedy -
                         Movie1
                         Movie2  etc

I am using an Apple TV2 and the Movies folder is on a QNAP NAS
I also have some folders on Windows PC and they too did not work.


- null_pointer - 2011-10-18 02:00

My initial thought was that the smb: should only be removed on windows machines so I put in a check to only apply the smb fix to os=nt but it might be that all os's need the smb removed.

I have put up a version 2.2.3 that removes the smb regardless of your OS.

http://code.google.com/p/xbmc-missing-movie-search/downloads/list