Share your favorite linux music player

Hello everyone
hope you have a nice day,
Just sharing my favorite music player under my linux environment
A preview :


btop for a scale :smiley:
oh btw that little window on the left is cava :sparkles:

I heard about rust tui music players too they are really good too,
but I prefer cmus because it’s unique fast and reliable,
How about you.

3 Likes

I like this. :+1: Music is an important part of my workflow. For me, I’m just using spotify-player. It helps keep memory usage down and CPU idle. Good idea with Btop, I did the same:

2 Likes

Awwwww your workflow looks so beautiful :sob:

does spotify-player only works with spotify online (services) or cmus like ?

1 Like

Yes, I think that one requirement. About 4 of us share 1 family plan.

1 Like

I’ve been playing around with fooyin for a while now. Fooyin is extremely customizable. I don’t like everything but for now I’m satisfied.
I have never used the CLI music player…

4 Likes

Never heard about fooyin before
But it make sense , you’re using kde plasma it integrate well into your environment
noticed it’s built on QT 6 , it should start fast because QT already cached,

nice rizz @toadie :wink:

1 Like

As a non-English speaker, I had to google rizz first :smiley:
Fooyin is like foobar2000 for Windows

1 Like

As I said in a previous post:

Trying to find a music player similar to Windows, does one exist? - #9 by ricky89

I also listen alot of music during my day infront of PC, and for now the best media player for Linux I found is all about Strawberry.

On Windows side nowdays Strawberry is payment software, so on my Windows machine I’m using Clementine for common audio files and the software MPV for play radio playlists such as PLS files since Clementine seems it does not support PLS.

1 Like

#bumpingthepost

Lately I return using Strawberry, definitevely my favorite music player.
I was trying to achieve some Discord rich presence while listening music, I ended up the latest integration they did Strawberry C++ side is horrible and not usable after all.

On Linux there’sa thing called dbus and Strawberry, which is a software written mostly for Linux, you can easily achieve Discord rich presence thank dbus and a random Python script fetching metadata directly from the running software.

But in Windows?
In Windows you can download pretty updated version of this software with Chocolatey, the fact is hard achieve that rich presence also in Windows bc lack of support and no dbus running over Windows.
So last day I was scripting in Python for achieve this goal on Windows as well.. I ended up with reading user AppData/Local/Strawberry cache folder; is seem it’s content is updated each time you play a song in the player.
So my script is doing:

  • Connecting to Discord
  • Clear up cache folder
  • Attaching a file system watcher on the folder
  • Each time there’s a file update
    • it launch a rich presence update on Discord
    • It clear up again the cache, because if you will listen the same song again the cached file won’t be touched again

I don’t think there’s better way in Windows without putting hands on the C++ Strawberry source code.

Pretty artisan script, nothing professional, but my goal is achieved.

2 Likes