2018-11-14 16:52:19 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2018-11-16 22:26:08 +01:00
|
|
|
<addon id="plugin.video.vidfltr" name="VIDFLTR Music Videos" version="0.9.4" 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>
|
2018-11-16 22:26:08 +01:00
|
|
|
<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>
|
2018-11-16 22:26:08 +01:00
|
|
|
<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>
|
2018-11-16 22:26:08 +01:00
|
|
|
<news>0.9.4
|
2018-11-16 22:40:37 +01:00
|
|
|
- add compatibility with KODI before krypton
|
2018-11-16 22:26:08 +01:00
|
|
|
- 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>
|