Releases: add-ons/plugin.video.vtm.go
v1.2.1
Implemented enhancements:
- Allow displaying all items in a recommendation category #239 (michaelarnauts)
Fixed bugs:
- Fix token invalidation when using the Library-feature #246 (michaelarnauts)
- Use xbmcvfs.translatePath when it is available #237 (tatankat)
Merged pull requests:
- Run CI on windows #244 (michaelarnauts)
- Fix typo's in Readme #242 (MPParsley)
- Run tests on Python 3.9 #240 (michaelarnauts)
v1.2.0
Implemented enhancements:
- Integrate Movies and TV Series into the Kodi library #236 (michaelarnauts)
- Allow to install and run Kodi Logfile Uploader from the settings #235 (michaelarnauts)
- Allow to install IPTV Manager from the settings #234 (michaelarnauts)
- Add movie and series recommendations #233 (michaelarnauts)
- Error handling improvements and other various fixes #232 (michaelarnauts)
Fixed bugs:
- Fix unicode in search #228 (mediaminister)
Merged pull requests:
- Use new sakee version #229 (mediaminister)
v1.1.5
Deze release lost weer een probleem op met authenticatie door een aanpassing aan de loginprocedure bij VTM GO. Verder zijn er aanpassingen gebeurd waarbij de code weer meer in lijn komt te liggen met de zuster-addon plugin.video.streamz, wat natuurlijk handig is in het onderhoud van de code.
Implemented enhancements:
- Move to kodiutils #214 (mediaminister)
Fixed bugs:
- Fix My List #227 (michaelarnauts)
- Ensure listdir items are unicode #222 (dagwieers)
Merged pull requests:
- Use previous sakee version #226 (mediaminister)
- Prepare for v1.1.5 #225 (mediaminister)
- Fix VTM GO authentication #224 (mediaminister)
- Fix for upcoming UpNext release #220 (michaelarnauts)
- Run some checks every 4 hours #219 (michaelarnauts)
v1.1.4
Door een aanpassing van VTM GO op de inlogpagina werkte dit niet meer in de Add-on. Als je al ingelogd was, bleef alles werken, maar nieuwe gebruikers konden niet meer inloggen.
Fixed bugs:
- Fix authentication #216 (michaelarnauts)
v1.1.3
Door een paar aanpassingen bij VTM GO en een bug in deze Add-on werkte de login voor nieuwe gebruikers niet meer. Ook de EPG kon niet meer worden opgehaald. Deze release lost deze problemen op.
Fixed bugs:
- Fix authentication due to cookie changes #212 (michaelarnauts)
- Use a uuid as a cookie for the EPG #211 (michaelarnauts)
- Fix EPG #210 (mediaminister)
- Fix credentials and profile not properly saved #207 (michaelarnauts)
v1.1.2
Een kleine bugfix release die een probleem met het zoeken oplost.
Fixed bugs:
- Fix search #206 (michaelarnauts)
v1.1.1
DPG Media heeft vandaag de rebranding doorgevoerd van Vitaya, Q2 en CAZ naar VTM2, VTM3 en VTM4. Hierdoor moest er wat aangepast worden in onze Add-on zodat deze goed blijft werken. Verder is er een probleem opgelost waarbij sommige programma's niet konden worden afgespeeld door een probleem met de ondertiteling.
Implemented enhancements:
- Disable super-with-arguments pylint warnings #200 (mediaminister)
- VTM rebranding #198 (mediaminister)
Fixed bugs:
- Debug #199 (mediaminister)
- Fix paths in Windows #197 (mediaminister)
v1.1.0
Het was weer een tijdje geleden dat er een release van de VTM Go Kodi addon geweest is, en er staan een paar leuke dingen klaar.
Dit is de eerste versie met IPTV Manager ondersteuning. Met IPTV Manager kan je kanalen en de TV Gids integreren in Kodi, zodat je makkelijker TV kan kijken, wisselen tussen kanalen, en kan kijken wat er in de gids zit. Ons zusterproject VRT NU heeft reeds een release gedaan waar deze ondersteuning ook in zit.
Verder zijn er wat zaken gefixt met de ondertitels, en is er ook een extra kanaal beschikbaar, VTM Nieuws.
De volledige lijst met veranderingen vind je hieronder.
Implemented enhancements:
- Make authentication more robust #192 (michaelarnauts)
- Add Integrations menu to settings #188 (michaelarnauts)
- Pass genre to IPTV Manager #186 (michaelarnauts)
- Support new inputstream api in Kodi 19 #185 (mediaminister)
- Adds IPTV Manager support for Matrix #184 (michaelarnauts)
- Improve subtitle behaviour using PlayerMonitor #183 (mediaminister)
- Add support for playing from the Guide with IPTV Manager #181 (michaelarnauts)
- Show all channels that we get from VTM GO #179 (michaelarnauts)
- Remove 'Geen uitzending' from EPG #177 (michaelarnauts)
- Add channel presets for IPTV Manager #176 (michaelarnauts)
- Use python logging interface #175 (michaelarnauts)
- Add compatibility for Kodi 19 Python API #172 (mediaminister)
- Add support for IPTV Manager #171 (michaelarnauts)
Fixed bugs:
- Fix data transfers over 1 MB to IPTV Manager #187 (michaelarnauts)
- Fix logging in BackgroundService #182 (mediaminister)
Merged pull requests:
- Use sake for Kodi stubs #191 (michaelarnauts)
- Automated testing fixes #178 (michaelarnauts)
v1.0.2
This is another hotfix release since the code to login broke for new users. I've modified the authentication flow to use that of the website since that seems to be more stable.
Fixed bugs:
- Fix authentication #174 (michaelarnauts)
v1.0.1
This is a hotfix release, mainly since VTM GO has updated their API. There are also a few other fixes related to subtitles and unicode handling.
Implemented enhancements:
- Allow browsing the addon without authentication #162 (michaelarnauts)
- Add subtitles after playback has started #154 (michaelarnauts)
Fixed bugs:
- Add error handling for HTTP 426 #167 (michaelarnauts)
- Fix text encoding when getting data from VTM GO Api #160 (mediaminister)
- Fix encoding of profile name #157 (michaelarnauts)
Merged pull requests:
- Improve CI #164 (michaelarnauts)
- Add .gitattributes file with export-ignore to clean up the zip downloads #163 (michaelarnauts)
- Replace Travis with GitHub Actions #161 (michaelarnauts)
- Small translation fixes #159 (dagwieers)
- Various check fixes #158 (dagwieers)