weeklyOSM minified RSS feed with feed-minifier

Intro For the OpenStreetMap news site weeklyOSM I have created minified RSS feeds with a self-written tool called feed-minifier. This saves a lot of bandwidth when subscribing to that news site. What are the differences compared to the original weeklyOSM feed? The number of weeklyOSM articles in the feed is reduced to only contain the latest edition. Flags of the OSM calendar events are replaced with emoticons. Language indicator icons for the translation links are replaced by text links with the language code. All other images are replaced with a text in square brackets naming the image source URL, the alt text and the image size. This way no images are loaded automatically when loading the RSS item. New lines in the source of the article content are deleted. HTML comments and CSS classes are removed. The advantage of all this extra processing of the feed to a minimized version is a reduction of around 90 % in size. E.g. the feed including the Italian weeklyOSM #754 could be reduced from 360,889 bytes to 31,646 bytes. Additionally, the ten title images are not loaded, e.g. the one for weeklyOSM #754 has a size of 464,872 bytes. ...

Januar 5, 2025 · 2 Minuten

In Kodi die Tasten der Fernbedienung neu belegen am Beispiel von OpenELEC

In Kodi kann man die Tastenbelegung der Fernbedienung ändern. In meinem Fall möchte die Taste mit dem roten Button so belegen, dass das Kontextmenü aufgeht, wenn ich diese drücke. Der rote Knopf wird standardmäßig nicht von Kodi verwendet, sodass er keine Belegung haben sollte. Wenn man OpenELEC nutzt, muss man dazu eine Datei im Verzeichnis /storage/.kodi/userdata/keymaps/remote.xml anlegen, sofern diese Datei noch nicht existiert. Sollte die Datei bereits angelegt sein, muss man diese anpassen. Falls nicht OpenELEC verwendet wird, muss dies im Kodi Konfigurationsverzeichnis erstellt werden. Das könnte in anderen Kodidistributionen z.B. unter dem Pfad ~/.kodi/userdata/keymaps/remote.xml sein. Existiert bereits eine remote.xml Datei muss nach dem Tag <red> für den roten Knopf der Fernbedienung gesucht werden. Zwischen den öffnenden und schließenden Tag muss das Schlüsselwort ContextMenu geschrieben sein. Anschließend muss man die Datei abspeichern und Kodi neustarten. Nun folgt ein minimalistisches Beispiel falls eine remote.xml Datei noch nicht existiert hat und erstmalig angelegt werden muss. Der Inhalt der Datei /storage/.kodi/userdata/keymaps/remote.xml könnte wie folgt aussehen: ...

Oktober 2, 2015 · 1 Minute