|
| 1 | +<?xml version="1.0" encoding="utf-8" standalone="yes"?> |
| 2 | +<addon id="script.easytv" |
| 3 | + name="EasyTV" |
| 4 | + version="1.4.0" |
| 5 | + provider-name="Rouzax, KODeKarnage"> |
| 6 | + <requires> |
| 7 | + <import addon="xbmc.python" version="3.0.1"/> |
| 8 | + <import addon="script.module.pymysql" version="1.1.0"/> |
| 9 | + </requires> |
| 10 | + |
| 11 | + <extension point="xbmc.python.script" |
| 12 | + library="default.py"> |
| 13 | + <provides>executable</provides> |
| 14 | + </extension> |
| 15 | + |
| 16 | + <extension point="xbmc.service" |
| 17 | + library="service.py"/> |
| 18 | + |
| 19 | + <extension point="xbmc.addon.metadata"> |
| 20 | + <summary lang="en_GB">No scrolling. No deciding. Just watching.</summary> |
| 21 | + <description lang="en_GB">Tired of scrolling through your library wondering what to watch? EasyTV handles it. It tracks your shows and always knows your next episode. When you're ready for something new, it'll suggest a show you haven't started. Throw in some movies if you want. Just sit down, press play, and enjoy. Built for Kodi 21+.</description> |
| 22 | + <language></language> |
| 23 | + <platform>all</platform> |
| 24 | + <license>GPL-3.0-only</license> |
| 25 | + <forum>https://forum.kodi.tv/showthread.php?tid=383902</forum> |
| 26 | + <website>https://github.com/Rouzax/script.easytv</website> |
| 27 | + <source>https://github.com/Rouzax/script.easytv</source> |
| 28 | + <news>v1.4.0 (2026-03-02) |
| 29 | +- Multi-instance sync: share watch progress across Kodi devices via shared MariaDB |
| 30 | +- Positioned specials: include TVDB-positioned specials in the watch order |
| 31 | +- Movie chance slider replaces confusing ratio setting with intuitive percentage |
| 32 | +- Playlist continuation now fully configurable with countdown timer display |
| 33 | +- Fixed clone creation on SteamOS and other Arch-based Linux systems |
| 34 | +- Fixed partial episodes not being prioritized correctly in playlists</news> |
| 35 | + <assets> |
| 36 | + <icon>icon.png</icon> |
| 37 | + <fanart>fanart.jpg</fanart> |
| 38 | + </assets> |
| 39 | + </extension> |
| 40 | +</addon> |
0 commit comments