Live data from Hacker News

I don't want streaming music, I just want to stream my music

coryd.dev

281–290 of 421 posts

Re: I don't want streaming music, I just want to stream my music

#281
post #170

Earlier quoted context omitted.

Thanks! Good question, I think it's probably mostly a mental block on being "done". There was always "one more feature" I wanted to add before trying to market it. The feature I can most think of right now is playlists. They are supported in Subsonic but not the web UI. Currently I have exactly 2 customers, who are pretty much friends helping me test. The good news is the site is optimized for being set-it-and-forget…

I've built sites like this; clear, concise, to the point. Not many people used them. Once I started adding a bit more "flair" to it, things got traction. I'm not talking a complete redesign, but I too had to go back to capitalizing words, adding color, and caring about the "experience" for the market I was aiming to capture. I hated it, I still do, but I hate it less after seeing success with the changes I was willin…

Yeah I feel you. It might feel kind of like "selling out" but making it professional is almost certainly the better choice for things like this, especially if you have to pay money for it.

Re: I don't want streaming music, I just want to stream my music

#282
post #155

I tried to make this after Google Play Music died, but I never found any success. Here's my site. You can try it for free: https://inter.tube It supports almost all of Subsonic (highly recommend play:Sub on iOS). FLAC works. I never re-encode your songs, they are kept byte-for-byte. It doesn't support Last.fm (yet?) but I don't think it would be too hard to add. It respects metadata tags. There are still some glitche…

I signed up. This is a thing I would love! A smaller plan would be great or a yearly cost. I pay for subsonic ($12/yr) and would love a remote service for my music host. It’s the main reason I leave my tower on 24/7!

Great project!

Re: I don't want streaming music, I just want to stream my music

#283
post #226

Earlier quoted context omitted.

Because devices change all the time and most people don’t even have a repository of music files they keep. To even start using this service in earnest requires all that. This dude made the perfect thing for a period that existed like 20 years ago.

I had the same first thought, but I'm not sure it's as big as a problem as you make it out to be. I know plenty of people who still have music in the form of mp3's. One of the biggest issues the service has is being able to reach the right people. I don't really have a solution for that. GPM was used by millions of people, the service doesn't need millions of users to be successful. It can still be a valuable product…

Agreed. Personally I like to support the artists directly by buying their albums in MP3/FLAC form (and going to their shows) so I know I'll have a high quality backup forever. I am not a big fan of streaming services like Spotify, although I will certainly admit that it is way easier to use them than to manage your own music library.

Re: I don't want streaming music, I just want to stream my music

#284

It's funny Youtube Music was mentioned because Google Play Music was actually great for listening to your music and having a curated library of stuff you uploaded along with the music on the service. When they killed that in favor of Youtube Music I noticed the "library" experience there is seemingly intentionally hobbled. The artist page is sorted by the "artist" field not "album artist" and then on top of that inst…

Unsubscribed from Youtube Music because no matter how many times I disliked reggaeton, they pushed it to me.

Also, no real form of changing country for suggestions.

Re: I don't want streaming music, I just want to stream my music

#286
post #6

I use navidrome[0], its a music streaming server you can selfhost and then use a player that supports the subsonic api for playback. I use the strawberry[1] music player on my desktop and substreamer[2] on android. Navidrome can also scrobble your music to last.fm if you tell it to. The actual music files are mounted with rclone and --vfs-cache-mode full to a directory. [0] https://www.navidrome.org/ [1] https://gith…

Another Navidrome user here, hosted on a $5 Linode Nano. I have rclone set up to mount an S3 bucket with the music files. Scanning them is a bit slow, but otherwise I've had no issues. I highly recommend Symphonium as an Android client. It is receiving constant updates, highly polished, has an offline mode, Android Auto support, and so much more.

How many Gb do you have on and how much do you pay for that S3 bucket? I'm thinking of doing that but I wonder what'll be the cost. I'm not sure what to put on the AWS calculator, becasue it depends on usage and whatnot!

Re: I don't want streaming music, I just want to stream my music

#287

Earlier quoted context omitted.

> Rhapsody in Blue by George Gershwin is in public domain for instance as are say, the rags of Scott Joplin, Debussy's Deux Arabesques, etc. I could be wrong about this, but aren’t individual performances of these works still protected? If I record an album of works by Debussy that performance isn’t in the public domain and couldn’t be used as sample tracks.

Yes. But they can also be in the clear depending on who does it and how they choose to license it. If the performer doesn't mind and the work is public domain then it's an easy path For example, here's the famous Waldstein by Beethoven performed explicitly as a free and open recording https://commons.m.wikimedia.org/wiki/File:Ludwig_van_Beethov... Funny apocryphal story about that song. For a long time I had got in m…

A source for Creative Commons (not pd) classical music...

https://www.gardnermuseum.org/experience/music

These are recordings of live performances by a variety of musicians from a long lasting podcast series.

Licence

https://www.gardnermuseum.org/organization/rights-reproducti...

and scroll down.

https://musopen.org/music/performer/isabella-stewart-gardner...

I've just discovered that the ISGM library has been uploaded to musopen.org which is good as the ISGM Web page has a pretty basic search function.

Re: I don't want streaming music, I just want to stream my music

#289
post #6

I use navidrome[0], its a music streaming server you can selfhost and then use a player that supports the subsonic api for playback. I use the strawberry[1] music player on my desktop and substreamer[2] on android. Navidrome can also scrobble your music to last.fm if you tell it to. The actual music files are mounted with rclone and --vfs-cache-mode full to a directory. [0] https://www.navidrome.org/ [1] https://gith…

I also use Navidrome on a Raspberry Pi 3 with a 2.5" 1TB disk connected to it via usb. I don't use metadata and or last.fm; My folder structure info enough for me. Easy enough to play music on mobile devices around home.

For playing music in the living room i use an Ikea Sonos (Symfonisk bookshelf) and the standard Sonos app connecting to the collection via smb.

For the car i transfered (most of) the collection to a sd card. Makes it also it's onw backup :)

I could also use Spotify since the kids love it, but i don't really use it that much myself.

Re: I don't want streaming music, I just want to stream my music

#290
post #277

Earlier quoted context omitted.

It would need to be more than that. $2 is about the cost storing 100GB on most cloud storage services, and that's before you pay for any egress or access fees.

My secret sauce is that I'm using B2 (Backblaze) + Cloudflare Workers to save on egress fees. I am thinking of switching to Cloudflare's storage thingy as well. But bandwidth is cheap, in exchange the download speeds are not so great (CF probably better).

I hadn't seen backblazes storage pricing, it's very cheap. Even at that, 100GB of storage is ~$.50/month. $2 is tight. I don't think it needs to be much more, but probably close to $3-$4 I would say.
Post reply on HN