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…
Spotube: Open-source Spotify-Youtube client
531–540 of 661 posts
Re: Spotube: Open-source Spotify-Youtube client
#532Earlier quoted context omitted.
>Spotify is about as convieinient as a streaming music platform gets. Convenient for users, but you'd be hard-pressed to find artists who are content with the payments they get from Spotify. And that's across the spectrum, from world-famous pop artists to indie artists struggling to get heard. I'm huge into music so I'm "OK" with Spotify for the sake of convenience and all that, but if people are really digging a pie…
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.
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).
Re: Spotube: Open-source Spotify-Youtube client
#533It's puzzling to me how much excitement this is suddenly generating on HN. Yes, mixing Spotify playlists with a YouTube frontend is a great idea, but in no way is this new. Anyone following the app modding scene on XDA-Developers (pre-enshittification) or Telegram has likely seen atleast half a dozen apps that have been implementing the same thing for the last five years.
Re: Spotube: Open-source Spotify-Youtube client
#534Earlier quoted context omitted.
> Nesrin Sipahi is a far cry from a small indie artist that relies on support by their fan base. Who said this though? This is what you originally said. > If you care about the artist here pay them directly either through bandcamp I responded to this > I assure you that every artist that wants to make money will have set up _something_ Why did you bring 'far cry from a small indie artist ' into the picture all of sud…
Of course a celebrated artist with a 50+ year career that is a national icon won’t be reliant on digital distribution… I think that would be obvious to anyone that wants to have a conversation in good faith.
Your comment wouldn't have been worthy of a response if you had said 'small artists'. Because thats well known problem with all streaming platforms and not just music.
Now looks like you are not even saying 'small artists' . It only applies arists who are not 'well known' ? No idea what you are even trying to say. Maybe use some precision ?
Re: Spotube: Open-source Spotify-Youtube client
#535Somewhat 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
#536Re: Spotube: Open-source Spotify-Youtube client
#537Earlier quoted context omitted.
The quality ceiling for any recording you have is the quality ceiling of the weakest link in your audio pipeline. This means, to be able to get a good sound from any system, you have to feed it a good signal, and that path starts with recording. Current audio codecs are great from a psychoacoustic point of view. A good encoder can create an enjoyable file at modest bitrates (192kbps for MP3, and 128kbps for AAC IIRC)…
What's your take on audio systems that deliver vibrations. I have a nuraphone and a subpac. Great for listening to trap music or iranian experimental.
It's a very well balanced system for my needs and room size. That's a pretty nifty setup for me.
Re: Spotube: Open-source Spotify-Youtube client
#538Earlier 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
Flutter on the web is absurd: At least when I last checked, it's been rendering UI widgets into an HTML canvas by default, using its own low-level drawing library. That sounds about as good of an idea as the old Java desktop GUI framework that used to (poorly) imitate native UI elements of Windows and macOS: Everything always looked three major versions behind and felt extremely janky.
The problem is that, on the web, the performance is extremely poor, so Flutter is still not worth being used there (IMHO).
Re: Spotube: Open-source Spotify-Youtube client
#539Earlier quoted context omitted.
I agree with you that it seems to work fine on playlists of less than 50 or 100 songs. The problem seems to be that on larger playlists they will only use 50-100 of the tracks to shuffle through. Most times I'm listening to music I just want to put on a shuffle of all my favorites and listen. It's been that way since I got my first CD changer. Maybe that's a super unusual use case, but it's my primary one, and I get…
Yes, it looks like there is some artificial placement. This may be driven by malice (some sort of paid or more lucrative placement, like you said), but also by stupidity (algo prioritizing songs already in the client cache, to save some egress bandwidth perhaps?). So I started clearing the Spotify client cache more often, and it looks to me there is more diversity, at least on the auto-generated "recommended songs" p…
My best guess is that they are assuming no playlist is more than 50-100 songs, and are limiting the shuffle to that number, so that a shuffle doesn't consume too many resources (memory, database hits, CPU cycles). Maybe someone, possibly in the distant past had a large playlist that caused service problems. And because of that they clamped WAY down to prevent it.
Re: Spotube: Open-source Spotify-Youtube client
#540Earlier quoted context omitted.
Under your same logic nobody should buy anything from your employer because they don’t pay you 100% of their profits. Probably only 2 or 3 dollars of every 10 they make goes to salary. But we all know running a business has costs that aren’t salary. Artists who sign to major labels get promotion and other assistance that costs money. That’s the trade off. And they’re making less money than before because people pirat…
Luckily for me, I don't feel like my employer has tasked me with working against our users interests. I want them to succeed at the things they're trying to do and I'm working in support of that goal. But if things were otherwise? Then yes, the users should either walk away or they should circumvent whatever handcuffs I'm hypothetically building for them. In that scenario, I'd absolutely participate in cutting my emp…