Compare commits

..

7 Commits

Author SHA1 Message Date
potvanherb bf7cd2d845 Trakt API fix 2026-07-08 18:02:30 +02:00
potvanherb 580588fa92 2.2.14 - LOVE 2026-06-16 15:19:19 +02:00
potvanherb 58df4f09e4 2.2.13 2026-06-16 13:50:36 +02:00
potvanherb 8c35662c41 2.2.12 - Release 2026-06-05 10:46:07 +02:00
potvanherb 3a5444e91d 2.2.11 2026-05-28 18:51:25 +02:00
potvanherb 1a090090dd 2.2.10 - Faster Search 2026-05-24 16:53:35 +02:00
potvanherb a9f4be0ae7 2.2.09 2026-05-24 15:00:03 +02:00
9 changed files with 9 additions and 9 deletions
+7 -7
View File
@@ -1,7 +1,7 @@
[COLOR dodgerblue][B]Version 2.2.08[/B][/COLOR] [COLOR darkgoldenrod]--- FenLightPvH ---[/COLOR]
- Fixed: Autoscrape Next Episode — notifications, results window, and rescrape steps (including Ignore Filters) now complete reliably on the main thread. [COLOR FFFF0000]Ha[/COLOR][COLOR FFFF2900]tr[/COLOR][COLOR FFFF5200]ed[/COLOR][COLOR FFFF7B00], [/COLOR][COLOR FFFFA400]in[/COLOR][COLOR FFFFCD00]to[/COLOR][COLOR FFFFF600]le[/COLOR][COLOR FFDEFF00]ra[/COLOR][COLOR FFB4FF00]nc[/COLOR][COLOR FF8BFF00]e,[/COLOR][COLOR FF62FF00] a[/COLOR][COLOR FF39FF00]nd[/COLOR][COLOR FF10FF00] f[/COLOR][COLOR FF00FF18]as[/COLOR][COLOR FF00FF41]ci[/COLOR][COLOR FF00FF6A]sm[/COLOR][COLOR FF00FF94] h[/COLOR][COLOR FF00FFBD]av[/COLOR][COLOR FF00FFE6]e [/COLOR][COLOR FF00EEFF]no[/COLOR][COLOR FF00C5FF] p[/COLOR][COLOR FF009CFF]la[/COLOR][COLOR FF0073FF]ce[/COLOR][COLOR FF004AFF] i[/COLOR][COLOR FF0020FF]n [/COLOR][COLOR FF0800FF]th[/COLOR][COLOR FF3100FF]is[/COLOR][COLOR FF5A00FF] p[/COLOR][COLOR FF8300FF]ro[/COLOR][COLOR FFAC00FF]je[/COLOR][COLOR FFD500FF]ct[/COLOR][COLOR FFFF00FF].[/COLOR]
- Fixed: Autoscrape Next Episode no longer targets the wrong episode (manual scrapes no longer inherit next-ep flags; player uses your autoscrape setting during playback).
- Fixed: Autoscrape no longer re-triggers repeatedly during the same playback or overlaps a second next-ep scrape while the results dialog is open. [COLOR dodgerblue][B]Version 2.2.15[/B][/COLOR]
- Fixed: Rescrape chain return propagation and episode-group rescrape re-entry no longer break autoscrape or crash on ignore-filters. - Cleanup: Removed obsolete startup migration that reset revoked Trakt/TMDb API keys (v2.2.0103).
- Fixed: Legacy plugin route `mode=set_view` now forwards to Set Views (`Navigator.set_view`) instead of calling a missing `kodi_utils.set_view`. - Fixed: Removed hardcoded API key defaults from `settings_manager.xml`; restore-default actions now compare against code defaults from `settings_cache.py` and hide when already at default.
- Fixed: Plugin route `mode=show_text_media` opens the media text viewer correctly via new `kodi_utils.show_text_media()`. - Fixed: Trakt watched sync for movies and TV shows now paginates and requests `extended=progress` for show history (Trakt API Jul 2026 change). Clear Trakt Cache once if Recently Watched lists are empty.
+1 -1
View File
@@ -1 +1 @@
2.2.08 2.2.15
+1 -1
View File
@@ -1,2 +1,2 @@
<!DOCTYPE html> <!DOCTYPE html>
<a href="plugin.video.fenlight-2.2.08.zip">plugin.video.fenlight-2.2.08.zip</a> <a href="plugin.video.fenlight-2.2.15.zip">plugin.video.fenlight-2.2.15.zip</a>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.