Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mak77 committed Nov 28, 2015
1 parent d188193 commit bce9ac6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 4 additions & 6 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.musiccdart.downloader"
<addon id="script.musiccdart-downloader"
name="Music CDArt Downloader"
version="1.0.0"
version="1.0.1"
provider-name="mak">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
Expand All @@ -10,17 +10,15 @@
<import addon="script.module.simplejson" version="3.3.0"/>
</requires>
<extension point="xbmc.python.script"
library="default.py">
<provides>executable</provides>
</extension>
library="default.py"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Downloads Music CDArt</summary>
<description lang="en">Downloads CDArt for Music albums having proper Musicbrainz ID in their id3v2 tag</description>
<license>GNU General Public License, v2</license>
<language></language>
<website></website>
<forum></forum>
<forum>http://forum.kodi.tv/showthread.php?tid=249137</forum>
<source>https://github.com/mak77/script.musiccdart.downloader</source>
<email></email>
</extension>
Expand Down
5 changes: 4 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
v1.0
v1.0.1
- Minor fixes

v1.0.0
- Initial Release

0 comments on commit bce9ac6

Please sign in to comment.