11 namespace = "service.upnext";
12 version = "1.1.9+matrix.1";
15 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
16 sha256 = "sha256-oNUk80MEzK6Qssn1KjT6psPTazISRoUif1IMo+BKJxo=";
20 pythonPath = "resources/lib";
21 updateScript = addonUpdateScript {
22 attrPath = "kodi.packages.upnext";
27 homepage = "https://github.com/im85288/service.upnext";
28 description = "Up Next - Proposes to play the next episode automatically";
29 license = licenses.gpl2Only;
30 maintainers = teams.kodi.members;