As somewhat of a Zune fanatic, it always makes me happy to see a new Metro-inspired UI, but every one of these Zune-inspired projects falls short when compared to the actual Zune application, which imo is the absolutely pinnacle of music players. It presents your music library in a way that to me is aesthetically pleasing and entirely intuitive. The three column layout, with sorting options for each, is ideal. Filter…
Rune: A local music player reviving Zune's classic aesthetic
21–30 of 84 posts
Re: Rune: A local music player reviving Zune's classic aesthetic
#22I did not test this yet, but Dynamic "Mix" Feature and Audio Analysis and Recommendations, those are features I always wanted to have for a local music player. Amarok had some simple variant of this. Spotify of course has as well, but not really for local music. That was the main reason I started my own music player project ( https://github.com/albertz/music-player ). But it never really got to the point to have a mo…
Reading your last commit, it seems like we had the similar idea of wanting more intelligent shuffle. Which is why I made a player that simply ingests plaintext playlists and then https://git.sr.ht/~q3cpma/mus/tree/75478f90269dca1b69e0d763d... to achieve what I wanted (though I'll probably modify it to avoid queuing albums sharing a primary genres; who wants 3 black metal LPs in a row?).
Re: Rune: A local music player reviving Zune's classic aesthetic
#23I realized that I don’t have a single mp3 on my machine these days. If I stop paying the bill I will have nothing to listen to. What have we done?
You mean "what have I done".
Re: Rune: A local music player reviving Zune's classic aesthetic
#24As somewhat of a Zune fanatic, it always makes me happy to see a new Metro-inspired UI, but every one of these Zune-inspired projects falls short when compared to the actual Zune application, which imo is the absolutely pinnacle of music players. It presents your music library in a way that to me is aesthetically pleasing and entirely intuitive. The three column layout, with sorting options for each, is ideal. Filter…
Re: Rune: A local music player reviving Zune's classic aesthetic
#25This UI is absolutely gorgeous.
It would be an interesting idea to design a phone around this style.
Re: Rune: A local music player reviving Zune's classic aesthetic
#26Zune will never die. Long live Zune.
Re: Rune: A local music player reviving Zune's classic aesthetic
#27I did not test this yet, but Dynamic "Mix" Feature and Audio Analysis and Recommendations, those are features I always wanted to have for a local music player. Amarok had some simple variant of this. Spotify of course has as well, but not really for local music. That was the main reason I started my own music player project ( https://github.com/albertz/music-player ). But it never really got to the point to have a mo…
Nevertheless, Rune might offer the features you're looking for. It not only provides recommendations based on individual tracks but also on criteria like "songs you've liked," "all music from a specific directory," or "all tracks from a particular album." Additionally, it can categorize recommended tracks into nine sub-lists based on acoustic features, helping you find the perfect arrangement.
Thanks to its separation of front-end and back-end, Rune can be used independently of a GUI. You can also use Rune's CLI to create M3U playlists. While these features haven't been fully refined due to my limited resources, I believe Rune has the potential to meet your expectations in the future.
Here are the document of the query syntax: https://github.com/Losses/rune/blob/master/documents/mix_que...
I hope that once Rune reaches a production-ready state, you'll remember it. I'll be looking forward to that day.
Re: Rune: A local music player reviving Zune's classic aesthetic
#28I realized that I don’t have a single mp3 on my machine these days. If I stop paying the bill I will have nothing to listen to. What have we done?
We’ve created one of the most amazing values and uses of technology of our lifetimes?
Streaming per month costs so much less than a new CD did 25-30 years ago. And it’s so so so much better than buying a new CD a month.
If the average person keeps paying the (quite small) bill, they can listen to essentially anything they want to listen to (unless they have very peculiar tastes — please do not reply to tell me that the obscure 1907 ragtime classic you need to listen to is not on Spotify).
It’s incredible!
Re: Rune: A local music player reviving Zune's classic aesthetic
#29Thanks to the awesome flutter_rust_bridge it’s very easy to use them together and leverage both their strengths.