1MPRIS-SCROBBLER(1) General Commands Manual MPRIS-SCROBBLER(1)
2
3
4
6 mpris-scrobbler - The MPRIS scrobbler user daemon
7
9 mpris-scrobbler [OPTIONS...]
10
12 mpris-scrobbler is a minimalistic user daemon for submitting the cur‐
13 rent playing songs to any of the supported scrobbling services.
14
15 It can interact with any media-player that conforms to the MPRIS D-Bus
16 Interface Specification[1].
17
19 mpris-scrobbler supported services are:
20
21 listenbrainz.org
22 Music service associated with the Music Brainz audio finger‐
23 printing service.
24
25 libre.fm
26 Open source variant of the original audioscrobbler.com service.
27
28 last.fm
29 The evolution of the closed audioscrobbler.com service under
30 the CBS umbrella.
31
33 -h, --help
34 Print a short help message and version number and exit.
35
36 -q, --quiet
37 Do not print any debugging messages.
38
39 -v, -vv, -vvv, --verbose=[1..3]
40 Increase print verbosity to level:
41
42 1 Info messages.
43
44 2 Debug messages.
45
46 3 Tracing messages.
47
48 The default is to display only error and warning messages.
49
51 SIGTERM
52 Upon receiving this signal the mpris-scrobbler daemon will try to
53 cleanly exit.
54
55 SIGINT
56 The mpris-scrobbler daemon treats this signal the same as SIGTERM.
57
58 SIGHUP
59 Reloads the credentials file[3], then reloads the current playing
60 track if possible and submits it to the loaded services.
61
63 $XDG_CONFIG_HOME, $XDG_DATA_HOME, $XDG_CACHE_HOME, $XDG_RUNTIME_DIR
64 The mpris-scrobbler daemon uses these variables in accordance to
65 the XDG Base Directory specification[2] to find its configuration
66 and save its PID file.
67
69 1. MPRIS D-Bus Interface Specification
70 https://specifications.freedesktop.org/mpris-spec/latest/
71
72 2. XDG Base Directory specification
73 http://standards.freedesktop.org/basedir-spec/basedir-spec-lat‐
74 est.html
75
76 3. mpris-scrobbler-credentials(5)
77
79 mpris-scrobbler-signon(1), mpris-scrobbler-credentials(5)
80
81
82
83 2020-01-29 MPRIS-SCROBBLER(1)