![]() |
|
[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) |
- 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<--- 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.aviexample: 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
- 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<--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! |