aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-17 15:31:38 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-17 15:31:38 +0200
commitee8ac99d9fa1f348065108b73297eebc8033e57e (patch)
treeffccfd2492503c667d9d7fe67361294fef54d130 /man
parentb3964aefbcab8ff098afabf64befa04a4eebd993 (diff)
Use objc2, rename dbus to mpris, add swinsian4.0.0
Diffstat (limited to 'man')
-rw-r--r--man/lrc.114
1 files changed, 9 insertions, 5 deletions
diff --git a/man/lrc.1 b/man/lrc.1
index ce5264c..4d51d44 100644
--- a/man/lrc.1
+++ b/man/lrc.1
@@ -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