Compare commits

..

2 Commits

Author SHA1 Message Date
potvanherb 2946b28c72 2.2.10 - Faster Search 2026-05-24 16:49:54 +02:00
potvanherb 91405174ba 2.2.10 - Faster Skin Search 2026-05-24 15:58:44 +02:00
8 changed files with 7 additions and 9 deletions
+5 -7
View File
@@ -1,7 +1,5 @@
[COLOR darkgoldenrod]--- FenLightPvH ---[/COLOR]
[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]
[COLOR dodgerblue][B]Version 2.2.15[/B][/COLOR]
- Cleanup: Removed obsolete startup migration that reset revoked Trakt/TMDb API keys (v2.2.0103).
- 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: 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.
[COLOR dodgerblue][B]Version 2.2.10[/B][/COLOR]
- Fixed: Auto-update unzip
- Improved: Movie and TV show search lists (`tmdb_movies_search`, `tmdb_tv_search`) build from TMDB search results instead of per-title detail calls — much faster for skin search URLs.
- Fixed: TV show search pagination now keeps `is_anime_list` on next page (anime search mode).
- Improved: TMDB movie/TV search queries are URL-encoded for reliable multi-word skin search.
+1 -1
View File
@@ -1 +1 @@
2.2.15
2.2.10
+1 -1
View File
@@ -1,2 +1,2 @@
<!DOCTYPE html>
<a href="plugin.video.fenlight-2.2.15.zip">plugin.video.fenlight-2.2.15.zip</a>
<a href="plugin.video.fenlight-2.2.10.zip">plugin.video.fenlight-2.2.10.zip</a>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.