diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-17 15:31:38 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-17 15:31:38 +0200 |
| commit | ee8ac99d9fa1f348065108b73297eebc8033e57e (patch) | |
| tree | ffccfd2492503c667d9d7fe67361294fef54d130 /man | |
| parent | b3964aefbcab8ff098afabf64befa04a4eebd993 (diff) | |
Use objc2, rename dbus to mpris, add swinsian4.0.0
Diffstat (limited to 'man')
| -rw-r--r-- | man/lrc.1 | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,4 +1,4 @@ -.TH LRC 1 "2024-03-16" "3.0.0" "Lyricli Manual" +.TH LRC 1 "2025-07-17" "4.0.0" "Lyricli Manual" .SH NAME lrc \- show lyrics in your terminal .SH SYNOPSIS @@ -38,20 +38,24 @@ by setting \fI$LYRICLI_CONFIG_DIRECTORY\fR. Sources are available depending on which platform you're in. .SS Linux .TP -.B dbus +.B mpris Fetches current track from players that implement MPRIS via dbus. This works for most popular linux media players. .SS MacOS .TP .B apple_music -Fetches current track from the local apple music app using +Fetches current track from the local Apple Music app using scripting bridge. .TP .B spotify -Fetches current track from the local spotify app using +Fetches current track from the local Spotify app using +scripting bridge. +.TP +.B swinsian +Fetches current track from the local Swinsian app using scripting bridge. .SH VERSION -.BR 3.0.0 +.BR 4.0.0 .SH HOMEPAGE .I https://r.bdr.sh/lyricli.html .SH AUTHORS |