From ee8ac99d9fa1f348065108b73297eebc8033e57e Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 17 Jul 2025 15:31:38 +0200 Subject: Use objc2, rename dbus to mpris, add swinsian --- man/lrc.1 | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'man') 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 -- cgit