Renaming to scrbblr

This commit is contained in:
2026-03-22 08:46:09 +00:00
parent 291b77c96d
commit 10483822ee
13 changed files with 261 additions and 104 deletions

View File

@@ -1,7 +1,7 @@
# mpris-scrobbler publish helper configuration
# scrbblr publish helper configuration
#
# Copy to:
# ~/.config/mpris-scrobbler/publish.conf
# ~/.config/scrbblr/publish.conf
#
# Or let install.sh install it automatically if missing.

View File

@@ -1,11 +1,11 @@
[Unit]
Description=MPRIS Scrobbler watcher
Documentation=https://github.com/arturmeski/mpris_scrobbler
Documentation=https://github.com/arturmeski/scrbblr
After=graphical-session.target
[Service]
Type=simple
ExecStart=%h/.local/bin/mpris-scrobbler watch --player com.blitzfc.qbz
ExecStart=%h/.local/bin/scrbblr watch --player com.blitzfc.qbz
Restart=on-failure
RestartSec=5