42 lines
1.8 KiB
XML
42 lines
1.8 KiB
XML
<?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">
|
|
<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>
|
|
<news>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>
|