<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <addon id="script.spotify.screensaver" name="Spotify Screensaver" version="0.0.3" provider-name="Benoît Harrault"> <requires> <import addon="xbmc.python" version="2.25.0"/> <import addon="script.module.requests" version="2.22.0"/> </requires> <extension point="xbmc.ui.screensaver" library="default.py"/> <extension point="xbmc.python.script" library="default.py"/> <extension point="xbmc.addon.metadata"> <platform>all</platform> <license>GPL-2.0-only</license> <summary lang="en">A Spotify screensaver, plugged to raspotify/librespot</summary> <summary lang="fr">Un écran de veille Spotify, connecté à raspotify/librespot</summary> <description lang="en">A Spotify screensaver, plugged to raspotify/librespot. Need to install raspotify first: https://dtcooper.github.io/raspotify/</description> <description lang="fr">Un écran de veille Spotify, connecté à raspotify/librespot. Nécessite d'installer raspotify en premier : https://dtcooper.github.io/raspotify/</description> <assets> <icon>resources/icon.png</icon> <fanart>resources/fanart.jpg</fanart> </assets> <website>benoit.harrault.fr</website> <email>benoit@harrault.fr</email> <source>https://git.harrault.fr/kodi/script.spotify.screensaver</source> </extension> </addon>