Posts: 47
Joined: Dec 2014
Reputation:
1
When I go to "Missing movies," it reports many files that are located in directories with content not marked as movies (i.e. directories marked as "TV Shows," or with their content type not set).
Am I misunderstanding how this is supposed to be used? From what I can figure it seems like "Missing movies" should show files that appear in directories marked with content "movies," but that could not be identified by the scraper. As it is now, I get a huge list of every file that isn't a movie (include those that aren't meant to be)?
Posts: 2
Joined: Aug 2016
Reputation:
0
2016-08-04, 02:28
(This post was last modified: 2016-08-04, 02:33 by GreenDude.)
Hi guys.
Not sure this is a dumb question or if it's been covered already.
I've found that MMS is ignoring '.nomedia' files. I've dug into the python code and it seems to me that the function call 'xbmcvfs.listdir(path)' simply isn't returning any filename that starts with a period, making the search for '.nomedia' somewhat problematical.
I've hacked together my own workaround, but I'm curious - is this changed behavior? Did this ever work right? Is it working for anyone else?
I'm running Kodi on Windows 10, and my sources are accessed through smb, if that makes a difference.
EDIT: Using Jarvis 16.1, and MMS 4.0.5
Posts: 38
Joined: Dec 2016
Reputation:
1
Just installed this addon.
Works great, but how can I add the missing movies to the library?
I don't find a option.
I want to select the movie and do a manual search for it to add it in the library.
Posts: 1
Joined: Feb 2017
Reputation:
0
Missing Movie Scanner works like a charm. Would it be possible to also move the missing movies to a different folder? At the moment I don't see any option to do this. The only thing I found was to print the list an move all entrys file by file. Reason is: I want to fix these files with filebot and don*t want to rename all files.
Posts: 1
Joined: Apr 2017
Reputation:
0
heya,
i'm having the same problem as many other (seen a lot of posts without answers)
i'm using kodi 17.1RC1 on windows 7 and MMS (last auto update version)
everytime i launch the script (either movies sources or some specifics folders), it say there was a problem and need to check the logs
(strangely it work on another trash profil used for some differents tests but can't figure what's the problem since both profil are sames)
20:05:41.636 T:4676 DEBUG: CPythonInvoker(28, C:\PortableApps\Kodi2\portable_data\addons\plugin.video.mms\default.py): start processing
20:05:41.685 T:4676 DEBUG: -->Python Interpreter Initialized<--
20:05:41.685 T:4676 DEBUG: CPythonInvoker(28, C:\PortableApps\Kodi2\portable_data\addons\plugin.video.mms\default.py): the source file to load is "C:\PortableApps\Kodi2\portable_data\addons\plugin.video.mms\default.py"
20:05:41.685 T:4676 DEBUG: CPythonInvoker(28, C:\PortableApps\Kodi2\portable_data\addons\plugin.video.mms\default.py): setting the Python path to C:\PortableApps\Kodi2\portable_data\addons\plugin.video.mms;C:\PortableApps\Kodi2\portable_data\addons\script.module.routing\lib;C:\PortableApps\Kodi2\system\python\DLLs;C:\PortableApps\Kodi2\system\python\Lib;C:\PortableApps\Kodi2\python27.zip;C:\PortableApps\Kodi2\system\python\lib\plat-win;C:\PortableApps\Kodi2\system\python\lib\lib-tk;C:\PortableApps\Kodi2;C:\PortableApps\Kodi2\system\python;C:\PortableApps\Kodi2\system\python\lib\site-packages
20:05:41.685 T:4676 DEBUG: CPythonInvoker(28, C:\PortableApps\Kodi2\portable_data\addons\plugin.video.mms\default.py): entering source directory C:\PortableApps\Kodi2\portable_data\addons\plugin.video.mms
20:05:41.685 T:4676 DEBUG: CPythonInvoker(28, C:\PortableApps\Kodi2\portable_data\addons\plugin.video.mms\default.py): instantiating addon using automatically obtained id of "plugin.video.mms" dependent on version 2.14.0 of the xbmc.python api
20:05:41.768 T:4676 DEBUG: [plugin.video.mms][routing] Dispatching to 'missing_by_source', args: {'path': 'C%3A%2FPartage'}
20:05:41.970 T:4676 DEBUG: CVideoDatabase::RunQuery took 194 ms for 2654 items query: select * from movie_view
20:05:42.120 T:4616 DEBUG: ------ Window Init (DialogBusy.xml) ------
20:05:43.718 T:4676 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'utf8' codec can't decode byte 0x82 in position 22: invalid start byte
Traceback (most recent call last):
File "C:\PortableApps\Kodi2\portable_data\addons\plugin.video.mms\default.py", line 234, in <module>
plugin.run()
File "C:\PortableApps\Kodi2\portable_data\addons\script.module.routing\lib\routing.py", line 109, in run
self._dispatch(path)
File "C:\PortableApps\Kodi2\portable_data\addons\script.module.routing\lib\routing.py", line 120, in _dispatch
view_func(**kwargs)
File "C:\PortableApps\Kodi2\portable_data\addons\plugin.video.mms\default.py", line 166, in missing_by_source
list_files(find_missing_videos([path], library.get_movies()
File "C:\PortableApps\Kodi2\portable_data\addons\plugin.video.mms\library.py", line 59, in get_movies
items = jsonrpc(query)['result'].get('movies', [])
File "C:\PortableApps\Kodi2\portable_data\addons\plugin.video.mms\library.py", line 29, in jsonrpc
return json.loads(xbmc.executeJSONRPC(json.dumps(query, encoding='utf-8')))
File "C:\PortableApps\Kodi2\system\python\Lib\json\__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "C:\PortableApps\Kodi2\system\python\Lib\json\decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\PortableApps\Kodi2\system\python\Lib\json\decoder.py", line 380, in raw_decode
obj, end = self.scan_once(s, idx)
UnicodeDecodeError: 'utf8' codec can't decode byte 0x82 in position 22: invalid start byte
-->End of Python script error report<--
20:05:43.721 T:4616 DEBUG: ------ Window Init (DialogNotification.xml) ------
20:05:43.721 T:8228 INFO: CActiveAESink::OpenSink - initialize sink
20:05:43.721 T:8228 DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:default
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
Try escaping the ! characters
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)