/usr/share/gconf/schemas/ogmrip.schemas is in ogmrip 1.0.1-1+b2.
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 | <?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<!-- General -->
<schema>
<key>/schemas/apps/ogmrip/general/profile</key>
<applyto>/apps/ogmrip/general/profile</applyto>
<type>string</type>
<owner>ogmrip</owner>
<default>default-ogm</default>
<locale name="C">
<short>The current profile</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/ogmrip/general/output_dir</key>
<applyto>/apps/ogmrip/general/output_dir</applyto>
<type>string</type>
<owner>ogmrip</owner>
<locale name="C">
<!-- No default, NULL will use $HOME -->
<short>The directory to save the extracted movie to</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/ogmrip/general/filename</key>
<applyto>/apps/ogmrip/general/filename</applyto>
<type>int</type>
<owner>ogmrip</owner>
<default>0</default>
<locale name="C">
<short>The filename pattern of the movie</short>
<long>
0 -- title.container
1 -- title - language.container
2 -- title - language - video codec.container
3 -- title - language - video codec audio codec.container
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/ogmrip/general/pref_audio</key>
<applyto>/apps/ogmrip/general/pref_audio</applyto>
<type>int</type>
<owner>ogmrip</owner>
<default>0</default>
<locale name="C">
<short>The preferred language of the audio tracks</short>
<long>
0 -- None
n -- Language code
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/ogmrip/general/pref_subp</key>
<applyto>/apps/ogmrip/general/pref_subp</applyto>
<type>int</type>
<owner>ogmrip</owner>
<default>0</default>
<locale name="C">
<short>The preferred language of the subtitles</short>
<long>
0 -- None
n -- Language code
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/ogmrip/general/chapter_lang</key>
<applyto>/apps/ogmrip/general/chapter_lang</applyto>
<type>int</type>
<owner>ogmrip</owner>
<default>0</default>
<locale name="C">
<short>The chapter language</short>
<long>
0 -- Current locale
n -- Language code
</long>
</locale>
</schema>
<!-- Advanced -->
<schema>
<key>/schemas/apps/ogmrip/advanced/copy_dvd</key>
<applyto>/apps/ogmrip/advanced/copy_dvd</applyto>
<type>bool</type>
<owner>ogmrip</owner>
<default>true</default>
<locale name="C">
<short>If copy DVD on hd before encoding</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/ogmrip/advanced/after_enc</key>
<applyto>/apps/ogmrip/advanced/after_enc</applyto>
<type>int</type>
<owner>ogmrip</owner>
<default>0</default>
<locale name="C">
<short>What to do after the encoding</short>
<long>
0 -- Remove the copy
1 -- Keep the copy on the hard drive
2 -- Keep the copy and update the GUI
3 -- Ask the user
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/ogmrip/general/tmp_dir</key>
<applyto>/apps/ogmrip/general/tmp_dir</applyto>
<type>string</type>
<owner>ogmrip</owner>
<locale name="C">
<!-- No default, NULL will use /tmp -->
<short>The directory to save the temporary files to</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/ogmrip/advanced/keep_tmp</key>
<applyto>/apps/ogmrip/advanced/keep_tmp</applyto>
<type>bool</type>
<owner>ogmrip</owner>
<default>false</default>
<locale name="C">
<short>If the temporary files must be kept</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/ogmrip/advanced/log_output</key>
<applyto>/apps/ogmrip/advanced/log_output</applyto>
<type>bool</type>
<owner>ogmrip</owner>
<default>false</default>
<locale name="C">
<short>If a log file must be created</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/ogmrip/advanced/auto_subp</key>
<applyto>/apps/ogmrip/advanced/auto_subp</applyto>
<type>bool</type>
<owner>ogmrip</owner>
<default>true</default>
<locale name="C">
<short>If a subtitle stream should be automatically hardcoded</short>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|