mpdcovergrabber/usr/lib/systemd/user/mpdcovergrabber.service
2025-05-28 18:42:16 +02:00

15 lines
281 B
Desktop File

[Unit]
Description=MPD MPRIS Album Cover Downloader
After=mpd.service
[Service]
ExecStart=/usr/bin/python3 /usr/bin/mpdris2_cover.py
Restart=on-failure
#User=teraflops
#Environment=DISPLAY=:0
#Environment=XAUTHORITY=/home/teraflops/.Xauthority
[Install]
WantedBy=default.target