Add functionality to fetch and update JSON files from remote resources, including episode details for 'Game of Thrones'. Remove unnecessary .DS_Store files.

This commit is contained in:
2025-07-29 16:46:47 +02:00
parent ed162aa22b
commit e6559f0769
4 changed files with 54 additions and 0 deletions

View File

@@ -2,6 +2,21 @@
"title": "Hra o trůny (Game of Thrones)",
"icon": "DefaultTVShows.png",
"seasons": [
{
"season": 1,
"episodes": [
{ "title": "S01E01 - Zima se blíží", "search": "hra o truny s01e01" },
{ "title": "S01E02 - Králova cesta", "search": "hra o truny s01e02" },
{ "title": "S01E03 - Lord Snow", "search": "hra o truny s01e03" },
{ "title": "S01E04 - Mrzák, bastardi a zlá zmrzačená věc", "search": "hra o truny s01e04" },
{ "title": "S01E05 - Vlk a lev", "search": "hra o truny s01e05" },
{ "title": "S01E06 - Zlatá koruna", "search": "hra o truny s01e06" },
{ "title": "S01E07 - Vyhraj, nebo zemři", "search": "hra o truny s01e07" },
{ "title": "S01E08 - Zostuzení", "search": "hra o truny s01e08" },
{ "title": "S01E09 - Baelor", "search": "hra o truny s01e09" },
{ "title": "S01E10 - Oheň a krev", "search": "hra o truny s01e10" }
]
},
{
"season": 2,
"episodes": [