-
Notifications
You must be signed in to change notification settings - Fork 40
/
org.gnome.rhythmbox.plugins.llyrics.gschema.xml
executable file
·67 lines (58 loc) · 2.76 KB
/
org.gnome.rhythmbox.plugins.llyrics.gschema.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.gnome.rhythmbox.plugins.llyrics" path="/org/gnome/rhythmbox/plugins/llyrics/">
<key name="active-sources" type="as">
<default>['Lyricwiki.org', 'Letras.terra.com.br', 'Vagalume.com.br', 'Metrolyrics.com', 'AZLyrics.com', 'Lyricsmania.com', 'Darklyrics.com', 'Chartlyrics.com', 'Genius.com']</default>
<summary>List of lyrics sources to be scanned</summary>
<description>Possible values are: 'Lyricwiki.org', 'Letras.terra.com.br', 'Metrolyrics.com', 'AZLyrics.com', 'Lyricsmania.com', 'Vagalume.com.br', 'Darklyrics.com', 'Chartlyrics.com', 'Genius.com'</description>
</key>
<key name="scanning-order" type="as">
<default>['Lyricwiki.org', 'Letras.terra.com.br', 'Vagalume.com.br', 'Metrolyrics.com', 'AZLyrics.com', 'Lyricsmania.com', 'Genius.com', 'Darklyrics.com', 'Chartlyrics.com']</default>
<summary>Sources are scanned in this order</summary>
<description>Possible values are: 'Lyricwiki.org', 'Letras.terra.com.br', 'Metrolyrics.com', 'AZLyrics.com', 'Lyricsmania.com', 'Vagalume.com.br', 'Genius.com', 'Darklyrics.com', 'Chartlyrics.com'</description>
</key>
<key name="show-first" type="b">
<default>true</default>
<summary>Show sidebar on first playback</summary>
<description>
Whether to automatically show the sidebar when playback starts
</description>
</key>
<key name="cache-lyrics" type="b">
<default>true</default>
<summary>Whether lyrics are saved or not</summary>
<description>
If set to True, lyrics are stored in 'lyrics-folder' (default is "~/.cache/rhythmbox/lyrics/").
Set to False to disable this (note that in this case, lyrics sources have to be rescanned everytime).
</description>
</key>
<key name="lyrics-folder" type="s">
<default>"~/.cache/rhythmbox/lyrics"</default>
<summary>Folder where fetched lyrics are saved</summary>
<description>
Default is "~/.cache/rhythmbox/lyrics/". Folder must exist, otherwise key is reset to default.
</description>
</key>
<key name="ignore-brackets" type="b">
<default>false</default>
<summary>Always ignore parentheses in song title</summary>
<description>
Whether to generally ignore parentheses in song title. Per default, only some specific strings are filtered.
</description>
</key>
<key name="left-sidebar" type="b">
<default>false</default>
<summary>Show lyrics in left sidebar</summary>
<description>
Whether to show lyrics in the left sidebar instead of the default right sidebar
</description>
</key>
<key name="hide-label" type="b">
<default>false</default>
<summary>Hide the sidebar label</summary>
<description>
Whether to show or hide the sidebar label
</description>
</key>
</schema>
</schemalist>