File: de.haeckerfelix.Shortwave.gschema.xml.in

package info (click to toggle)
shortwave 5.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,844 kB
  • sloc: sh: 98; sql: 63; makefile: 22
file content (53 lines) | stat: -rw-r--r-- 1,565 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
  <schema path="@PATH_ID@/" id="@APP_ID@" gettext-domain="@PKGNAME@">
    <key name="api-lookup-domain" type="s">
      <default>"all.api.radio-browser.info"</default>
    </key>
    <key name="library-sorting" type="s">
      <default>"name"</default>
    </key>
    <key name="library-sorting-type" type="s">
      <default>"ascending"</default>
    </key>
    <key name="playback-last-station" type="s">
      <default>""</default>
    </key>
    <key name="playback-past-tracks-count" type="i">
      <default>10</default>
    </key>
    <key name="playback-volume" type="d">
      <default>1.0</default>
    </key>
    <key name="recording-maximum-duration" type="i">
      <default>900</default>
    </key>
    <key name="recording-minimum-duration" type="i">
      <default>30</default>
    </key>
    <key name="recording-mode" type="s">
      <default>"decide"</default>
    </key>
    <key name="recording-track-directory" type="s">
      <default>""</default>
    </key>
    <key name="window-width" type="i">
      <default>975</default>
    </key>
    <key name="window-height" type="i">
      <default>675</default>
    </key>
    <key name="window-previous-width" type="i">
      <default>1000</default>
    </key>
    <key name="window-previous-height" type="i">
      <default>650</default>
    </key>
    <key name="background-playback" type="b">
      <default>true</default>
    </key>
    <key name="notifications" type="b">
      <default>false</default>
    </key>
  </schema>
</schemalist>