Paul Barrass
Paul Barrass
This is quite easy to implement if we read the last.fm details from a config file (literally like 2 lines of code in the C# build, code would sit here:...
It's this one https://github.com/pdaddyo/soundbounce/tree/master/src/client-node-webkit/node-spotify-master
Scrobbling is supported natively by libspotify which is already included (simply by supplying last.fm credentials at login), see here https://developer.spotify.com/docs/libspotify/12.1.51/group__session.html#ga2475a1fbc2eeacccb96b7f36efd36725 - so I'd rather not include another dependency if possible.
Yep this was due to how design evolved, but agree it needs moving. On Thu Dec 18 2014 at 14:54:47 Tonybyte [email protected] wrote: > i find it odd that room...
Will be tackled after #101
This should also be the 'new room' view
No API for checking if song is already in playlist, enumerating long playlists will be slow. Will need to be a compromise of we only scan the top 100 tracks...
That 'approx 15 minutes' is actually me on my server unpicking the corrupt data and restarting the service... Thanks for the info but please can you stop trying to deliberately...
No probs and thanks for the interest! If you want to get involved (fixing stuff, adding features) please do - shout if you want a hand getting the local environment...
Vote now has attribute 'isAdd' - true if add, false if vote.