/usr/share/glib-2.0/schemas/org.gnome.Goobox.gschema.xml is in goobox 3.4.2-8.
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 | <?xml version="1.0" encoding="UTF-8"?>
<!--
Goobox
Copyright © 2011 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<schemalist>
<enum id="org.gnome.Goobox.SortMethod">
<value nick="number" value="0"/>
<value nick="time" value="1"/>
<value nick="title" value="2"/>
</enum>
<enum id="org.gnome.Goobox.SortType">
<value nick="ascending" value="0"/>
<value nick="descending" value="1"/>
</enum>
<enum id="org.gnome.Goobox.FileFormat">
<value nick="ogg" value="0"/>
<value nick="flac" value="1"/>
<value nick="mp3" value="2"/>
<value nick="wave" value="3"/>
</enum>
<schema id="org.gnome.Goobox" path="/org/gnome/goobox/">
<child name="general" schema="org.gnome.Goobox.General"/>
<child name="ui" schema="org.gnome.Goobox.UI"/>
<child name="playlist" schema="org.gnome.Goobox.Playlist"/>
<child name="ripper" schema="org.gnome.Goobox.Ripper"/>
<child name="encoder" schema="org.gnome.Goobox.Encoder"/>
</schema>
<schema id="org.gnome.Goobox.General" path="/org/gnome/goobox/general/" gettext-domain="goobox">
<key name="device" type="s">
<default>'/dev/cdrom'</default>
<summary>Device path</summary>
</key>
<key name="volume" type="i">
<default>100</default>
<summary>Volume level</summary>
</key>
<key name="cover-path" type="s">
<default>'~'</default>
<summary>'Choose cover' location</summary>
<description>Default location for the 'Choose cover' dialog.</description>
</key>
<key name="use-sound-juicer" type="b">
<default>false</default>
<summary>Use Sound Juicer to rip discs</summary>
</key>
<key name="autoplay" type="b">
<default>true</default>
<summary>Autoplay</summary>
<description>Autoplay discs after insertion.</description>
</key>
</schema>
<schema id="org.gnome.Goobox.UI" path="/org/gnome/goobox/ui/" gettext-domain="goobox">
<key name="window-width" type="i">
<default>200</default>
<summary>Window width</summary>
</key>
<key name="window-height" type="i">
<default>400</default>
<summary>Window height</summary>
</key>
</schema>
<schema id="org.gnome.Goobox.Playlist" path="/org/gnome/goobox/playlist/" gettext-domain="goobox">
<key name="play-all" type="b">
<default>true</default>
<summary>Play all tracks</summary>
</key>
<key name="shuffle" type="b">
<default>false</default>
<summary>Shuffle playlist</summary>
</key>
<key name="repeat" type="b">
<default>false</default>
<summary>Restart when finished</summary>
</key>
<key name="sort-method" enum="org.gnome.Goobox.SortMethod">
<default>'number'</default>
<summary>Playlist sort method</summary>
</key>
<key name="sort-type" enum="org.gnome.Goobox.SortType">
<default>'ascending'</default>
<summary>Playlist sort type</summary>
</key>
</schema>
<schema id="org.gnome.Goobox.Ripper" path="/org/gnome/goobox/ripper/" gettext-domain="goobox">
<key name="destination" type="s">
<default>''</default>
<summary>Extraction folder</summary>
</key>
<key name="file-type" enum="org.gnome.Goobox.FileFormat">
<default>'ogg'</default>
<summary>File type</summary>
<description>Possible values are: ogg, flac, mp3, wave.</description>
</key>
<key name="save-playlist" type="b">
<default>true</default>
<summary>Save the playlist</summary>
<description>Save the playlist of the extracted tracks.</description>
</key>
<key name="view-destination" type="b">
<default>false</default>
<summary>View the destination</summary>
</key>
</schema>
<schema id="org.gnome.Goobox.Encoder" path="/org/gnome/goobox/encoder/" gettext-domain="goobox">
<key name="ogg-quality" type="d">
<default>0.5</default>
<summary>OGG files quality</summary>
</key>
<key name="flac-compression" type="i">
<default>5</default>
<summary>FLAC files quality</summary>
</key>
<key name="mp3-quality" type="i">
<default>2</default>
<summary>MP3 files quality</summary>
</key>
</schema>
</schemalist>
|