![]() |
[RELEASE] Gamma-X (formerly called "Xbox Net Loader") Xbox game manager and launcher - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: [RELEASE] Gamma-X (formerly called "Xbox Net Loader") Xbox game manager and launcher (/showthread.php?tid=15567) |
- ruuk - 2006-02-06 that was weird. i was writing the post above, don't know how that blank one happend. didn't see it until i posted this one. - Livin - 2006-02-06 (ruuk @ feb. 06 2006,14:34 Wrote:affini:my logic for having a mymods folder, separatre from the xbmc folder is as follows... \xbmc - contains the latest cvs build \mymods - contains any modified files i want to use in place or in addition to the xbmc cvs build keeping these separate allows me to update the cvs build at any time and never worry about overwriting my modifications. having a mymods folder allows me to have custom scripts, home.xml, other xmls, etc that are easily accessible and i can modify as needed (dialogsubmenu.xml gets changed often as do updated scripts). it allows allows me an easy way to backup the files for safety reasons. i want to "reapply" the mymods everytime so i'm sure to have the latest script modifications and xml files, expecially since the skinning engine has been changing a lot and i have been modifying the xmls to accomidate. hope this makes sense? i think it would be a good idea to accomidate a root share & folder method... it should not require much additional code then you already have and allows much more flexibility. - Livin - 2006-02-07 ruuk, i'm positive there is a bug in the code. as i stated before the way i had it was working in the past... but being forgetful as i sometimes am i figured i'll try it your way. i reworked my xml file to conform to your requested design. please notice the root now containes all files and folders as they are in the xbmc build... Quote:<?xml version="1.0" ?> and i still get the same exact error... Quote:traceback (most recent call last): i'm not sure why you are focusing on the pathing for the pc when it does not seem to be the issue (if the error msg is correct). the problem looks to be in the code determining the xbox path. - smuto - 2006-02-07 works like a charm!! all images from my & my friends saves/xbes work perfectly thanks for trainers un-rar :thumbsup: i run xbmc update from my ftp without problems request from my friends so-called "clear install" of xbmc delete all configs and temp files which are creates by the script is it possible to shift this file outside the q drive (mayby saves folder or xyz drive)? smuto - ruuk - 2006-02-09 affini: the error has to do with smb. whenever you see 'error:not folder' that is smb. a few versions ago i reworked smb to use some of the xbmc httpapi smb listing functions, because the smb module would only list the first 32 entries of a directory on a windows computer. 'error: not folder' is what the xbmc httpapi returns when it can't satisfy your smb request. what is happening is that the script is using the httpapi to get a directory listing, and then either part of all of that listing is returning that error. it then tries to write get the list of files (which for each file starts by opening the local copy of the file) and gets to an entry named 'error: not folder' which i assume it is not able to create because of the ':' which causes the error: ioerror: [errno 2] no such file or directory: 'e:\\apps\\xbmc\\error:not folder' hope that makes sense. i guarantee you that the error is caused by smb ![]() what would really help me is if you could use the netloader app (xnetload.py) and go to app config and try to browser your share from the browser server button. leave off the share and path in the url. let me know how much you can list, and try all the dirs in your xbmc dir if you can. if you don't get a share list, try some other things in the url like the computer ip instead of the hostname. it is possible (probable?) that the problems started when i changed the way smb worked. in any case, even if it worked for you before i "fixed" it, it was still broken and would only get the 32 entries per directory. ruuk - xescher - 2006-02-10 Quote:what would really help me is if you could use the netloader app (xnetload.py) and go to app config and try to browser your share from the browser server button. trying to browse from netloader, i use Quote:smb://xserver;xbox:[email protected]/ what i see is a list of all my shares Quote:[dir] scripts if i choose any one of the shares i get the same thing: Quote:[dir] .. when i back out of the script and press the white button, i only see --> python initialized <-- and then nothing else. i know that the script is reading from the server because if i add a new share it will show up if i browse again. is there a way to turn on extra logging or debugging? where are the bookmarks stored as i would like to try a dozen or so different url formats but typing each one ain't gonna happen via my controller. ![]() i am using 0.9991b, my server is win2kpro and all shares/files have permissions set as everyone/everything. :tear: - smuto - 2006-02-13 Quote:traceback (most recent call last): error.log with xrp server |