I have some fixes for the Spiegel Online Plugin. It is already in the store, but I don’t know who supports it.
**DefaultPrefs.json **Text is too long for the layout. changed it to a shorter one. Just replace the file with this code:
[<br />
{<br />
"id":"Videosperpage",<br />
"type":"text",<br />
"label":"Anzahl der Videos pro Seite",<br />
"default":"10"<br />
},<br />
{<br />
"id":"ShowAllRes",<br />
"type":"enum",<br />
"label":"Video-Qualität",<br />
"values":["Alle", "höchste"],<br />
"default":"höchste"<br />
}<br />
]
__init__.py There is a typo (verschickt) and a unnecessary description Einstellungen for Einstellungen. Replace this part of the code at the top of the file:
...<br />
dir.Append(Function(DirectoryItem(ParseCategoryXML, title="Am meisten verschickt", thumb=R(ICON)),title = "Am meisten verschickt", link = (FEATURED_URL%"toptwenty"), page = 0))<br />
dir.Append(PrefsItem(title="Einstellungen",subtile="",thumb=R(PREFS)))<br />
...