Release Version 0.9.6
This commit is contained in:
parent
195bde9327
commit
5c1f348d36
2 changed files with 14 additions and 2 deletions
10
addon.xml
10
addon.xml
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.vidfltr" name="VIDFLTR Music Videos" version="0.9.5" provider-name="bassdart">
|
<addon id="plugin.video.vidfltr" name="VIDFLTR Music Videos" version="0.9.6" provider-name="bassdart">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
<import addon="script.module.kodi-six" />
|
<import addon="script.module.kodi-six" />
|
||||||
|
@ -30,7 +30,13 @@
|
||||||
<clearlogo>resources/img/kodi/clearlogo.png</clearlogo>
|
<clearlogo>resources/img/kodi/clearlogo.png</clearlogo>
|
||||||
<screenshot></screenshot>
|
<screenshot></screenshot>
|
||||||
</assets>
|
</assets>
|
||||||
<news>0.9.5
|
<news>0.9.6
|
||||||
|
- add display of official/unofficial count in main artist and country folders
|
||||||
|
- fix pager enumeration in main artist and country if Video Selection isn't set to show all videos
|
||||||
|
- don't list artists with known country also in Unknown
|
||||||
|
- add page counter for main artists, countries and sorted folders
|
||||||
|
- various other fixes and cleanups
|
||||||
|
0.9.5
|
||||||
- fix display of quotation marks in video lists
|
- fix display of quotation marks in video lists
|
||||||
- add pagination for artists on main page and countries
|
- add pagination for artists on main page and countries
|
||||||
- fix Musly (similar music) sort order and filter out dupes
|
- fix Musly (similar music) sort order and filter out dupes
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
0.9.6
|
||||||
|
- add display of official/unofficial count in main artist and country folders
|
||||||
|
- fix pager enumeration in main artist and country if Video Selection isn't set to show all videos
|
||||||
|
- don't list artists with known country also in Unknown
|
||||||
|
- add page counter for main artists, countries and sorted folders
|
||||||
|
- various other fixes and cleanups
|
||||||
0.9.5
|
0.9.5
|
||||||
- fix display of quotation marks in video lists
|
- fix display of quotation marks in video lists
|
||||||
- add pagination for artists on main page and countries
|
- add pagination for artists on main page and countries
|
||||||
|
|
Loading…
Reference in a new issue