![]() |
|
[RELEASE] Grooveshark (Script) Music Addon - 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: Music Add-ons (/forumdisplay.php?fid=148) +---- Thread: [RELEASE] Grooveshark (Script) Music Addon (/showthread.php?tid=74474) |
- dominater01 - 2010-11-08 01:11 Hack_kid Wrote:xbs is the name of the user who made the confluence for xbox skin thats bundled with xbmc4xbox. i figured i'd post it for everyone to use where is the best place to put it? you can upload it somewhere and just post it here or pm me the link - solver - 2010-11-11 15:56 I know I promised you XBOX folks a new release, but I'm pretty swamped right now so I'll have to postpone it. Until then, try svn. Some new features are present, but they still need a little work. - DjBeNI - 2010-11-11 21:34 Where can I find this?? I dont really understand how to install? I am new here, on mac os... - solver - 2010-11-11 22:59 DjBeNI Wrote:Where can I find this?? I dont really understand how to install? I am new here, on mac os... If you are using XBMC Dharma then it's available in the addon manager under music. If you are using Camelot then have a look at the first post in this thread. - jfcarroll - 2010-11-12 13:35 I have a dumb python question. You have a line in default.py that looks like this: Code: w = GrooveClass("grooveshark.xml", __cwd__, "DefaultSkin", isXbox = __isXbox__)... but isXbox is not a parameter of any __init__ method on GrooveClass (nor its parents). How is this working? - solver - 2010-11-12 23:22 jfcarroll Wrote:I have a dumb python question. You have a line in default.py that looks like this: Well, actually it shouldn't work. As you say it's not a parameter that is defined by __init__() in GrooveClass. It should give an error. The reason it works, I suspect, is because the xbmcgui.WindowXML class is an extension module written in C++ which merely checks if if it gets enough arguments. Any excess arguments are simply ignored (I haven't checked the source to confirm, mind you). The reason 'isXbox' is there is because I forgot to delete it when I switched to another initialization scheme. I'll commit the corrected code ;-) - jfcarroll - 2010-11-13 13:34 Thanks. That makes sense. Given that I've been in the C++ code for a while now I should have realized that. I've been refactoring the C++ code so that people can write addons in programming languages besides Python and your script was suggested as a good test case. The re-factored code fails there. Thanks again Jim - solver - 2010-11-13 15:04 jfcarroll Wrote:Thanks. That makes sense. Given that I've been in the C++ code for a while now I should have realized that. No worries - glad to help. I'm looking forward to seeing the result of your efforts. - chtamina - 2010-11-14 18:55 looks like it won't let me login http://pastebin.com/v9X0z5At I'm usinb grooveshark-for-xbmc-blue-skin-v0.1.3.zip on xbmc4xbox (I don't know if it's script related or not) - dominater01 - 2010-11-14 22:20 chtamina Wrote:looks like it won't let me login 1.3 is out of date use 1.9 |