Nifty. Please be aware that this is not a "spotify client" per se. It gets the data from Spotify, and plays the audio from YouTube. It's an interesting invention, and worthy of the first page, if you ask me.
Spotube: Open-source Spotify-Youtube client
561–570 of 661 posts
Re: Spotube: Open-source Spotify-Youtube client
#562Nifty. Please be aware that this is not a "spotify client" per se. It gets the data from Spotify, and plays the audio from YouTube. It's an interesting invention, and worthy of the first page, if you ask me.
On the other hand, why would you choose to use spotify API for a start? Spotify doesn't have nearly the quantity of available music that Youtube has. So many times when I try to find some music on my partner's spotify account it is just not there, and I give up and we listen to it via newpipe or freetube.
Re: Spotube: Open-source Spotify-Youtube client
#563Earlier quoted context omitted.
I am quite sure I do not have the ethical card in any of these discussions. I also pay way less than the combined sum of the value I receive from the internet. But there is a marketplace. And the content of YouTube is not worth the price of YouTubes premium offerings because they embed ads. Ie. I pay to remove YouTube's ads, but not video sponsorships. That would be like paying for Kagi and still only be presented SE…
> I am quite sure I do not have the ethical card in any of these discussions. Realizing that you’re doing something unethical is philosophically better than denying the obvious. However, as a commercial artist, I’m not really interested in any gussied-up justification beyond that statement.
tbh,i hate moralization over what I decide to consume. If I should consume less travel for the sake of the environment, make it more expensive by taxing it.
if you want to earn more money as a commercial artist, don't morally trip me into something I am not legally obligated to (watching ads), but deliver a product that is more valuable.
Re: Spotube: Open-source Spotify-Youtube client
#564Earlier quoted context omitted.
Would be far less worthy if, by the time we get to the README, we only get to see a take down notice from Github. Instigated by Spotify for breach of not sure what.
> Would be far less worthy if, by the time we get to the README, we only get to see a take down notice from Github. Instigated by Spotify for breach of not sure what. Circumventing DRM, no matter how trivial, is a violation of the DMCA.
Re: Spotube: Open-source Spotify-Youtube client
#565Somewhat related: A month ago I migrated from Spotify to YTMusic (Youtube), and published the scripts I used to do it. People have kind of come out of the woodwork: reporting issues, starring the repo, asking questions, last night I found someone has written a GUI for it. https://github.com/linsomniac/spotify_to_ytmusic The biggest reason I ditched Spotify is that their shuffle play of playlists is laughably bad. I l…
Re: Spotube: Open-source Spotify-Youtube client
#566Nifty. Please be aware that this is not a "spotify client" per se. It gets the data from Spotify, and plays the audio from YouTube. It's an interesting invention, and worthy of the first page, if you ask me.
On the other hand, why would you choose to use spotify API for a start? Spotify doesn't have nearly the quantity of available music that Youtube has. So many times when I try to find some music on my partner's spotify account it is just not there, and I give up and we listen to it via newpipe or freetube.
Connecting via YouTube offered significantly more music than via Spotify, albeit some big artists restricted it.
Re: Spotube: Open-source Spotify-Youtube client
#567Re: Spotube: Open-source Spotify-Youtube client
#568Re: Spotube: Open-source Spotify-Youtube client
#569Anything that helps shake up the system is good for artists at this point. It would be cool if this app helped you gauge how much to pay your favorite artists… If it logged the artists you listened to and then gave you something like a bill, periodically. The bill would show how minutes listened to for each artist over the past month and then would find links to buy their music directly. Even better this app would le…
Please explain how is the app that plays music clips from YouTube and hides the ads is "shaking up the system"?
Re: Spotube: Open-source Spotify-Youtube client
#570Earlier quoted context omitted.
Yep. This app uses 230mb of RAM on my machine compared to Spotify that uses 208mb. But it's definitely more performant than my hideously slow Electron Spotify client. I'm really done with Electron. I hope this shaming of Electron apps continue because I can't stand this degradation of software. The only Electron app of recent that had good performance is Notion Calendar (used to be Cron). Although, Notion itself is p…
Coming from AppKit/UIKit I tried to learn Qt and it was just awful. I hated how tightly coupled with C++ it was. Everything was based around subclassing and overriding methods, there was no way to just have a dumb UIView and set its frame and add a bunch of subviews to it. There was also no clean way to expose a C ABI to use a scripting language (with an FFI) to configure the UI easily All of the Qt apps I know about…
Outside of the that the next closest I’ve tinkered with is GTK, but since version 3 it kinda gave up on looking right running under anything but GTK/Qt-based desktops. It’s easy to make idiomatic bindings for which is nice though.