/usr/share/glib-2.0/schemas/org.gnome.totem.plugins.jamendo.gschema.xml is in totem-common 3.0.1-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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<enum id="org.gnome.totem.plugins.jamendo.Format">
<value value="0" nick="ogg"/>
<value value="1" nick="mp3"/>
</enum>
<schema path="/org/gnome/Totem/jamendo/" id="org.gnome.totem.plugins.jamendo" gettext-domain="totem">
<key type="u" name="num-per-page">
<default>10</default>
<summary>Number of results per page</summary>
<description>The number of Jamendo search results to display in each page of results.</description>
</key>
<key name="format" enum="org.gnome.totem.plugins.jamendo.Format">
<default>'ogg'</default>
<summary>Audio format to download from Jamendo</summary>
<description>The preferred audio format to download tracks from Jamendo in.</description>
</key>
</schema>
</schemalist>
|