spezifisch / stmps

Subsonic Terminal Music Player S
GNU General Public License v3.0
8 stars 2 forks source link

playerctl not detecting stmps #1

Open mstcl opened 3 months ago

mstcl commented 3 months ago

Hi there, thanks for continuing stmp, I appreciate it.

Issue

I can't get mpris to work (launched with mpris) flag. Invoking playerctl -l doesn't return anything

The machine I'm on uses Arch Linux on 6.8.4.

Debugging

In D-Spy (a dbus debugger) a org.mpris.MediaPlayer2.Player shows up, but I'm not really sure why playerctl doesn't see it.

Solution?

I've poked around the code and after finding some similar tutorials I've managed to make it work with playerctl on my machine. I haven't tested on any other platform.

I'm going to make a draft pull request soon with the changes.

alscaldas commented 1 week ago

Hey @mstcl

I've been trying some navidrome clients and found this one. I noticed that there hasn't been any new development for the last 8 months and MPRIS support still isn't working.

Do you happen to know if your changes got merged to the main project?

mstcl commented 1 week ago

Hey @mstcl

I've been trying some navidrome clients and found this one. I noticed that there hasn't been any new development for the last 8 months and MPRIS support still isn't working.

Do you happen to know if your changes got merged to the main project?

No it hasn't, there are quite a few open PRs. That being said, it's not a massive project and you could just apply the patches yourself and compile it locally.