XBMC Community Forum
Nuka1195's repository for unofficial plugins and scripts with the SVN Repo Installer - 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: Third Party Repositories (/forumdisplay.php?fid=157)
+---- Thread: Nuka1195's repository for unofficial plugins and scripts with the SVN Repo Installer (/showthread.php?tid=29911)



- joecacti - 2009-02-20 19:55

<cancelled, see post below>


- Nazgulled - 2009-02-20 20:06

Nuka1195 Wrote:it's a special://home/ mapping issue, wiso is aware of it. not sure when he'll fix it, but there is a trac.

That's an issue with XBMC then right? When it's fixed, will SVN Repo Installer just install things to the user folder or you (or someone) must do the proper changes to SVN Repo Installer to also install things in the user folder?


Install on AppleTV - joecacti - 2009-02-20 20:54

Hey All,
I think I installed this properly, but when I try to run it, a box flashes up quickly that says "Loading Directory" and "Retrieved 0 items"... I seems like it's trying to go to the repository to get the plugin list, but somehow is failing. The Apple Trailers plugin does work... I'm guessing it's maybe a permissions issue?

I started poking through the code, but I think those messages are in the skin, so I've been unable to debug...

Thanks in advance for any help!
Fred


- Nuka1195 - 2009-02-20 23:30

debug log?

i just updated to version 1.4.


- joecacti - 2009-02-21 00:41

Thanks Nuka,
To update to 1.4, do I just install over again? Is an "uninstall" necessary?

http://pastebin.com/m23aeb180

If I had to guess, I think I may need the "SVN build" from here:
http://xbmcsvnosx.blogspot.com/2009/02/xbmc-svn-rev17583.html

The thing is, that file is a .dmg, and I'm on Windows, so I really don't know what to do with it... How do I install that on the appleTV?

Fred


- Nuka1195 - 2009-02-21 00:45

Quote:
16:15:15 T:43911168 M: 52113408 NOTICE: if ( "download_url=" #c sys.argv[ 2 ] ):""

you have a messed up file. yes just download the zip and overwrite. even 1.3.1 should work.


in default.py it should look like.

PHP Code:
if ( __name__ == "__main__" ):
    if ( 
"download_url=" in sys.argv] ):
        
from installerAPI import xbmcplugin_downloader as plugin
    
else:
        
from installerAPI import xbmcplugin_list as plugin
    plugin
.Main() 



- Nazgulled - 2009-02-21 02:09

Nuka1195 Wrote:i just updated to version 1.4.

And since now it's updated to use the special:// path, how do we make it to install everything in the user folder then?

I just updated to 1.4 (by using SVN Repo Installer and install the latest from there) and then tried to install some plugin but it's still installing to "C:\Program Files\XBMC".

Does it need a specific SVN revision?


Bad Zipfiles - joecacti - 2009-02-21 03:31

I'm getting bad zipfile offset errors / CRC errors on both of those zip files... Also, the SVN_Repo_Installer.zip on the front page of this thread shows 1.3.1 in the default.py...

Again, both the SVN_Repo_Installer.zip and SVN_Repo_Installer_1.3.1.zip are corrupted...

I tried to look on the googlecode homepage for this project, but the only downloads from there are ITunes.zip and IPhoto.zip...

Can you send a link to a good zip file? Is this corruption caused by going through Windows (maybe?)

Thanks again for all your help!


- Nuka1195 - 2009-02-21 04:02

special://home/ is not mapped right on windows.

the zip is fine, clear your browser cache


solved - joecacti - 2009-02-21 15:06

problem was solved by setting ftp transfer type to binary.
I installed 1.4 successfully, was able to get it to show up as a video "source" on the main list. Drilled down and successfully downloaded plugin list. The plugins downloaded, but the install failed. I'm going to try with 1.3.1.
Thanks!