57 lines
2.5 KiB
XML
57 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="plugin.video.vidfltr" name="VIDFLTR Music Videos" version="0.9.7" provider-name="bassdart">
|
|
<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>
|
|
<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>
|
|
<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.7
|
|
- Vimeo Add-on is broken, play with Youtube-DL until it's fixed
|
|
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
|
|
- 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
|
|
- 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>
|