-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
19 lines (19 loc) · 891 Bytes
/
Copy pathaddon.xml
File metadata and controls
19 lines (19 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.lastfm" name="Last.fm" version="1.2" provider-name="chuso">
<requires>
<!-- May work with previous versions, but it was only tested with these -->
<import addon="xbmc.python" version="2.26.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>audio video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Last.fm radio stations</summary>
<description lang="en">Provides access to Last.fm radio stations streaming music from YouTube.</description>
<language></language>
<platform>all</platform>
<license>Artistic</license>
<email>kodi-lastfm@chuso.net</email>
<source>https://github.com/chusopr/kodi-lastfm</source>
</extension>
</addon>