summaryrefslogtreecommitdiff
path: root/data/org.gnome.Music.gschema.xml
blob: 31eed34b42bde89f376fca31519fb688a845f784 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
    <enum id="org.gnome.Music.RepeatMode">
        <value nick="none" value="0"/>
        <value nick="song" value="1"/>
        <value nick="all" value="2"/>
        <value nick="shuffle" value="3"/>
    </enum>
    <schema path="/org/gnome/Music/" id="org.gnome.Music" gettext-domain="org.gnome.Music">
        <key type="ai" name="window-size">
            <default>[768, 600]</default>
            <summary>Window size</summary>
            <description>Window size (width and height).</description>
        </key>
        <key type="ai" name="window-position">
            <default>[]</default>
            <summary>Window position</summary>
            <description>Window position (x and y).</description>
        </key>
        <key type="b" name="window-maximized">
            <default>true</default>
            <summary>Window maximized</summary>
            <description>Window maximized state.</description>
        </key>
        <key enum="org.gnome.Music.RepeatMode" name="repeat">
            <default>'none'</default>
            <summary>Playback repeat mode</summary>
            <!-- Translators: Don't translate allowed values, just the description in the brackets -->
            <description>Value identifies whether to repeat or randomize playback through the collection. Allowed values are: “none” (repeat and shuffle are off), “song” (repeat current song), “all” (repeat playlist, no shuffle), “shuffle” (shuffle playlist, presumes repeat all).</description>
        </key>
        <key type="b" name="replaygain">
            <default>false</default>
            <summary>Enable ReplayGain</summary>
            <description>Enables or disables ReplayGain for albums</description>
        </key>
        <key type="b" name="inhibit-suspend">
            <default>false</default>
            <summary>Inhibit system suspend</summary>
            <description>Enables or disables inhibiting system suspend while playing music</description>
        </key>
        <key type="b" name="lastfm-report">
            <default>false</default>
            <summary>Report music history to Last.fm</summary>
            <description>Enables or disables sending scrobbles and the “currently playing” info to Last.fm.</description>
        </key>
    </schema>
</schemalist>