2018-11-14 16:52:19 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2025-02-22 22:08:51 +01:00
|
|
|
<addon id="plugin.video.vidfltr" name="VIDFLTR Music Videos" version="1.0.0-rc.1" provider-name="bassdart">
|
2018-11-14 16:52:19 +01:00
|
|
|
<requires>
|
2025-02-22 22:08:51 +01:00
|
|
|
<import addon="script.module.six" version="0.0.1"/>
|
2018-11-14 16:52:19 +01:00
|
|
|
<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"/>
|
2025-02-22 22:08:51 +01:00
|
|
|
<import addon="script.module.dateutil" version="2.8.1"/>
|
|
|
|
<!-- <import addon="script.module.debugpy" version="1.8.1"/> -->
|
|
|
|
|
2018-11-14 16:52:19 +01:00
|
|
|
</requires>
|
|
|
|
<extension point="xbmc.python.pluginsource" library="default.py">
|
2025-02-22 22:08:51 +01:00
|
|
|
<provides>video</provides>
|
2018-11-14 16:52:19 +01:00
|
|
|
</extension>
|
|
|
|
<extension point="xbmc.addon.metadata">
|
2025-02-22 22:08:51 +01:00
|
|
|
<summary lang="en_GB">curated 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>
|
2025-02-22 22:08:51 +01:00
|
|
|
<summary lang="de_DE">curated 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>
|
2019-03-17 18:45:03 +01:00
|
|
|
<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>
|
2025-02-22 22:08:51 +01:00
|
|
|
<news>1.0.0-alpha.1
|
|
|
|
- finally push an initial 1.0.0-rc.1 with all the additions and fixes added in the last years
|
|
|
|
0.9.9
|
2019-09-08 13:03:27 +02:00
|
|
|
- play with new Vimeo Add-on from jaylinski if it's available and otherwise fallback to youtube-dl
|
|
|
|
0.9.8
|
2019-05-26 19:46:56 +02:00
|
|
|
- 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
|
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
|
2025-02-22 22:08:51 +01:00
|
|
|
</news>
|
2018-11-14 16:52:19 +01:00
|
|
|
</extension>
|
|
|
|
</addon>
|