Live data from Hacker News

Spotube: Open-source Spotify-Youtube client

github.com

561–570 of 661 posts

Re: Spotube: Open-source Spotify-Youtube client

#562

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.

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.

Huh my experience is the total opposite. I try to download my Spotify playlists from YouTube Music because its easier but half the stuff isn't there or incorrect versions etc.

Re: Spotube: Open-source Spotify-Youtube client

#563

Earlier 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.

as a commercial artist you should not tinker in ethics but try to sell and make some. money staying within the law.

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

#564
post #460

Earlier 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.

Then just host it elsewhere. Spotify isn't an American company and not everyone who uses Spotify lives in America.

Re: Spotube: Open-source Spotify-Youtube client

#565

Somewhat 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…

Hah! I wrote something to go the other direction (YT->Spotify) because the dating apps only work with Spotify.

Re: Spotube: Open-source Spotify-Youtube client

#566

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.

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.

That was my experience when I used to use last.fm for radio as well.

Connecting via YouTube offered significantly more music than via Spotify, albeit some big artists restricted it.

Re: Spotube: Open-source Spotify-Youtube client

#568

Earlier quoted context omitted.

Let's stop developer (victim) blaming for soulless billion dollar companies restricting API access.

Billion dollar company that still isn’t profitable.

Spotify is profitable as of recent quarters.

Re: Spotube: Open-source Spotify-Youtube client

#569
post #62

Anything 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"?

By taking control of the UX of the most popular platform?

Re: Spotube: Open-source Spotify-Youtube client

#570

Earlier 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…

I know what you mean. Would love to just have AppKit/UIKit with some platform integrations (e.g. correct widget themes) on other platforms. Closest that exists to that is GNUStep, but it’s stuck on an old version of Objective-C (no Swift) and targets something like OS X 10.6 with API compatibility.

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.

Post reply on HN