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


- castortray - 2011-01-23 00:02

do you mean xbmc.log from C:\Users\%username%\AppData\Roaming\XBMC ?

Code:
22:59:31 T:6128 M:1634865152  NOTICE: -->Python Interpreter Initialized<--
22:59:35 T:4036 M:1634836480   ERROR: CRemoteControl::Connect - failed to connect
22:59:35 T:3820 M:1634791424   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.missingmovies/?mode=10
22:59:35 T:3820 M:1634791424   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.missingmovies/?mode=10) failed
22:59:35 T:5808 M:1634643968  NOTICE: -->Python Interpreter Initialized<--



- Hiram - 2011-01-23 00:15

Yes that's the one. What are the paths to your movies and TV shows?


- castortray - 2011-01-23 01:16

\\192.168.2.11\Media\Video\1. Movies
\\192.168.2.11\Media\Video\3. TV Series


- timdog82001 - 2011-01-23 12:51

I'll have to post the log after the weekend, but if it helps in the meantime at all, the path to my tv shows (which works) is //192.168.1.177/video/TV/ then its the typical stucture from there. The movie path (which doesn't work in the script) is //192.168.1.177/video/Movies/ and then in that folder I have each movie in its own separate folder so it looks something like //192.168.1.177/video/Movies/Armageddon (1999)/Armageddon[1998]DvDrip[Eng]-kirklestat.avi with the cleaned up movie name for the folder title and the scene name for the actual video file.

Perhaps the separate movie folders is part of the problem for me?


- castortray - 2011-01-23 12:51

path from XBMC

Code:
smb://mybookworld/Media/Video/1. Movies/movietitle/movietitle.avi

example:

smb://mybookworld/Media/Video/1. Movies/Undisputed II (2006)/Undisputed II- Last Man Standing.avi


- Hiram - 2011-01-23 15:39

Awesome, thanks guys. Pretty confident I know where the problem is. I'll look into it tomorrow, hopefully have an update for you guys sometime tomorrow too.


- castortray - 2011-01-23 16:10

Hiram Wrote:Awesome, thanks guys. Pretty confident I know where the problem is. I'll look into it tomorrow, hopefully have an update for you guys sometime tomorrow too.

gr8 Laugh


- Hiram - 2011-01-24 02:23

Hi guys, I'm working on fixing the problem now, but I still need a bit of help from you guys. I want to make sure my code is picking things up right.

http://www.mediafire.com/?asydtzev9n54vt2

If you could all download this version of the plugin, it's still the same just prints some more stuff to the xbmc.log for me to read. If you could run it for TV shows, and then for movies, and post the debug log afterwards, that would be great.


- castortray - 2011-01-24 10:42

new logs:

Code:
09:39:28 T:3168 M:2170023936  NOTICE: -->Python Interpreter Initialized<--
09:39:29 T:3984 M:2177036288   ERROR: CRemoteControl::Connect - failed to connect
09:39:34 T:3168 M:2177130496  NOTICE: FOUND SHARE: smb://MYBOOKWORLD/Media/Video/1. Movies/
09:39:34 T:3168 M:2177130496  NOTICE: FOUND SHARE: smb://MYBOOKWORLD/Media/Video/3. TV Series/
09:39:34 T:3168 M:2177130496  NOTICE: FOUND SHARE: addons://sources/video/
09:39:34 T:3984 M:2177146880   ERROR: CRemoteControl::Connect - failed to connect
09:39:37 T:1084 M:2177286144   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.missingmovies/?mode=20
09:39:37 T:1084 M:2177286144   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.missingmovies/?mode=20) failed
09:39:37 T:4932 M:2177146880  NOTICE: -->Python Interpreter Initialized<--
09:39:37 T:1084 M:2176950272 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
09:39:39 T:1868 M:2177548288  NOTICE: -->Python Interpreter Initialized<--
09:39:39 T:3984 M:2177474560   ERROR: CRemoteControl::Connect - failed to connect
09:39:40 T:1868 M:2177359872  NOTICE: FOUND SHARE: smb://MYBOOKWORLD/Media/Video/1. Movies/
09:39:40 T:1868 M:2177359872  NOTICE: FOUND SHARE: smb://MYBOOKWORLD/Media/Video/3. TV Series/
09:39:40 T:1868 M:2177359872  NOTICE: FOUND SHARE: addons://sources/video/
09:39:44 T:1084 M:2177196032   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.missingmovies/?mode=10
09:39:44 T:1084 M:2177196032   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.missingmovies/?mode=10) failed
09:39:44 T:3496 M:2177052672  NOTICE: -->Python Interpreter Initialized<--
09:39:44 T:1084 M:2176897024 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
09:39:44 T:3984 M:2178027520   ERROR: CRemoteControl::Connect - failed to connect
09:39:45 T:1084 M:2177798144 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
09:39:45 T:1156 M:2177343488 WARNING: XFILE::CFactoryDirectory::Create - Unsupported protocol(script) in script://
09:39:47 T:4964 M:2184724480  NOTICE: -->Python Interpreter Initialized<--

if you need more, just let me know


- Hiram - 2011-01-25 07:42

Sadly, I can't come around this problem. The Python version bundled with XBMC has no support for Samba access. My only other suggestion would be to mount the shares as drives. I forget the Windows equivalent name for this, but I'm sure you guys know what I'm talking about.

Sorry about that guys!