This file is indexed.

/usr/share/gconf/schemas/sound-juicer.schemas is in sound-juicer 3.5.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<?xml version="1.0"?>
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/sound-juicer/device</key>
      <applyto>/apps/sound-juicer/device</applyto>
      <type>string</type>
      <owner>sound-juicer</owner>
      <gettext_domain>sound-juicer</gettext_domain>
      <locale name="C">
        <!-- No default, NULL will query the machine -->
        <short>The CD to extract from.</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/sound-juicer/eject</key>
      <applyto>/apps/sound-juicer/eject</applyto>
      <type>bool</type>
      <owner>sound-juicer</owner>
      <default>false</default>
      <gettext_domain>sound-juicer</gettext_domain>
      <locale name="C">
        <short>Whether to eject the CD when finished extracting.</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/sound-juicer/open_completed</key>
      <applyto>/apps/sound-juicer/open_completed</applyto>
      <type>bool</type>
      <owner>sound-juicer</owner>
      <default>false</default>
      <gettext_domain>sound-juicer</gettext_domain>
      <locale name="C">
        <short>Whether to open the target directory when finished extracting.</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/sound-juicer/base_uri</key>
      <applyto>/apps/sound-juicer/base_uri</applyto>
      <type>string</type>
      <owner>sound-juicer</owner>
      <gettext_domain>sound-juicer</gettext_domain>
      <locale name="C">
        <!-- No default, NULL will use $HOME -->
        <short>The URI to save the extracted music to.</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/sound-juicer/base_path</key>
      <applyto>/apps/sound-juicer/base_path</applyto>
      <type>string</type>
      <owner>sound-juicer</owner>
      <gettext_domain>sound-juicer</gettext_domain>
      <locale name="C">
        <!-- No default, NULL will use $HOME -->
        <short>The local directory to save the extracted music to (deprecated, use base_uri)</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/sound-juicer/path_pattern</key>
      <applyto>/apps/sound-juicer/path_pattern</applyto>
      <type>string</type>
      <owner>sound-juicer</owner>
      <default>%aa/%at</default>
      <gettext_domain>sound-juicer</gettext_domain>
      <locale name="C">
        <short>The directory structure for the files</short>
        <long>
        %at -- album title
        %aT -- album title (lowercase)
        %aa -- album artist
        %aA -- album artist (lowercase)
        %as -- album artist (sortable)
        %aS -- album artist (sortable lowercase)
        %ay -- album year
        %tt -- track title
        %tT -- track title (lowercase)
        %ta -- track artist
        %tA -- track artist (lowercase)
        %ts -- track artist (sortable)
        %tS -- track artist (sortable lowercase)
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/sound-juicer/file_pattern</key>
      <applyto>/apps/sound-juicer/file_pattern</applyto>
      <type>string</type>
      <owner>sound-juicer</owner>
      <default>%dn - %tt</default>
      <gettext_domain>sound-juicer</gettext_domain>
      <locale name="C">
        <short>The name pattern for files</short>
        <long>
        Do not specify an extension.
        %at -- album title
        %aT -- album title (lowercase)
        %aa -- album artist
        %aA -- album artist (lowercase)
        %as -- album artist (sortable)
        %aS -- album artist (sortable lowercase)
        %tn -- track number (i.e 8)
        %tN -- track number, zero padded (i.e 08)
        %tt -- track title
        %tT -- track title (lowercase)
        %ta -- track artist
        %tA -- track artist (lowercase)
        %ts -- track artist (sortable)
        %tS -- track artist (sortable lowercase)
        %dn -- disc and track number (i.e Disk 2 - 6, or 6)
        %dN -- disc number, zero padded (i.e d02t06, or 06)
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/sound-juicer/paranoia</key>
      <applyto>/apps/sound-juicer/paranoia</applyto>
      <type>int</type>
      <owner>sound-juicer</owner>
      <default>8</default>
      <gettext_domain>sound-juicer</gettext_domain>
      <locale name="C">
        <short>The paranoia mode to use</short>
        <long>
          Paranoia mode: 0) disable 2) fragment 4) overlap 8) scratch 16) repair 255) full
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/sound-juicer/strip-special</key>
      <applyto>/apps/sound-juicer/strip-special</applyto>
      <type>bool</type>
      <owner>sound-juicer</owner>
      <default>false</default>
      <gettext_domain>sound-juicer</gettext_domain>
      <locale name="C">
        <short>If to strip special characters from filenames</short>
        <long>
          If enabled, special characters such as space, wildcards and
          backslashes will be removed from the output filename.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/sound-juicer/musicbrainz_server</key>
      <applyto>/apps/sound-juicer/musicbrainz_server</applyto>
      <type>string</type>
      <owner>sound-juicer</owner>
      <!-- No default, NULL will use library default -->
      <gettext_domain>sound-juicer</gettext_domain>
      <locale name="C">
        <short>The MusicBrainz server to use</short>
        <long>
          If specified, this value will override the default MusicBrainz
          server.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/sound-juicer/audio_profile</key>
      <applyto>/apps/sound-juicer/audio_profile</applyto>
      <type>string</type>
      <owner>sound-juicer</owner>
      <default>cdlossy</default>
      <gettext_domain>sound-juicer</gettext_domain>
      <locale name="C">
        <short>(obsolete) Audio Profile with which to encode</short>
        <long>
          This key used to store the GNOME Audio Profile with which to encode.
          This has been superseded by GStreamer encoding profiles, which are
          configured using the audio_profile_media_type key.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/sound-juicer/audio_profile_media_type</key>
      <applyto>/apps/sound-juicer/audio_profile_media_type</applyto>
      <type>string</type>
      <owner>sound-juicer</owner>
      <default>audio/x-vorbis</default>
      <gettext_domain>sound-juicer</gettext_domain>
      <locale name="C">
        <short>Media type to encode to</short>
        <long>
          The GStreamer media type to encode to.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/sound-juicer/volume</key>
      <applyto>/apps/sound-juicer/volume</applyto>
      <type>float</type>
      <owner>sound-juicer</owner>
      <default>1.0</default>
      <gettext_domain>sound-juicer</gettext_domain>
      <locale name="C">
        <short>Audio volume</short>
      </locale>
    </schema>

  </schemalist>
</gconfschemafile>