]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - jekyll/lyricli.html
Update the file structure
[rbdr/r.bdr.sh] / jekyll / lyricli.html
CommitLineData
e4b62805
RBR
1---
2layout: default
3title: /lyricli.html
4description: "Lyricli (lrc), a command line lyrics finder"
5---
6<main>
7 <h2>lyricli (lrc)</h2>
8 <p>Command line tool that shows lyrics for your currently playing song in the command line</p>
9 <p>
10 → <a href="https://git.sr.ht/~rbdr/lyricli">view source</a>.
11 </p>
12 <p>You may need to allow the plugin to run in "Privacy &amp; Security" in your system settings.</p>
13 <h2>Download</h2>
14 <ul>
15 <li>
16 <p>
47805069
RBR
17 <a href="/files/lyricli/lrc-universal.tar.gz">lrc (universal)</a>:
18 Latest (2.0.0), for both intel and apple silicon macs (larger binary)
e4b62805
RBR
19 </p>
20 </li>
21 <li>
22 <p>
47805069
RBR
23 <a href="/files/lyricli/lrc-arm64.tar.gz">lrc (arm64)</a>:
24 Latest (2.0.0), only for apple silicon macs
e4b62805
RBR
25 </p>
26 </li>
27 <li>
28 <p>
29 <a href="/files/lyricli/2.0.0/x86_64/lrc">lrc (x86_64)</a>:
47805069 30 Latest (2.0.0), only for intel macs
e4b62805
RBR
31 </p>
32 </li>
33 </ul>
34 <h2>Usage</h2>
35 <p>Running without arguments will try to detect your current song in apple music or spotify</p>
36 <p>You can run it with artist name and song name to fetch it manually</p>
37 <pre>lrc artist_name song_name</pre>
38 <p>You can view help with the h / help flag</p>
39 <pre>lrc -h</pre>
40 <pre>lrc --help</pre>
41 <h2>Managing Sources</h2>
42 <p>By default it comes with spotify and apple music sources enabled, you can disable sources using:</p>
43 <pre>lrc -d (source_name)</pre>
44 <pre>lrc --disable-source (source_name)</pre>
45 <p>You can enable the source again using</p>
46 <pre>lrc -e (source_name)</pre>
47 <pre>lrc --enable-source (source_name)</pre>
48 <p>You can list all the sources with:</p>
49 <pre>lrc -l</pre>
50 <pre>lrc --list-sources</pre>
47805069
RBR
51 <h2>All Versions</h2>
52 <ul>
53 <li>
54 <p>
55 lrc 2.0.0
56 (<a href="/files/lyricli/lrc-2.0.0-universal.tar.gz">universal</a>)
57 (<a href="/files/lyricli/lrc-2.0.0-arm64.tar.gz">arm64</a>)
58 (<a href="/files/lyricli/lrc-2.0.0-x86_64.tar.gz">x86_64</a>):
59 Rebuilt to use swift 5.8 and work with the genius API instead of defunct LyricsWiki
60 </p>
61 </li>
62 </ul>
e4b62805 63</main>