XBMC Community Forum
[RELEASE] Grooveshark (Plugin) Music Addon - An alterntive to the Grooveshark Script - 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 (Plugin) Music Addon - An alterntive to the Grooveshark Script (/showthread.php?tid=88235)

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


- denhams - 2011-01-23 12:37

Muuh Wrote:As a workaround, i must delete the thumb directory in /private/var/mobile/Library/Preferences/XBMC/userdata/addon_data/plugin.audio.groove/ manually after each time i use the 'select' button.

This is the same problem that was reported earlier in this thread. Please try installing version 0.2.3:

http://sourceforge.net/projects/xbmc-groove/files/plugin.audio.groove-0.2.3.zip/download


- Muuh - 2011-01-23 14:12

okay, 0.2.3 did also work here. Thanks!

Continuous playback doesn't work for me (as others have reported in this thread).
Added file playercorefactory.xml with
Code:
<playercorefactory>
    <rules action="prepend">
    <rule audio="true" player="audiodefaultplayer">
        <rule filename="*grooveshark.com*" player="dvdplayer"/>
    </rule>
    </rules>
</playercorefactory>



- denhams - 2011-01-23 15:19

Muuh Wrote:Continuous playback doesn't work for me (as others have reported in this thread)

As far as I can tell, the continuous playback problem only seems to affect Apple users. However, dallasnights reports getting it working with the shuffle option in the player OSD. See http://forum.xbmc.org/showpost.php?p=699238&postcount=76

It definitely works okay (for me) on the Linux version.

Also, I found this:

http://forum.xbmc.org/showpost.php?p=694089&postcount=331

...which implies it is an XBMC (not an addon) bug. If you have >= r35433 and it is still a problem then perhaps try raising an XBMC Trac ticket.

Stephen.


- Muuh - 2011-01-23 22:36

I noticed, that when i select 'Popular'/'Katy Pery...', only this single song is played and no other song after this one.

When i go one level up and use the context menu for 'Popular' and select 'Play' there, all files are played each after another.

Perhaps you could add a menu item 'Play all' directly under 'Popular' (=each Category)? I think the expected behaviour of the user is, that you get continuous playback of all songs in that category without such an entry.


- denhams - 2011-01-26 15:49

There is a new version with more of the functions and fixes that people have suggested.

Please visit:

http://sourceforge.net/apps/trac/xbmc-groove/wiki/WikiStart


- dallasnights - 2011-01-26 16:17

Thank you!


- dominater01 - 2011-01-28 11:50

edit: sorry i accidently double posted


- dominater01 - 2011-01-28 11:54

edit: sorry i double posted


- dominater01 - 2011-01-28 11:55

i would like to request

a button for add selected item to playlist in the context menu and have it so we can name our playlist b4 we add it
like the script used to

that feature is kinda hard to explane but if you used to script hopefully you know what i mean

i would like to request all those features that the script had

save playlist as
add song to playlist



EDIT: i really hate my browser sorry for all posts i didnt notice them till after


- denhams - 2011-01-28 12:59

dominater01 Wrote:i would like to request all those features that the script had

save playlist as
add song to playlist

I know what you mean. There are some methods in the new API to do this but I cannot make them work. At most I can create a playlist and add one song only. Adding an array of songs doesn't seem to work Confused .

Anyway, if I get it working, I will include it in the next release.