Earlier quoted context omitted.
I haven't been able to get spotifyd to work, but I've been using Mopidy and MopidySpotify for years.
What frontend have you been using for mopidy? I've been looking into it as a potential Clementine replacement since Clementine's Spotify support is dead. Basically I want a good interface for managing large playlists (so nativeish lists with multi select support for add/remove/reorder, not an album art focused UI), and support for mixing Spotify, local and network shared tracks in a single playlist.
Open-Source Spotify App
91–100 of 113 posts
Re: Open-Source Spotify App
#92Earlier quoted context omitted.
I don’t think this is how it works. I haven’t played with the API but I’ve dug around a bit in the source for the Spotify client. More likely, it’s by sending a stream of data or otherwise its sending encrypted chunks for which Spotify has a decoder integrated. That’s how the desktop client works at least. Your prediction seems unlikely to me for the reason that any transmission of unencrypted data like that exposes…
The old API (libspotify) did decrypt raw audio data and hand it to the player. This is likely why it was killed (that and an inability to tie usage to apps, only to users). The currently supported SDKs are for web, iOS and Android which perform the decryption via EME or platform specific DRM support. They also require app specific oauth authentication. However, libspotify's playback endpoints still work, likely due t…
I believe that librespot (at least one of the implementations) now supports audio from Spotify's new HTTP endpoints, rather than via the 'Mercury' protobuf stuff that libspotify uses. The point being that it might still have a future after Spotify finally kills the remaining parts of libspotify.
Disclaimer: I'm a Mopidy developer.
[0] https://jodal.no/2016/02/18/guide-to-poor-api-management/
Edit: oh, and you do need an API key to use libspotify, which Spotify no longer provide. So that kills off any new users from adopting libspotify/pyspotify, even if they could live with the short-commings.
Re: Open-Source Spotify App
#93Earlier quoted context omitted.
Does anyone know why Spotify doesn’t pursue name rights or DMCA takedowns in all these OSS projects, as they reverse engineer and use Spotify’s name? Snapchat practices DMCA/copyright for a lot for these sort of projects.
"Laws can definitely help, but it doesn't take away the problem. The only way to solve the problem was to create a service that was better than piracy and at the same time compensates the music industry – that gave us Spotify." - Daniel Ek (Spotify co-founder)
Re: Open-Source Spotify App
#94Earlier quoted context omitted.
Thank you for the comment. I learned a few things about licensing. The main reason I chose GPL was because I don't want someone else building a commercial closed source application based on my app; others can still fork the project and modify it. I don't intend to release this app on any other platform but others who want to may feel free - I think GPL allows for this. In the end, I don't really care what others do w…
> The main reason I chose GPL was because I don't want someone else building a commercial closed source application based on my app; others can still fork the project and modify it. GPL is generally the best choice for that. > In the end, I don't really care what others do with my app as long as they consult me about what they want to do with it There’s no popular license that I know of that requires people to tell y…
Re: Open-Source Spotify App
#95This is an iOS app, but if it isn’t what you were hoping for, check out these other projects. A CLI UI for Spotify [0] Spotify as a daemon [1] [0] https://github.com/Rigellute/spotify-tui [1] https://github.com/Spotifyd/spotifyd
Re: Open-Source Spotify App
#96This is an iOS app, but if it isn’t what you were hoping for, check out these other projects. A CLI UI for Spotify [0] Spotify as a daemon [1] [0] https://github.com/Rigellute/spotify-tui [1] https://github.com/Spotifyd/spotifyd
Also https://github.com/librespot-org/librespot and https://github.com/hrkfdn/ncspot
Re: Open-Source Spotify App
#97Re: Open-Source Spotify App
#98Earlier quoted context omitted.
"Laws can definitely help, but it doesn't take away the problem. The only way to solve the problem was to create a service that was better than piracy and at the same time compensates the music industry – that gave us Spotify." - Daniel Ek (Spotify co-founder)
I wish the TV industry can accept way of Spotify is the way to go. Instead, now we have dozens of streaming platforms with exclusive contents.
Re: Open-Source Spotify App
#99Earlier quoted context omitted.
I haven't been able to get spotifyd to work, but I've been using Mopidy and MopidySpotify for years.
What frontend have you been using for mopidy? I've been looking into it as a potential Clementine replacement since Clementine's Spotify support is dead. Basically I want a good interface for managing large playlists (so nativeish lists with multi select support for add/remove/reorder, not an album art focused UI), and support for mixing Spotify, local and network shared tracks in a single playlist.