mariusor / mpris-scrobbler

A minimalistic user daemon to submit the songs you're playing to audioscrobbler services like listenbrainz.org, libre.fm and last.fm.
MIT License
151 stars 6 forks source link

mpris-scrobbler.service isn't being started #59

Closed alecvn closed 5 years ago

alecvn commented 5 years ago

Since I tried to debug #53 by running mpris-scrobbler explicitly with mpris-scrobbler -vvv I haven't been able to get mpris-scrobbler running as a service again.

After running systemctl --user start mpris-scrobbler.service (which runs without errors), I run systemctl -l status mpris-scrobbler and get the output: Unit mpris-scrobbler.service could not be found.

mariusor commented 5 years ago

I'm not sure why you think that's an issue. By default just compiling the application doesn't set up the systemd service. The only ways that happens would be if:

You installed the package using your distribution's package manager.

You installed the package manually using ninja install.

alecvn commented 5 years ago

This is a typical case of a XY-problem. My apologies. mpris-scrobbler isn't scrobbling for me anymore so I assumed it was because the service isn't showing.