Earlier quoted context omitted.
Watch Spotify revoke their public API key or reduce access to the public API because of this
Let's stop developer (victim) blaming for soulless billion dollar companies restricting API access.
Spotube: Open-source Spotify-Youtube client
551–560 of 661 posts
Re: Spotube: Open-source Spotify-Youtube client
#552Earlier 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.
https://www.dailystar.co.uk/sport/football/arsenal-home-dani...
Re: Spotube: Open-source Spotify-Youtube client
#553Earlier quoted context omitted.
> My problem is region locking, if I can't access the content in any way without potentially purchasing a very expensive TV package, I'm left with only one choice. Do you mean that literally? Because I'd think buying physical copies, or forgoing access, would also be options.
Physical copies (Blu-rays especially) are heavily region locked. A Japanese region coded Blu-ray won't play on an EU coded player, unless you're able to flash the firmware to unlock it. And a lot of Japanese movies, especially classic films, never get a Europe release.
Back in the days when I was living in Switzerland, the DVD players there weren't region locked so a number of french, italian or german people would just drive to Switzerland and buy their DVD player there. No idea if it applies to Blueray as well, I never owned a Blueray player.
Re: Spotube: Open-source Spotify-Youtube client
#554Earlier quoted context omitted.
> I write software. I want to get paid too, right? Why shouldn't they? How about the Spotify client being crap? Can't believe this is the top comment on HN.
What does Spotify being crap have to do with a software engineer or musician being paid for their work? You think they shouldn't be paid because you don't like the company they work for?
¹ It is still recommended to support the creators by watching/liking/subscribing to the artists' YouTube channels or liking their tracks on Spotify (or purchasing a Spotify Premium subscription too).
Re: Spotube: Open-source Spotify-Youtube client
#555Earlier quoted context omitted.
The reason artists are not happy with Spotify is because their record label takes 80% of the small profit they would get from streaming. I saw an interview with a swedish artist that was quite happy with the streaming money thanks to not having signed under any label. All the money goes directly to him.
It’s more complex than that. A major reason artists don’t like Spotify because Spotify shows the number of track streams and regular listeners. This has a huge negative effect on many artists mental health. Artists signed to Major label’s might get Spotify’s rate per stream is certainly low. And they are in no way artist friendly. (I manage artists).
I guess a lot of older artists that made it young would do it differently if they knew more about how the rest of the world works.
Re: Spotube: Open-source Spotify-Youtube client
#556The lengths that literal engineers will go to to not have to pay $10/mo for music or $3 to rent a movie in 4k immediately. Can't believe I have adult friends who make 70-300k and they still pirate based on money, not quality/directors-cuts/anti-cheats, etc. I quit pirating when I got a real job and could afford to pay developers and movie teams for their effort. I write software. I want to get paid too, right? Why sh…
I happily pay for anything I can get DRM free. Not interested in paying to rent access to something which requires giving shady companies like Netflix control over my graphics pipeline (which also prevents me from watching the thing I am renting on any device I want because, for example, my mediacentre PC is not blessed by the right big-corps to work with the intrusive DRM software). If movie publishers had an easy a…
(or any of its region specific stores)
or https://bleep.com/ for independent electronic music. There are probably other genre specific stores still alive.
Re: Spotube: Open-source Spotify-Youtube client
#557Earlier quoted context omitted.
>If you’re an independent artist you can live comfortably off of a small Spotify audience! Didn't Spotify recently stop paying any royalties for tracks with less than 1k streams?
I mean small relative to big artists, not small in absolute numbers. If you have less than 1k streams you probably have less than 50 listeners which is basically nothing. A (relatively) small audience would be made up of tens of thousands of listeners generating millions of streams. There are many, many independent artists that fall into this group.
I don't know much at all about the music industry, so I don't really have a conclusion from those data, but that seems low. It also does put a (not insignificant) number on the independents accomplishing what you describe.
Re: Spotube: Open-source Spotify-Youtube client
#558For something that puts "not using electron" so prominently I didn't expect it using flutter. I admit I don't really have much experience with it, I thought it was like react-native (but better?), still far from truly native apps. Im here to being told I'm wrong. I would love to, specially since we can transpile clojure to dart
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…
Now tbe modern tech stack is to build a bash+python app in an env, add a touch of R, some js, and bundle it into docker container, then make that docker container into wasm with container2wasm, and give that out as the executable.
It's wonderful honestly. You can get just about anything working with stitching together stuff, and then serve your 10GB executable to anyone :).
So MuCh BeTtEr ThIs MoDeRn WaY!
Re: Spotube: Open-source Spotify-Youtube client
#559Earlier quoted context omitted.
> Personally, I pay for content and services that I find value adding While it would be a convenient reality, the people on HN are not even close to representative of the general population, and you can't generalize their tendencies. How many Kagi and Fastmail users are there compared to Google and Microsoft? Look at Google Play reviews for apps that front paid services: even for astonishingly cheap ones, a considera…
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…
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.
Re: Spotube: Open-source Spotify-Youtube client
#560Earlier quoted context omitted.
Flutter, from experience, works really well on Android. Unfortunately the same cannot be said about the web (see for example [1]). I think that if these performance issues were to be solved, Flutter would see a bigger adoption. In any case IMHO Flutter >>>>> Electron [1]: https://github.com/flutter/flutter/issues/56257
Last I knew it had significant performance issues on iOS (framerate drops/stutters), which dampens its cross platform appeal somewhat and is part of why I’ve heard of apps using Flutter for the Android port of their app, but nowhere else.