plugin.video.vidfltr/addon.xml

65 lines
2.7 KiB
XML
Raw Permalink Normal View History

2018-11-14 16:52:19 +01:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.vidfltr" name="VIDFLTR Music Videos" version="0.9.9" provider-name="bassdart">
2018-11-14 16:52:19 +01:00
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.kodi-six" />
<import addon="script.module.unidecode" version="0.4.16"/>
<import addon="script.module.youtube.dl" version="18.225.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">assorted collection of mostly electronic music videos</summary>
<description lang="en_GB">Add-on to play videos listed on https://vidfltr.slashproc.org</description>
2018-11-14 16:52:19 +01:00
<disclaimer lang="en_GB">A few videos don't work in every country</disclaimer>
<summary lang="de_DE">assorted collection of mostly electronic music videos</summary>
<description lang="de_DE">Add-on für https://vidfltr.slashproc.org</description>
2018-11-14 16:52:19 +01:00
<disclaimer lang="de_DE">Ein Paar Videos funktionieren nicht in allen Ländern</disclaimer>
<language></language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum></forum>
<website>https://vidfltr.slashproc.org/</website>
<email></email>
<source>https://kodi.slashproc.org/repo/plugin.video.vidfltr/</source>
<assets>
<icon>resources/img/kodi/icon.png</icon>
<fanart>resources/img/kodi/fanart.jpg</fanart>
<banner>resources/img/kodi/banner.jpg</banner>
<clearlogo>resources/img/kodi/clearlogo.png</clearlogo>
<screenshot></screenshot>
</assets>
<news>0.9.9
- play with new Vimeo Add-on from jaylinski if it's available and otherwise fallback to youtube-dl
0.9.8
- add folder display settings
- add random musly list folder
- add incoming / incoming hits folder
- small (mostly whitespace) fixes
0.9.7
2019-03-17 21:36:42 +01:00
- Vimeo Add-on is broken, play with Youtube-DL until it's fixed
0.9.6
2019-03-17 20:45:08 +01:00
- 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
2019-02-02 17:26:30 +01:00
- fix display of quotation marks in video lists
- add pagination for artists on main page and countries
- fix Musly (similar music) sort order and filter out dupes
0.9.4
- add compatibility with KODI before krypton
- more minor cleanups
0.9.3
2018-11-14 16:52:19 +01:00
- Minor cleanups
0.9.2
- New: "More from..." artist context menu
- New: "Similar Music" context menu (generated with Musly)
0.9.1
- Inital Release
</news>
</extension>
</addon>