├── README.md ├── addons.xml ├── addons.xml.md5 ├── changelog.txt ├── plugin.audio.ardaudiothek ├── addon.xml ├── changelog-0.0.1.txt └── plugin.audio.ardaudiothek-0.0.1.zip ├── plugin.video.3satmediathek ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.3satmediathek-1.3.0.zip ├── plugin.video.ardmediathek_de ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.ardmediathek_de-5.1.0.zip ├── plugin.video.artemediathek ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.artemediathek-1.0.2.zip ├── plugin.video.bergdoktor ├── addon.xml └── plugin.video.bergdoktor-1.1.0.zip ├── plugin.video.brmediathek ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.brmediathek-1.1.0.zip ├── plugin.video.daserstemediathek ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.daserstemediathek-1.1.1.zip ├── plugin.video.eurosportlive ├── addon.xml └── plugin.video.eurosportlive-1.0.0.zip ├── plugin.video.funkmediathek ├── addon.xml ├── changelog-1.5.0.txt ├── fanart.jpg ├── icon.png └── plugin.video.funkmediathek-1.5.0.zip ├── plugin.video.hrmediathek ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.hrmediathek-1.1.0.zip ├── plugin.video.kikamediathek ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.kikamediathek-2.0.0.zip ├── plugin.video.mdrmediathek ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.mdrmediathek-1.1.2.zip ├── plugin.video.ndrmediathek ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.ndrmediathek-1.1.2.zip ├── plugin.video.olympia2018 ├── addon.xml └── plugin.video.olympia2018-1.0.0.zip ├── plugin.video.phoenixmediathek ├── addon.xml ├── changelog-2.0.0.txt ├── fanart.jpg ├── icon.png └── plugin.video.phoenixmediathek-2.0.0.zip ├── plugin.video.sportschau ├── addon.xml ├── changelog-1.1.0.txt ├── fanart.jpg ├── icon.png └── plugin.video.sportschau-1.1.0.zip ├── plugin.video.srmediathek ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.srmediathek-2.0.0.zip ├── plugin.video.swrmediathek ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.swrmediathek-1.1.0.zip ├── plugin.video.unithek ├── addon.xml ├── changelog-1.2.3.txt ├── fanart.jpg ├── icon.png └── plugin.video.unithek-1.2.3.zip ├── plugin.video.wdrmaus ├── addon.xml ├── changelog-0.0.1.txt └── plugin.video.wdrmaus-0.0.1.zip ├── plugin.video.wdrmediathek ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.wdrmediathek-1.2.0.zip ├── plugin.video.wdrrockpalast ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.wdrrockpalast-1.1.0.zip ├── plugin.video.worldcup18_de ├── addon.xml └── plugin.video.worldcup18_de-0.0.3.zip ├── plugin.video.worldcup18_de_leia ├── addon.xml └── plugin.video.worldcup18_de_leia-0.0.4.zip ├── plugin.video.zdf_de_lite ├── addon.xml ├── fanart.jpg ├── icon.png └── plugin.video.zdf_de_lite-4.1.0.zip ├── plugin.video.zdftivi ├── addon.xml └── plugin.video.zdftivi-1.0.0.zip ├── repo_prep.py ├── repository.membrane.zip ├── script.common.orevent ├── addon.xml └── script.common.orevent-0.0.2.zip ├── script.module.lib3sat ├── addon.xml ├── changelog-1.2.0.txt └── script.module.lib3sat-1.2.0.zip ├── script.module.libard ├── addon.xml ├── changelog-5.1.1.txt └── script.module.libard-5.1.1.zip ├── script.module.libarte ├── addon.xml ├── changelog-1.0.2.txt └── script.module.libarte-1.0.2.zip ├── script.module.libbr ├── addon.xml ├── changelog-2.0.2.txt └── script.module.libbr-2.0.2.zip ├── script.module.libdaserste ├── addon.xml ├── changelog-1.1.1.txt └── script.module.libdaserste-1.1.1.zip ├── script.module.libhr ├── addon.xml ├── changelog-1.9.0.txt └── script.module.libhr-1.9.0.zip ├── script.module.libkika ├── addon.xml ├── changelog-2.0.0.txt └── script.module.libkika-2.0.0.zip ├── script.module.libmdr ├── addon.xml ├── changelog-1.1.2.txt └── script.module.libmdr-1.1.2.zip ├── script.module.libmediathek3 ├── addon.xml ├── changelog-1.5.3.txt └── script.module.libmediathek3-1.5.3.zip ├── script.module.libndr ├── addon.xml ├── changelog-1.1.2.txt └── script.module.libndr-1.1.2.zip ├── script.module.libservus ├── addon.xml ├── changelog-0.0.2.txt └── script.module.libservus-0.0.2.zip ├── script.module.libsr ├── addon.xml ├── changelog-2.0.0.txt └── script.module.libsr-2.0.0.zip ├── script.module.libswr ├── addon.xml ├── changelog-1.1.0.txt └── script.module.libswr-1.1.0.zip ├── script.module.libwdr ├── addon.xml ├── changelog-1.2.0.txt └── script.module.libwdr-1.2.0.zip ├── script.module.libzdf ├── addon.xml ├── changelog-2.1.8.txt └── script.module.libzdf-2.1.8.zip ├── script.module.mediathekxmlservice ├── addon.xml ├── changelog-1.1.1.txt └── script.module.mediathekxmlservice-1.1.1.zip └── script.module.nexx ├── addon.xml ├── changelog-1.2.0.txt └── script.module.nexx-1.2.0.zip /README.md: -------------------------------------------------------------------------------- 1 | # Wilkommen zu meinem Kodi Krypton Repo 2 | 3 | Dieses Repo stellt Add-ons zu verschiedenen Mediatheken zur Verfügung. Dies kann [hier](https://github.com/prof-membrane/repository.membrane/raw/master/repository.membrane.zip) heruntergeladen werden. Im kodi.tv Wiki gibt es eine [Installationsanleitung](http://kodi.wiki/view/HOW-TO:Install_add-ons_from_zip_files). Im [Wiki](https://github.com/prof-membrane/repository.membrane/wiki) finden sich Informationen zu den einzelnen Add-ons. 4 | 5 | Für Bugreports oder Veränderungswünsche geht bitte [wie im Wiki beschrieben](https://github.com/prof-membrane/repository.membrane/wiki/Wie-Bugs-und-Featurerequests-zu-%C3%BCbermitteln-sind) vor. 6 | 7 | # Inhalt des Repos 8 | 9 | ## Mediatheken 10 | - 3sat Mediathek 11 | - ARD Mediathek 12 | - BR Mediathek 13 | - Das Erste Mediathek 14 | - Funk Mediathek 15 | - HR Mediathek 16 | - KiKa Mediathek 17 | - MDR Mediathek 18 | - NDR Mediathek 19 | - Phoenix Mediathek 20 | - SR Mediathek 21 | - SWR Mediathek 22 | - WDR Mediathek 23 | - ZDF Mediathek 24 | 25 | ## Sonstige Add-ons 26 | - Sportschau 27 | - Unithek 28 | - WDR Rockpalast 29 | 30 | ## Noch nicht hinzugefügte Add-ons 31 | - NHL Videocenter 32 | - PVR RePlay Beta 33 | - ServusTV Mediathek 34 | 35 | 36 | # Jarvis und ältere Versionen 37 | Es existiert ein Fork, in dem alte Versionen der Add-ons aufbewahrt werden. Diese werden jedoch nicht gepflegt werden und früher oder später Fehler entwickeln. Diese Add-ons werden NICHT unterstützt! 38 | 39 | https://github.com/prof-membrane/repository.membrane/tree/jarvis -------------------------------------------------------------------------------- /addons.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | audio 10 | 11 | 12 | all 13 | de 14 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 15 | TODO 16 | TODO 17 | TODO 18 | TODO 19 | TODO 20 | TODO 21 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | video 32 | 33 | 34 | all 35 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 36 | https://github.com/prof-membrane/plugin.video.3satmediathek 37 | Videos from the 3sat Mediathek. 38 | This add-on provides access to the 3sat Mediathek (www.3sat.de/mediathek/). Videos may be geolocked to Germany. 39 | Sendungen und Beiträge aus der 3sat Mediathek. 40 | Dieses Add-on bietet Zugriff auf die Mediathek von 3sat. Hier gibt es Sendungen und Dokumentationen zum Abruf. 41 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | video 52 | 53 | 54 | all 55 | de 56 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 57 | https://github.com/prof-membrane/plugin.video.ardmediathek_de 58 | Watch videos on demand from the ARD Mediathek. 59 | Watch videos on demand from the ARD Mediathek. 60 | Videos aus der Mediathek des ARD. 61 | Dieses Add-on bietet Zugriff auf die Inhalte der ARD Mediathek. Vergangene Serien, Filme und Nachrichten können hier abgerufen werden. 62 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | video 73 | 74 | 75 | all 76 | de 77 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | video 88 | 89 | 90 | all 91 | de 92 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 93 | TODO 94 | TODO 95 | TODO 96 | TODO 97 | TODO 98 | TODO 99 | TODO 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | video 110 | 111 | 112 | all 113 | de 114 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 115 | https://github.com/prof-membrane/plugin.video.brmediathek 116 | This is an add-on for the BR Mediathek http://www.br.de/mediathek/video/index.html. 117 | This add-on provides access to the German VOD platform http://www.br.de/mediathek/video/index.html. 118 | Sendebeiträge der BR Mediathek. 119 | Dieses Add-on bietet Zugriff auf die Bibliothek des BR. Zur Auswahl stehen unter anderem Dokumentationen und Serien. 120 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | video 131 | 132 | 133 | all 134 | de 135 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 136 | https://github.com/prof-membrane/plugin.video.daserstemediathek 137 | This is an add-on for http://mediathek.daserste.de/. 138 | This add-on provides access to the German VOD platform http://mediathek.daserste.de/. 139 | Sendebeiträge der Das Erste Mediathek. 140 | Dieses Add-on bietet Zugriff auf die Bibliothek des Ersten. Zur Auswahl stehen unter anderem Dokumentationen und Serien. 141 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | video 152 | 153 | 154 | all 155 | de 156 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 157 | TODO 158 | TODO 159 | TODO 160 | TODO 161 | TODO 162 | TODO 163 | TODO 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | video 175 | 176 | 177 | all 178 | de 179 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 180 | https://github.com/prof-membrane/plugin.video.funkmediathek 181 | http://forum.kodi.tv/showthread.php?tid=303100 182 | This is an add-on for www.funk.net 183 | This add-on provides access to the German VOD platform www.funk.net. The content is only accessable from Germany. 184 | Serien und Videos von www.funk.net 185 | Dieses Add-on bietet Zugriff auf die Bibliothek von www.funk.net. Hier gibt es Serien wie z.B. Fargo in FullHD, aber auch Eigenproduktionen von ARD/ZDF. Die Serien sind in der Regel nur innerhalb Deutschlands erreichbar. 186 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | video 197 | 198 | 199 | all 200 | de 201 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 202 | https://github.com/prof-membrane/plugin.video.hrmediathek 203 | This is an add-on for http://www.hr-online.de/website/fernsehen/sendungen/. 204 | This add-on provides access to the German VOD platform http://www.hr-online.de/website/fernsehen/sendungen/. 205 | Vergangene Sendebeiträge der HR Mediathek. 206 | Dieses Add-on bietet Zugriff auf vergangene Beiträge des HR. 207 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | video 218 | 219 | 220 | all 221 | de 222 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 223 | https://github.com/prof-membrane/plugin.video.kikamediathek 224 | This is an add-on for http://www.kika.de/. 225 | This add-on provides access to the German VOD platform http://www.kika.de/. 226 | Videos aus dem Kinderkanal von ARD und ZDF. 227 | Dieses Add-on bietet Zugriff auf Kindersendungen des KiKas. Der Kinderkanal ist ein Gemeinschaftsprojekt von ARD und ZDF. 228 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | video 239 | 240 | 241 | all 242 | de 243 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 244 | https://github.com/prof-membrane/plugin.video.mdrmediathek 245 | This is an add-on for http://www.mdr.de/mediathek/index.html. 246 | This add-on provides access to the German VOD platform http://www.mdr.de/mediathek/index.html. 247 | Sendebeiträge der MDR Mediathek. 248 | Dieses Add-on bietet Zugriff auf die Bibliothek des MDR. Zur Auswahl stehen unter anderem Dokumentationen und Serien. 249 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | video 260 | 261 | 262 | all 263 | de 264 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 265 | https://github.com/prof-membrane/plugin.video.ndrmediathek 266 | This is an add-on for http://www.ndr.de/mediathek/. 267 | This add-on provides access to the German VOD platform http://www.ndr.de/mediathek/. 268 | Sendebeiträge der NDR Mediathek. 269 | Dieses Add-on bietet Zugriff auf die Bibliothek des NDR. Zur Auswahl stehen unter anderem Reportagen und Serien. 270 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | video 282 | 283 | 284 | all 285 | de 286 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 287 | https://github.com/prof-membrane/plugin.video.sportschau 288 | Videos und livestreams of the German tv show Sportschau. 289 | This add-on fetches videos and livestreams from www.sportschau.de. Most of the streams are geolocked to Germany. 290 | Videos und Livesendungnen der Sportschau. 291 | Dieses Add-on bietet Zugriff auf Videos und Livestreams von www.sportschau.de. Fast alle Streams sind nur aus Deutschland erreichbar. 292 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | video 304 | 305 | 306 | all 307 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 308 | https://github.com/prof-membrane/plugin.video.phoenixmediathek 309 | This video add-on provides access to videos of the German broadcaster Phoenix. 310 | This video add-on provides access to videos of the German broadcaster Phoenix. 311 | Die Phoenix Mediathek bietet Zugriff auf Talks, Interviews und weiterer Beiträge. 312 | Die Phoenix Mediathek bietet Zugriff auf Talks, Interviews und weiterer Beiträge. 313 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | video 325 | 326 | 327 | all 328 | de 329 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 330 | https://github.com/prof-membrane/plugin.video.sportschau 331 | Videos und livestreams of the German tv show Sportschau. 332 | This add-on fetches videos and livestreams from www.sportschau.de. Most of the streams are geolocked to Germany. 333 | Videos und Livesendungnen der Sportschau. 334 | Dieses Add-on bietet Zugriff auf Videos und Livestreams von www.sportschau.de. Fast alle Streams sind nur aus Deutschland erreichbar. 335 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | video 346 | 347 | 348 | all 349 | de 350 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 351 | https://github.com/prof-membrane/plugin.video.srmediathek 352 | This is an add-on for http://sr-mediathek.de/. 353 | This add-on provides access to the German VOD platform http://sr-mediathek.de/. 354 | Sendebeiträge der SR Mediathek. 355 | Dieses Add-on bietet Zugriff auf die Bibliothek des SR. Zur Auswahl stehen vorallem Reportagen. 356 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | video 367 | 368 | 369 | all 370 | de 371 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 372 | https://github.com/prof-membrane/plugin.video.swrmediathek 373 | This is an add-on for http://swrmediathek.de/index.htm. 374 | This add-on provides access to the German VOD platform http://swrmediathek.de/index.htm. The content is only accessable from Germany. 375 | Sendebeiträge der SWR Mediathek. 376 | Dieses Add-on bietet Zugriff auf die Bibliothek des SWR. Zur Auswahl stehen unter anderem Dokumentationen und Serien. 377 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | video 401 | 402 | 403 | all 404 | de 405 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 406 | https://github.com/prof-membrane/plugin.video.unithek 407 | This is an add-on for German TV broadcasters. 408 | This add-on provides access to the German VOD platforms of 3sat, ARD, Arte, BR, Das Erste, HR, KiKa, MDR, NDR, SR, SWR, WDR and ZDF. 409 | Sendebeiträge von vielen Mediatheken des öffentlich rechtlichen Fernsehens. 410 | Dieses Add-on vereint die Mediatheken von 3sat, ARD, Arte, BR, Das Erste, HR, KiKa, MDR, NDR, SR, SWR, WDR und ZDF. Dies ermöglicht einen besseren und einfacheren Zugang auf die Beiträge von 20 öffentlich rechtlichen Sendern. 411 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | video 423 | 424 | 425 | all 426 | de 427 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 428 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | video 439 | 440 | 441 | all 442 | de 443 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 444 | https://github.com/prof-membrane/plugin.video.wdrmediathek 445 | View videos from the German tv broadcaster "WDR". 446 | This add-on lists the videos of the WDR Mediathek (www1.wdr.de/mediathek/video). Videos may be geolocked. 447 | Die Mediathek des WDR. 448 | Dieses Add-on bietet Zugriff auf die Mediathek des WDR. Hier gibt es Nachrichten, Dokumentationen und andere Beiträge. 449 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | video 461 | 462 | 463 | all 464 | de 465 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 466 | https://github.com/prof-membrane/plugin.video.wdrrockpalast 467 | This add-on lists all videos of the WDR Rockpalast. 468 | This is a video add-on for the WDR Rockpalast (www1.wdr.de/mediathek/video/sendungen/rockpalast/rockpalast-106.html). The content may be geolocked. 469 | Dies ist ein Video Add-on für den WDR Rockpalast. 470 | Dieses Add-on listet alle Videos vom WDR Rockpalast (www1.wdr.de/mediathek/video/sendungen/rockpalast/rockpalast-106.html). Die Inhalte sind unter Umständen nur aus Deutschland erreichbar. 471 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 472 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | video 482 | 483 | 484 | all 485 | de 486 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 487 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 488 | 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | 497 | video 498 | 499 | 500 | all 501 | de 502 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 503 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | video 515 | 516 | 517 | all 518 | de 519 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | video 530 | 531 | 532 | all 533 | de 534 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 535 | https://github.com/prof-membrane/plugin.video.zdfmediathek 536 | Watch videos on demand from the ZDF Mediathek. 537 | Watch videos on demand from the ZDF Mediathek. 538 | Videos aus der Mediathek des ZDF 539 | Dieses Add-on bietet Zugriff auf die Inhalte der ZDF Mediathek. Vergangene Serien, Filme und Nachrichten der Sender ZDF, ZDF Info und ZDF Neo können hier abgerufen werden. 540 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | 549 | 550 | 551 | all 552 | 553 | 554 | 555 | 556 | 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | all 568 | Scraper library for the 3sat Mediathek http://www.3sat.de/mediathek/. 569 | Scraper library for the 3sat Mediathek http://www.3sat.de/mediathek/. 570 | 571 | 572 | 573 | 577 | 578 | 579 | 580 | 581 | 582 | 583 | 584 | all 585 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 586 | https://github.com/prof-membrane/script.module.libard 587 | This is a scraper for http://www.ardmediathek.de/tv. 588 | This is a scraper for http://www.ardmediathek.de/tv. 589 | 590 | 591 | 592 | 596 | 597 | 598 | 599 | 600 | 601 | 602 | all 603 | This is a scraper for http://arte.tv. 604 | This is a scraper for http://arte.tv. 605 | 606 | 607 | 608 | 612 | 613 | 614 | 615 | 616 | 617 | 618 | all 619 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 620 | https://github.com/prof-membrane/script.module.libbr 621 | This is a scraper for the BR Mediathek (http://www.br.de/mediathek/video/index.html). 622 | This is a scraper for the BR Mediathek (http://www.br.de/mediathek/video/index.html). It uses the JSON API of the Android app. 623 | 624 | 625 | 626 | 630 | 631 | 632 | 633 | 634 | 635 | 636 | all 637 | all 638 | This is a scraper for the Das Erste Mediathek (http://mediathek.daserste.de/). 639 | This is a scraper for the Das Erste Mediathek (http://mediathek.daserste.de/). It uses the JSON interface of the Android app. 640 | 641 | 642 | 643 | 647 | 648 | 649 | 650 | 651 | 652 | 653 | all 654 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 655 | https://github.com/prof-membrane/script.module.libhr 656 | This is a scraper for the HR Mediathek (http://www.hr-online.de/website/fernsehen/sendungen/). 657 | This is a scraper for the HR Mediathek (http://www.hr-online.de/website/fernsehen/sendungen/). 658 | 659 | 660 | 661 | 665 | 666 | 667 | 668 | 669 | 670 | 671 | all 672 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 673 | https://github.com/prof-membrane/script.module.libkika 674 | This is a scraper for the KiKa Mediathek (http://www.kika.de). 675 | This is a scraper for the KiKa Mediathek (http://www.kika.de). 676 | 677 | 678 | 679 | 683 | 684 | 685 | 686 | 687 | 688 | 689 | all 690 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 691 | https://github.com/prof-membrane/script.module.libmdr 692 | This is a scraper for the MDR Mediathek (http://www.mdr.de/mediathek/index.html). 693 | This is a scraper for the MDR Mediathek (http://www.mdr.de/mediathek/index.html). 694 | 695 | 696 | 697 | 701 | 702 | 703 | 704 | 705 | 706 | all 707 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 708 | https://github.com/prof-membrane/plugin.video.libmediathek3 709 | Supplementary lib for Mediathek add-ons. 710 | This lib is a mini framework. It is used in following "Mediathek" Scrapers: 3sat, ARD, BR, Das Erste, MDR, SR, SWR, WDR, ZDF. It is also used in the add-ons Funk Mediathek, NHL Videocenter and Phoenix Mediathek. 711 | 712 | 713 | 714 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | all 725 | This as a scraper for the NDR Mediathek (https://www.ndr.de/mediathek/). 726 | This as a scraper for the NDR Mediathek (https://www.ndr.de/mediathek/). 727 | 728 | 729 | 730 | 734 | 735 | 736 | 737 | 738 | 739 | 740 | all 741 | This is a scraper for content of ServusTV. 742 | 743 | 744 | 745 | 749 | 750 | 751 | 752 | 753 | 754 | 755 | all 756 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 757 | https://github.com/prof-membrane/script.module.libsr 758 | This is a scraper for the SR Mediathek (http://www.sr-mediathek.de/). 759 | This is a scraper for the SR Mediathek (http://www.sr-mediathek.de/). It uses the HbbTV JSON API. 760 | 761 | 762 | 763 | 767 | 768 | 769 | 770 | 771 | 772 | 773 | all 774 | This is a scraper for the SWR Mediathek (http://swrmediathek.de/). 775 | This is a scraper for the SWR Mediathek (http://swrmediathek.de/). It uses the mobile webpages. 776 | 777 | 778 | 779 | 783 | 784 | 785 | 786 | 787 | 788 | 789 | all 790 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 791 | https://github.com/prof-membrane/script.module.libWdr 792 | This is a scraper for content of the German broadcaster "WDR". 793 | This is a scraper for content of the German broadcaster "WDR". 794 | 795 | 796 | 797 | 801 | 802 | 803 | 804 | 805 | 806 | 807 | all 808 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 809 | https://github.com/prof-membrane/script.module.libzdf 810 | This is a scraper for the ZDF Mediathek (http://www.zdf.de). 811 | This is a scraper for the ZDF Mediathek (http://www.zdf.de). 812 | 813 | 814 | 815 | 819 | 820 | 821 | 822 | 823 | 824 | 825 | all 826 | Lib for XML framework of german public tv stations. 827 | Lib for XML framework of german public tv stations. 828 | 829 | 830 | 831 | 835 | 836 | 837 | 838 | 839 | 840 | 841 | all 842 | This is a service module for the API of the CMS provider Nexx. 843 | 844 | 845 | 846 | -------------------------------------------------------------------------------- /addons.xml.md5: -------------------------------------------------------------------------------- 1 | a22d5c3ddbfe3f3dc1213f7ab8a7180e -------------------------------------------------------------------------------- /changelog.txt: -------------------------------------------------------------------------------- 1 | [B]Version 2.0.0[/B] 2 | - Github release 3 | -------------------------------------------------------------------------------- /plugin.audio.ardaudiothek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | audio 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | TODO 15 | TODO 16 | TODO 17 | TODO 18 | TODO 19 | TODO 20 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 21 | 22 | 23 | -------------------------------------------------------------------------------- /plugin.audio.ardaudiothek/changelog-0.0.1.txt: -------------------------------------------------------------------------------- 1 | 0.0.1 2 | - Initial release -------------------------------------------------------------------------------- /plugin.audio.ardaudiothek/plugin.audio.ardaudiothek-0.0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.audio.ardaudiothek/plugin.audio.ardaudiothek-0.0.1.zip -------------------------------------------------------------------------------- /plugin.video.3satmediathek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 13 | https://github.com/prof-membrane/plugin.video.3satmediathek 14 | Videos from the 3sat Mediathek. 15 | This add-on provides access to the 3sat Mediathek (www.3sat.de/mediathek/). Videos may be geolocked to Germany. 16 | Sendungen und Beiträge aus der 3sat Mediathek. 17 | Dieses Add-on bietet Zugriff auf die Mediathek von 3sat. Hier gibt es Sendungen und Dokumentationen zum Abruf. 18 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 19 | 20 | 21 | -------------------------------------------------------------------------------- /plugin.video.3satmediathek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.3satmediathek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.3satmediathek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.3satmediathek/icon.png -------------------------------------------------------------------------------- /plugin.video.3satmediathek/plugin.video.3satmediathek-1.3.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.3satmediathek/plugin.video.3satmediathek-1.3.0.zip -------------------------------------------------------------------------------- /plugin.video.ardmediathek_de/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/plugin.video.ardmediathek_de 15 | Watch videos on demand from the ARD Mediathek. 16 | Watch videos on demand from the ARD Mediathek. 17 | Videos aus der Mediathek des ARD. 18 | Dieses Add-on bietet Zugriff auf die Inhalte der ARD Mediathek. Vergangene Serien, Filme und Nachrichten können hier abgerufen werden. 19 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugin.video.ardmediathek_de/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.ardmediathek_de/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.ardmediathek_de/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.ardmediathek_de/icon.png -------------------------------------------------------------------------------- /plugin.video.ardmediathek_de/plugin.video.ardmediathek_de-5.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.ardmediathek_de/plugin.video.ardmediathek_de-5.1.0.zip -------------------------------------------------------------------------------- /plugin.video.artemediathek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | 15 | 16 | -------------------------------------------------------------------------------- /plugin.video.artemediathek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.artemediathek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.artemediathek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.artemediathek/icon.png -------------------------------------------------------------------------------- /plugin.video.artemediathek/plugin.video.artemediathek-1.0.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.artemediathek/plugin.video.artemediathek-1.0.2.zip -------------------------------------------------------------------------------- /plugin.video.bergdoktor/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | TODO 15 | TODO 16 | TODO 17 | TODO 18 | TODO 19 | TODO 20 | TODO 21 | 22 | 23 | -------------------------------------------------------------------------------- /plugin.video.bergdoktor/plugin.video.bergdoktor-1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.bergdoktor/plugin.video.bergdoktor-1.1.0.zip -------------------------------------------------------------------------------- /plugin.video.brmediathek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/plugin.video.brmediathek 15 | This is an add-on for the BR Mediathek http://www.br.de/mediathek/video/index.html. 16 | This add-on provides access to the German VOD platform http://www.br.de/mediathek/video/index.html. 17 | Sendebeiträge der BR Mediathek. 18 | Dieses Add-on bietet Zugriff auf die Bibliothek des BR. Zur Auswahl stehen unter anderem Dokumentationen und Serien. 19 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugin.video.brmediathek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.brmediathek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.brmediathek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.brmediathek/icon.png -------------------------------------------------------------------------------- /plugin.video.brmediathek/plugin.video.brmediathek-1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.brmediathek/plugin.video.brmediathek-1.1.0.zip -------------------------------------------------------------------------------- /plugin.video.daserstemediathek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/plugin.video.daserstemediathek 15 | This is an add-on for http://mediathek.daserste.de/. 16 | This add-on provides access to the German VOD platform http://mediathek.daserste.de/. 17 | Sendebeiträge der Das Erste Mediathek. 18 | Dieses Add-on bietet Zugriff auf die Bibliothek des Ersten. Zur Auswahl stehen unter anderem Dokumentationen und Serien. 19 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugin.video.daserstemediathek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.daserstemediathek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.daserstemediathek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.daserstemediathek/icon.png -------------------------------------------------------------------------------- /plugin.video.daserstemediathek/plugin.video.daserstemediathek-1.1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.daserstemediathek/plugin.video.daserstemediathek-1.1.1.zip -------------------------------------------------------------------------------- /plugin.video.eurosportlive/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | TODO 15 | TODO 16 | TODO 17 | TODO 18 | TODO 19 | TODO 20 | TODO 21 | 22 | 23 | -------------------------------------------------------------------------------- /plugin.video.eurosportlive/plugin.video.eurosportlive-1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.eurosportlive/plugin.video.eurosportlive-1.0.0.zip -------------------------------------------------------------------------------- /plugin.video.funkmediathek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | video 10 | 11 | 12 | all 13 | de 14 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 15 | https://github.com/prof-membrane/plugin.video.funkmediathek 16 | http://forum.kodi.tv/showthread.php?tid=303100 17 | This is an add-on for www.funk.net 18 | This add-on provides access to the German VOD platform www.funk.net. The content is only accessable from Germany. 19 | Serien und Videos von www.funk.net 20 | Dieses Add-on bietet Zugriff auf die Bibliothek von www.funk.net. Hier gibt es Serien wie z.B. Fargo in FullHD, aber auch Eigenproduktionen von ARD/ZDF. Die Serien sind in der Regel nur innerhalb Deutschlands erreichbar. 21 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 22 | 23 | 24 | -------------------------------------------------------------------------------- /plugin.video.funkmediathek/changelog-1.5.0.txt: -------------------------------------------------------------------------------- 1 | 1.5.0 2 | - Migrated to API 3.1 3 | 1.4.2 4 | - Fix for API change 5 | 1.4.1 6 | - Fixed Playback 7 | 1.4.0 8 | - Code rewrite for the new API 9 | 1.3.1 10 | - Code cleanup 11 | 1.3.0 12 | - Code cleanup 13 | 1.2.4 14 | - Fix for the livestream entry 15 | - Hide livestreams (for now) 16 | 1.2.3 17 | - Added requirement for inputstream.adaptive 18 | 1.2.2 19 | - Moved to Funk API 1.1 20 | - Moved to Nexx CMS 21 | 1.2.1 22 | - Fixed incompatiblity with libmediathek3 23 | 1.2.0 24 | - Removed SSL hack 25 | - Code cleanup 26 | 1.1.5 27 | - Code cleanup 28 | 1.1.4 29 | - Added option to disable SSL checks 30 | 1.1.3 31 | - Fix for missing plots 32 | 1.1.2 33 | - Fix for missing plots 34 | 1.1.1 35 | - Fix for an API quirk 36 | 1.1.0 37 | - Upgraded to libmediathek3 38 | - Added fanart 39 | - Added icon 40 | - Added description 41 | - Added proper support for the kaltura player 42 | 1.0.1 43 | - Version bump 44 | 1.0.0 45 | - Switched to JSON interface 46 | - Added subtitles 47 | - Added metadata 48 | - Added option to hide formats 49 | 0.1.0 50 | - Cleaned up shows 51 | - Add-on shows every video of a TV show now 52 | - Improved video loadtime 53 | - Misc metadata improvements 54 | - Fixed parsing of some videos 55 | - Added rules to clean up titles 56 | 0.0.2 57 | - Small improvements 58 | 0.0.1 59 | - Initial release -------------------------------------------------------------------------------- /plugin.video.funkmediathek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.funkmediathek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.funkmediathek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.funkmediathek/icon.png -------------------------------------------------------------------------------- /plugin.video.funkmediathek/plugin.video.funkmediathek-1.5.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.funkmediathek/plugin.video.funkmediathek-1.5.0.zip -------------------------------------------------------------------------------- /plugin.video.hrmediathek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/plugin.video.hrmediathek 15 | This is an add-on for http://www.hr-online.de/website/fernsehen/sendungen/. 16 | This add-on provides access to the German VOD platform http://www.hr-online.de/website/fernsehen/sendungen/. 17 | Vergangene Sendebeiträge der HR Mediathek. 18 | Dieses Add-on bietet Zugriff auf vergangene Beiträge des HR. 19 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugin.video.hrmediathek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.hrmediathek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.hrmediathek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.hrmediathek/icon.png -------------------------------------------------------------------------------- /plugin.video.hrmediathek/plugin.video.hrmediathek-1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.hrmediathek/plugin.video.hrmediathek-1.1.0.zip -------------------------------------------------------------------------------- /plugin.video.kikamediathek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/plugin.video.kikamediathek 15 | This is an add-on for http://www.kika.de/. 16 | This add-on provides access to the German VOD platform http://www.kika.de/. 17 | Videos aus dem Kinderkanal von ARD und ZDF. 18 | Dieses Add-on bietet Zugriff auf Kindersendungen des KiKas. Der Kinderkanal ist ein Gemeinschaftsprojekt von ARD und ZDF. 19 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugin.video.kikamediathek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.kikamediathek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.kikamediathek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.kikamediathek/icon.png -------------------------------------------------------------------------------- /plugin.video.kikamediathek/plugin.video.kikamediathek-2.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.kikamediathek/plugin.video.kikamediathek-2.0.0.zip -------------------------------------------------------------------------------- /plugin.video.mdrmediathek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/plugin.video.mdrmediathek 15 | This is an add-on for http://www.mdr.de/mediathek/index.html. 16 | This add-on provides access to the German VOD platform http://www.mdr.de/mediathek/index.html. 17 | Sendebeiträge der MDR Mediathek. 18 | Dieses Add-on bietet Zugriff auf die Bibliothek des MDR. Zur Auswahl stehen unter anderem Dokumentationen und Serien. 19 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugin.video.mdrmediathek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.mdrmediathek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.mdrmediathek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.mdrmediathek/icon.png -------------------------------------------------------------------------------- /plugin.video.mdrmediathek/plugin.video.mdrmediathek-1.1.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.mdrmediathek/plugin.video.mdrmediathek-1.1.2.zip -------------------------------------------------------------------------------- /plugin.video.ndrmediathek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/plugin.video.ndrmediathek 15 | This is an add-on for http://www.ndr.de/mediathek/. 16 | This add-on provides access to the German VOD platform http://www.ndr.de/mediathek/. 17 | Sendebeiträge der NDR Mediathek. 18 | Dieses Add-on bietet Zugriff auf die Bibliothek des NDR. Zur Auswahl stehen unter anderem Reportagen und Serien. 19 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugin.video.ndrmediathek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.ndrmediathek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.ndrmediathek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.ndrmediathek/icon.png -------------------------------------------------------------------------------- /plugin.video.ndrmediathek/plugin.video.ndrmediathek-1.1.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.ndrmediathek/plugin.video.ndrmediathek-1.1.2.zip -------------------------------------------------------------------------------- /plugin.video.olympia2018/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | video 10 | 11 | 12 | all 13 | de 14 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 15 | https://github.com/prof-membrane/plugin.video.sportschau 16 | Videos und livestreams of the German tv show Sportschau. 17 | This add-on fetches videos and livestreams from www.sportschau.de. Most of the streams are geolocked to Germany. 18 | Videos und Livesendungnen der Sportschau. 19 | Dieses Add-on bietet Zugriff auf Videos und Livestreams von www.sportschau.de. Fast alle Streams sind nur aus Deutschland erreichbar. 20 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 21 | 22 | 23 | -------------------------------------------------------------------------------- /plugin.video.olympia2018/plugin.video.olympia2018-1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.olympia2018/plugin.video.olympia2018-1.0.0.zip -------------------------------------------------------------------------------- /plugin.video.phoenixmediathek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | video 10 | 11 | 12 | all 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/plugin.video.phoenixmediathek 15 | This video add-on provides access to videos of the German broadcaster Phoenix. 16 | This video add-on provides access to videos of the German broadcaster Phoenix. 17 | Die Phoenix Mediathek bietet Zugriff auf Talks, Interviews und weiterer Beiträge. 18 | Die Phoenix Mediathek bietet Zugriff auf Talks, Interviews und weiterer Beiträge. 19 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugin.video.phoenixmediathek/changelog-2.0.0.txt: -------------------------------------------------------------------------------- 1 | 2.0.0 2 | - Complete rewrite 3 | 1.2.0 4 | - Misc improvements 5 | 1.1.0 6 | - Added archive 7 | - Added icon 8 | - Added fanart 9 | - Added description 10 | -------------------------------------------------------------------------------- /plugin.video.phoenixmediathek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.phoenixmediathek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.phoenixmediathek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.phoenixmediathek/icon.png -------------------------------------------------------------------------------- /plugin.video.phoenixmediathek/plugin.video.phoenixmediathek-2.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.phoenixmediathek/plugin.video.phoenixmediathek-2.0.0.zip -------------------------------------------------------------------------------- /plugin.video.sportschau/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | video 10 | 11 | 12 | all 13 | de 14 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 15 | https://github.com/prof-membrane/plugin.video.sportschau 16 | Videos und livestreams of the German tv show Sportschau. 17 | This add-on fetches videos and livestreams from www.sportschau.de. Most of the streams are geolocked to Germany. 18 | Videos und Livesendungnen der Sportschau. 19 | Dieses Add-on bietet Zugriff auf Videos und Livestreams von www.sportschau.de. Fast alle Streams sind nur aus Deutschland erreichbar. 20 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 21 | 22 | 23 | -------------------------------------------------------------------------------- /plugin.video.sportschau/changelog-1.1.0.txt: -------------------------------------------------------------------------------- 1 | 1.1.0 2 | - Misc improvements 3 | - Code cleanup 4 | 1.0.0 5 | - Code cleanup -------------------------------------------------------------------------------- /plugin.video.sportschau/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.sportschau/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.sportschau/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.sportschau/icon.png -------------------------------------------------------------------------------- /plugin.video.sportschau/plugin.video.sportschau-1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.sportschau/plugin.video.sportschau-1.1.0.zip -------------------------------------------------------------------------------- /plugin.video.srmediathek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/plugin.video.srmediathek 15 | This is an add-on for http://sr-mediathek.de/. 16 | This add-on provides access to the German VOD platform http://sr-mediathek.de/. 17 | Sendebeiträge der SR Mediathek. 18 | Dieses Add-on bietet Zugriff auf die Bibliothek des SR. Zur Auswahl stehen vorallem Reportagen. 19 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugin.video.srmediathek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.srmediathek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.srmediathek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.srmediathek/icon.png -------------------------------------------------------------------------------- /plugin.video.srmediathek/plugin.video.srmediathek-2.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.srmediathek/plugin.video.srmediathek-2.0.0.zip -------------------------------------------------------------------------------- /plugin.video.swrmediathek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/plugin.video.swrmediathek 15 | This is an add-on for http://swrmediathek.de/index.htm. 16 | This add-on provides access to the German VOD platform http://swrmediathek.de/index.htm. The content is only accessable from Germany. 17 | Sendebeiträge der SWR Mediathek. 18 | Dieses Add-on bietet Zugriff auf die Bibliothek des SWR. Zur Auswahl stehen unter anderem Dokumentationen und Serien. 19 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugin.video.swrmediathek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.swrmediathek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.swrmediathek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.swrmediathek/icon.png -------------------------------------------------------------------------------- /plugin.video.swrmediathek/plugin.video.swrmediathek-1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.swrmediathek/plugin.video.swrmediathek-1.1.0.zip -------------------------------------------------------------------------------- /plugin.video.unithek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | video 22 | 23 | 24 | all 25 | de 26 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 27 | https://github.com/prof-membrane/plugin.video.unithek 28 | This is an add-on for German TV broadcasters. 29 | This add-on provides access to the German VOD platforms of 3sat, ARD, Arte, BR, Das Erste, HR, KiKa, MDR, NDR, SR, SWR, WDR and ZDF. 30 | Sendebeiträge von vielen Mediatheken des öffentlich rechtlichen Fernsehens. 31 | Dieses Add-on vereint die Mediatheken von 3sat, ARD, Arte, BR, Das Erste, HR, KiKa, MDR, NDR, SR, SWR, WDR und ZDF. Dies ermöglicht einen besseren und einfacheren Zugang auf die Beiträge von 20 öffentlich rechtlichen Sendern. 32 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 33 | 34 | 35 | -------------------------------------------------------------------------------- /plugin.video.unithek/changelog-1.2.3.txt: -------------------------------------------------------------------------------- 1 | 1.2.3 2 | - Added NDR Search 3 | 1.2.2 4 | - Added SR search 5 | 1.2.1 6 | - Added multiple search channels 7 | - Bumped required dependency versions 8 | 1.2.0 9 | - Version bump 10 | 1.1.2 11 | - Added KiKa to A-Z 12 | 1.1.1 13 | - Added detailed search 14 | 1.1.0 15 | - The add-on uses a cached list for all available shows (from 3sat, ARD, Arte, BR, Das Erste, MDR, NDR, SR, SWR, WDR, ZDF) 16 | 1.0.2 17 | - Added MDR+ 18 | 1.0.1 19 | - Added Arte 20 | 1.0.0 21 | - Added fanart 22 | - Added thumbnail 23 | - Added description 24 | 0.3.3 25 | - Code cleanup 26 | 0.3.2 27 | - Added support for HR and MDR Mediathek 28 | 0.3.1 29 | - Added support for NDR Mediathek 30 | - Added support for ordering tv shows/episodes 31 | 0.3.0 32 | - Added support for 3sat, BR, Das Erste, SR, SWR and WDR Mediathek 33 | - Reworked support for ARD and ZDF 34 | - Added threading to improve load times -------------------------------------------------------------------------------- /plugin.video.unithek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.unithek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.unithek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.unithek/icon.png -------------------------------------------------------------------------------- /plugin.video.unithek/plugin.video.unithek-1.2.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.unithek/plugin.video.unithek-1.2.3.zip -------------------------------------------------------------------------------- /plugin.video.wdrmaus/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | video 10 | 11 | 12 | all 13 | de 14 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 15 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 16 | 17 | 18 | -------------------------------------------------------------------------------- /plugin.video.wdrmaus/changelog-0.0.1.txt: -------------------------------------------------------------------------------- 1 | 0.0.1 2 | - Initial release -------------------------------------------------------------------------------- /plugin.video.wdrmaus/plugin.video.wdrmaus-0.0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.wdrmaus/plugin.video.wdrmaus-0.0.1.zip -------------------------------------------------------------------------------- /plugin.video.wdrmediathek/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/plugin.video.wdrmediathek 15 | View videos from the German tv broadcaster "WDR". 16 | This add-on lists the videos of the WDR Mediathek (www1.wdr.de/mediathek/video). Videos may be geolocked. 17 | Die Mediathek des WDR. 18 | Dieses Add-on bietet Zugriff auf die Mediathek des WDR. Hier gibt es Nachrichten, Dokumentationen und andere Beiträge. 19 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugin.video.wdrmediathek/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.wdrmediathek/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.wdrmediathek/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.wdrmediathek/icon.png -------------------------------------------------------------------------------- /plugin.video.wdrmediathek/plugin.video.wdrmediathek-1.2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.wdrmediathek/plugin.video.wdrmediathek-1.2.0.zip -------------------------------------------------------------------------------- /plugin.video.wdrrockpalast/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | video 10 | 11 | 12 | all 13 | de 14 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 15 | https://github.com/prof-membrane/plugin.video.wdrrockpalast 16 | This add-on lists all videos of the WDR Rockpalast. 17 | This is a video add-on for the WDR Rockpalast (www1.wdr.de/mediathek/video/sendungen/rockpalast/rockpalast-106.html). The content may be geolocked. 18 | Dies ist ein Video Add-on für den WDR Rockpalast. 19 | Dieses Add-on listet alle Videos vom WDR Rockpalast (www1.wdr.de/mediathek/video/sendungen/rockpalast/rockpalast-106.html). Die Inhalte sind unter Umständen nur aus Deutschland erreichbar. 20 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 21 | 22 | 23 | -------------------------------------------------------------------------------- /plugin.video.wdrrockpalast/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.wdrrockpalast/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.wdrrockpalast/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.wdrrockpalast/icon.png -------------------------------------------------------------------------------- /plugin.video.wdrrockpalast/plugin.video.wdrrockpalast-1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.wdrrockpalast/plugin.video.wdrrockpalast-1.1.0.zip -------------------------------------------------------------------------------- /plugin.video.worldcup18_de/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 15 | 16 | 17 | -------------------------------------------------------------------------------- /plugin.video.worldcup18_de/plugin.video.worldcup18_de-0.0.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.worldcup18_de/plugin.video.worldcup18_de-0.0.3.zip -------------------------------------------------------------------------------- /plugin.video.worldcup18_de_leia/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 15 | 16 | 17 | -------------------------------------------------------------------------------- /plugin.video.worldcup18_de_leia/plugin.video.worldcup18_de_leia-0.0.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.worldcup18_de_leia/plugin.video.worldcup18_de_leia-0.0.4.zip -------------------------------------------------------------------------------- /plugin.video.zdf_de_lite/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | video 9 | 10 | 11 | all 12 | de 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/plugin.video.zdfmediathek 15 | Watch videos on demand from the ZDF Mediathek. 16 | Watch videos on demand from the ZDF Mediathek. 17 | Videos aus der Mediathek des ZDF 18 | Dieses Add-on bietet Zugriff auf die Inhalte der ZDF Mediathek. Vergangene Serien, Filme und Nachrichten der Sender ZDF, ZDF Info und ZDF Neo können hier abgerufen werden. 19 | Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell. 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugin.video.zdf_de_lite/fanart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.zdf_de_lite/fanart.jpg -------------------------------------------------------------------------------- /plugin.video.zdf_de_lite/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.zdf_de_lite/icon.png -------------------------------------------------------------------------------- /plugin.video.zdf_de_lite/plugin.video.zdf_de_lite-4.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.zdf_de_lite/plugin.video.zdf_de_lite-4.1.0.zip -------------------------------------------------------------------------------- /plugin.video.zdftivi/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | video 10 | 11 | 12 | all 13 | de 14 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 15 | 16 | 17 | -------------------------------------------------------------------------------- /plugin.video.zdftivi/plugin.video.zdftivi-1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/plugin.video.zdftivi/plugin.video.zdftivi-1.0.0.zip -------------------------------------------------------------------------------- /repo_prep.py: -------------------------------------------------------------------------------- 1 | script_name = "repo_prep.py" 2 | revision_number = 5 3 | homepage = 'http://forum.xbmc.org/showthread.php?tid=129401' 4 | script_credits = 'All code copyleft (GNU GPL v3) by Unobtanium @ XBMC Forums' 5 | 6 | """ 7 | Please bump the version number one decimal point and add your name to credits when making changes. 8 | 9 | This is an: 10 | - addons.xml generator 11 | - addons.xml.md5 generator 12 | - optional auto-compressor (including handling of icons, fanart and changelog) 13 | 14 | Compression of addons in repositories has many benefits, including: 15 | - Protects addon downloads from corruption. 16 | - Smaller addon filesize resulting in faster downloads and less space / bandwidth used on the repository. 17 | - Ability to "roll back" addon updates in XBMC to previous versions. 18 | 19 | To enable the auto-compressor, set the compress_addons setting to True 20 | NOTE: the settings.py of repository aggregator will override this setting. 21 | If you do this you must make sure the "datadir zip" parameter in the addon.xml of your repository file is set to "true". 22 | """ 23 | import os 24 | import shutil 25 | import md5 26 | import zipfile 27 | import re 28 | 29 | ########## SETTINGS 30 | # Set whether you want your addons compressed or not. Values are True or False 31 | # NOTE: the settings.py of repository aggregator will override this 32 | compress_addons = True 33 | 34 | #Optional set a custom directory of where your addons are. False will use the current directory. 35 | # NOTE: the settings.py of repository aggregator will override this 36 | repo_root = False 37 | ########## End SETTINGS 38 | 39 | # check if repo-prep.py is being run standalone or called from another python file 40 | if __name__ == "__main__": standalone = True 41 | else: standalone = False 42 | 43 | # this 'if' block adds support for the repo aggregator script 44 | # set the repository's root folder here, if the script user has not set a custom path. 45 | if standalone: 46 | if repo_root == False: repo_root = os.getcwd() 47 | print script_name + ' v' + str(revision_number) 48 | print script_credits 49 | print 'Homepage and updates: ' + homepage 50 | print ' ' 51 | 52 | else: 53 | #so that we can import stuff from parent dir (settings) 54 | import sys 55 | sys.path.append('..') 56 | 57 | import settings 58 | repo_root = settings.aggregate_repo_path 59 | # use repository aggregator settings.py to determine whether to compress 60 | compress_addons = settings.compress_addons 61 | 62 | 63 | def is_addon_dir( addon ): 64 | # this function is used by both classes. 65 | # very very simple and weak check that it is an addon dir. 66 | # intended to be fast, not totally accurate. 67 | # skip any file or .svn folder 68 | if not os.path.isdir( addon ) or addon == ".svn": return False 69 | else: return True 70 | 71 | 72 | class Generator: 73 | """ 74 | Generates a new addons.xml file from each addons addon.xml file 75 | and a new addons.xml.md5 hash file. Must be run from the root of 76 | the checked-out repo. Only handles single depth folder structure. 77 | """ 78 | def __init__( self ): 79 | 80 | #paths 81 | self.addons_xml = os.path.join( repo_root, "addons.xml" ) 82 | self.addons_xml_md5 = os.path.join( repo_root, "addons.xml.md5" ) 83 | 84 | # call master function 85 | self._generate_addons_files() 86 | 87 | def _generate_addons_files( self ): 88 | # addon list 89 | addons = os.listdir( repo_root ) 90 | 91 | # final addons text 92 | addons_xml = u"\n\n" 93 | 94 | found_an_addon = False 95 | 96 | # loop thru and add each addons addon.xml file 97 | for addon in addons: 98 | try: 99 | # skip any file or .svn folder 100 | if is_addon_dir( addon ): 101 | 102 | # create path 103 | _path = os.path.join( addon, "addon.xml" ) 104 | 105 | if os.path.exists(_path): found_an_addon = True 106 | 107 | # split lines for stripping 108 | xml_lines = open( _path, "r" ).read().splitlines() 109 | 110 | # new addon 111 | addon_xml = "" 112 | 113 | # loop thru cleaning each line 114 | for line in xml_lines: 115 | # skip encoding format line 116 | if ( line.find( "= 0 ): continue 117 | # add line 118 | addon_xml += unicode( line.rstrip() + "\n", "UTF-8" ) 119 | 120 | # we succeeded so add to our final addons.xml text 121 | addons_xml += addon_xml.rstrip() + "\n\n" 122 | 123 | except Exception, e: 124 | # missing or poorly formatted addon.xml 125 | print "Excluding %s for %s" % ( _path, e, ) 126 | 127 | # clean and add closing tag 128 | addons_xml = addons_xml.strip() + u"\n\n" 129 | 130 | # only generate files if we found an addon.xml 131 | if found_an_addon: 132 | # save files 133 | self._save_file( addons_xml.encode( "UTF-8" ), self.addons_xml ) 134 | self._generate_md5_file() 135 | 136 | # notify user 137 | print "Updated addons xml and addons.xml.md5 files" 138 | else: print "Could not find any addons, so script has done nothing." 139 | 140 | 141 | 142 | 143 | def _generate_md5_file( self ): 144 | try: 145 | # create a new md5 hash 146 | m = md5.new( open( self.addons_xml ).read() ).hexdigest() 147 | 148 | # save file 149 | self._save_file( m, self.addons_xml_md5 ) 150 | 151 | except Exception, e: 152 | # oops 153 | print "An error occurred creating addons.xml.md5 file!\n%s" % ( e, ) 154 | 155 | def _save_file( self, data, the_path ): 156 | try: 157 | 158 | # write data to the file 159 | open( the_path, "w" ).write( data ) 160 | 161 | except Exception, e: 162 | # oops 163 | print "An error occurred saving %s file!\n%s" % ( the_path, e, ) 164 | 165 | 166 | 167 | class Compressor: 168 | 169 | def __init__( self ): 170 | # variables used later on 171 | self.addon_name = None 172 | self.addon_path = None 173 | self.addon_folder_contents = None 174 | self.addon_xml = None 175 | self.addon_version_number = None 176 | self.addon_zip_path = None 177 | 178 | # run the master method of the class, when class is initialised. 179 | # only do so if we want addons compressed. 180 | if compress_addons: self.master() 181 | 182 | def master( self ): 183 | mydir = os.listdir( repo_root ) 184 | for addon in mydir: 185 | 186 | # set variables 187 | self.addon_name = str(addon) 188 | self.addon_path = os.path.join( repo_root, addon ) 189 | 190 | # skip any file or .svn folder. 191 | if is_addon_dir( self.addon_path ): 192 | 193 | # set another variable 194 | self.addon_folder_contents = os.listdir( self.addon_path ) 195 | 196 | # check if addon has a current zipped release in it. 197 | addon_zip_exists = self._get_zipped_addon_path() 198 | 199 | # checking for addon.xml and try reading it. 200 | addon_xml_exists = self._read_addon_xml() 201 | 202 | # generator class relies on addon.xml being in release folder. so if need be, fix a zipped addon release folder lacking an addon.xml 203 | if addon_zip_exists: 204 | if not addon_xml_exists: 205 | # extract the addon_xml from the zip archive into the addon release folder. 206 | self._extract_addon_xml_to_release_folder() 207 | 208 | else: 209 | if addon_xml_exists: 210 | # now addon.xml has been read, scrape version number from it. we need this when naming the zip (and if it exists the changelog) 211 | self._read_version_number() 212 | print 'Create compressed addon release for -- ' + self.addon_name + ' v' + self.addon_version_number 213 | self._create_compressed_addon_release() 214 | 215 | def _get_zipped_addon_path( self ): 216 | # get name of addon zip file. returns False if not found. 217 | for the_file in self.addon_folder_contents: 218 | if '.zip' in the_file: 219 | if ( self.addon_name + '-') in the_file: 220 | self.addon_zip_path = os.path.join ( self.addon_path, the_file ) 221 | return True 222 | # if loop is not broken by returning the addon path, zip was not found so return False 223 | self.addon_zip_path = None 224 | return False 225 | 226 | def _extract_addon_xml_to_release_folder(): 227 | the_zip = zipfile.ZipFile( self.addon_zip_path, 'r' ) 228 | for filename in the_zip.namelist(): 229 | if filename.find('addon.xml'): 230 | the_zip.extract( filename, self.addon_path ) 231 | break 232 | 233 | def _recursive_zipper( self, dir, zip_file ): 234 | #initialize zipping module 235 | zip = zipfile.ZipFile( zip_file, 'w', compression=zipfile.ZIP_DEFLATED ) 236 | 237 | # get length of characters of what we will use as the root path 238 | root_len = len( os.path.dirname(os.path.abspath(dir)) ) 239 | 240 | #recursive writer 241 | for root, dirs, files in os.walk(dir): 242 | 243 | # subtract the source file's root from the archive root - ie. make /Users/me/desktop/zipme.txt into just /zipme.txt 244 | archive_root = os.path.abspath(root)[root_len:] 245 | 246 | for f in files: 247 | fullpath = os.path.join( root, f ) 248 | archive_name = os.path.join( archive_root, f ) 249 | zip.write( fullpath, archive_name, zipfile.ZIP_DEFLATED ) 250 | zip.close() 251 | 252 | def _create_compressed_addon_release( self ): 253 | # create a zip of the addon into repo root directory, tagging it with '-x.x.x' release number scraped from addon.xml 254 | zipname = self.addon_name + '-' + self.addon_version_number + '.zip' 255 | zippath = os.path.join( repo_root, zipname ) 256 | 257 | # zip full directories 258 | self._recursive_zipper( self.addon_path , zippath ) 259 | 260 | # now move the zip into the addon folder, which we will now treat as the 'addon release directory' 261 | os.rename( zippath, os.path.join( self.addon_path, zipname ) ) 262 | 263 | # in the addon release directory, delete every file apart from addon.xml, changelog, fanart, icon and the zip we just constructed. also rename changelog. 264 | for the_file in self.addon_folder_contents: 265 | 266 | the_path = os.path.join( self.addon_path, the_file ) 267 | 268 | # delete directories 269 | if not os.path.isfile( the_path ): 270 | shutil.rmtree( the_path ) 271 | 272 | # list of files we specifically need to retain for the addon release folder (folder containing the zip 273 | elif not ( ('addon.xml' in the_file) or ('hangelog' in the_file) or ('fanart' in the_file) or ('icon' in the_file) or (zipname in the_file)): 274 | os.remove( the_path ) 275 | 276 | # tag the changelog with '-x.x.x' release number 277 | elif 'hangelog' in the_file: # hangelog so that it is detected irrespective of whether C is capitalised 278 | changelog = 'changelog-' + self.addon_version_number + '.txt' 279 | os.rename( the_path, os.path.join( self.addon_path, changelog ) ) 280 | 281 | def _read_addon_xml( self ): 282 | # check for addon.xml and try and read it. 283 | addon_xml_path = os.path.join( self.addon_path, 'addon.xml' ) 284 | if os.path.exists( addon_xml_path ): 285 | 286 | # load whole text into string 287 | f = open( addon_xml_path, "r") 288 | self.addon_xml = f.read() 289 | f.close() 290 | 291 | # return True if we found and read the addon.xml 292 | return True 293 | # return False if we couldn't find the addon.xml 294 | else: return False 295 | 296 | def _read_version_number( self ): 297 | # find the header of the addon. 298 | headers = re.compile( "\", re.DOTALL ).findall( self.addon_xml ) 299 | 300 | for header in headers: 301 | 302 | #if this is the header for the addon, proceed 303 | if self.addon_name in header: 304 | # clean line of quotation characters so that it is easier to read. 305 | header = re.sub( '"','', header ) 306 | header = re.sub( "'",'', header ) 307 | 308 | # scrape the version number from the line 309 | self.addon_version_number = (( re.compile( "version\=(.+?) " , re.DOTALL ).findall( header ) )[0]).strip() 310 | 311 | 312 | 313 | def execute(): 314 | Compressor() 315 | Generator() 316 | 317 | # standalone is equivalent of if name == main 318 | if standalone: execute() 319 | 320 | -------------------------------------------------------------------------------- /repository.membrane.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/repository.membrane.zip -------------------------------------------------------------------------------- /script.common.orevent/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | all 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /script.common.orevent/script.common.orevent-0.0.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.common.orevent/script.common.orevent-0.0.2.zip -------------------------------------------------------------------------------- /script.module.lib3sat/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | all 14 | Scraper library for the 3sat Mediathek http://www.3sat.de/mediathek/. 15 | Scraper library for the 3sat Mediathek http://www.3sat.de/mediathek/. 16 | 17 | 18 | -------------------------------------------------------------------------------- /script.module.lib3sat/changelog-1.2.0.txt: -------------------------------------------------------------------------------- 1 | 1.2.0 2 | - Version bump 3 | 1.1.0 4 | - Misc improvements 5 | 1.0.1 6 | - Removed xbmc* dependencies 7 | 1.0.0 8 | - Added Krypton workaround for searches 9 | 0.2.5 10 | - Code cleanup 11 | 0.2.4 12 | - Fixed search 13 | 0.2.3 14 | - Small fixes 15 | 0.2.2 16 | - Improved date search 17 | - Small fixes 18 | 0.2.1 19 | - Switched to new libMediathek infrastructure 20 | 0.2.0 21 | - Search added 22 | 0.1.0 23 | - Added the usual categories 24 | - Switched to the xmlservice interface 25 | 0.0.1 26 | - Initial release -------------------------------------------------------------------------------- /script.module.lib3sat/script.module.lib3sat-1.2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.lib3sat/script.module.lib3sat-1.2.0.zip -------------------------------------------------------------------------------- /script.module.libard/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | all 14 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 15 | https://github.com/prof-membrane/script.module.libard 16 | This is a scraper for http://www.ardmediathek.de/tv. 17 | This is a scraper for http://www.ardmediathek.de/tv. 18 | 19 | 20 | -------------------------------------------------------------------------------- /script.module.libard/changelog-5.1.1.txt: -------------------------------------------------------------------------------- 1 | 5.1.1 2 | - Disabled inputstream.adaptive for WDR streams 3 | 5.1.0 4 | - Version bump 5 | 1.1.0 6 | - Fetching videos from JSON interface 7 | - Code cleanup 8 | 1.0.1 9 | - Removed xbmc* dependencies 10 | 1.0.0 11 | - Code cleanup 12 | 0.4.3 13 | - Code cleanup 14 | 0.4.2 15 | - Improved date view 16 | 0.4.1 17 | - Added "Next page" function 18 | - Fetching "By date" from the JSON API now 19 | - Removed search for now 20 | 0.4.0 21 | - Renamed to libard 22 | - Moved to libmediathek3 23 | - Misc improvements 24 | 0.3.4 25 | - Fixed "New" section 26 | 0.3.3 27 | - Improved thumbnail support 28 | - Using a resolution of 1920x1080 for TV shows 29 | - Using a resolution of 384x216 for episodes 30 | 0.3.2 31 | - Improved PVR support 32 | 0.3.1 33 | - Misc fixes 34 | 0.3.0 35 | - Added EM 2016 Special 36 | - Improved lots functions 37 | 0.2.3 38 | - Added support for FSK ratings 39 | - Improved tags for subtitles 40 | - Improved tags for hearing impeded versions 41 | 0.2.2 42 | - Added accumulative lists 43 | - Added dir caching function 44 | 0.2.1 45 | - Prevent unwanted enties to show up -------------------------------------------------------------------------------- /script.module.libard/script.module.libard-5.1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libard/script.module.libard-5.1.1.zip -------------------------------------------------------------------------------- /script.module.libarte/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | This is a scraper for http://arte.tv. 14 | This is a scraper for http://arte.tv. 15 | 16 | 17 | -------------------------------------------------------------------------------- /script.module.libarte/changelog-1.0.2.txt: -------------------------------------------------------------------------------- 1 | 1.0.2 2 | - Fixed playback for some videos 3 | 1.0.1 4 | - Added search 5 | 1.0.0 6 | - Code cleanup 7 | - Improved language selection 8 | 0.1.3 9 | - Forced German audio track (for now) 10 | 0.1.2 11 | - Added themes 12 | 0.1.1 13 | - Removed xbmc* dependencies 14 | 0.1.0 15 | - Misc improvements 16 | 0.0.1 17 | - Initial release -------------------------------------------------------------------------------- /script.module.libarte/script.module.libarte-1.0.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libarte/script.module.libarte-1.0.2.zip -------------------------------------------------------------------------------- /script.module.libbr/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/script.module.libbr 15 | This is a scraper for the BR Mediathek (http://www.br.de/mediathek/video/index.html). 16 | This is a scraper for the BR Mediathek (http://www.br.de/mediathek/video/index.html). It uses the JSON API of the Android app. 17 | 18 | 19 | -------------------------------------------------------------------------------- /script.module.libbr/changelog-2.0.2.txt: -------------------------------------------------------------------------------- 1 | 2.0.2 2 | - Improved API calls 3 | 2.0.1 4 | - Added search function 5 | 2.0.0 6 | - Rewrote libbr to cover the new API 7 | 1.1.1 8 | - Temp fix 9 | 1.1.0 10 | - Code cleanup 11 | - Fixed list by date 12 | 1.0.1 13 | - Removed xbmc* dependencies 14 | - Fixed error when browsing the empty directory "Y" 15 | 1.0.0 16 | - Code cleanup 17 | 0.4.1 18 | - Code cleanup 19 | 0.4.0 20 | - Renamed to libbr 21 | - Misc fixes 22 | 0.3.3 23 | - Added "Most viewed" 24 | - Added subtitle support 25 | 0.3.2 26 | - Fixed exception when viewing empty shows 27 | 0.3.1 28 | - Added search 29 | 0.3.0 30 | - Improved thumbnail support 31 | - Improved metadata scraping 32 | - Added "next page" support 33 | 0.2.1 34 | - Added support for PVR ReLive ARD-Alpha 35 | - Added Search 36 | 0.2.0 37 | - Finalised support for a standalone add-on 38 | 0.1.0 39 | - Improved PVR support 40 | - Added code for a standalone add-on -------------------------------------------------------------------------------- /script.module.libbr/script.module.libbr-2.0.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libbr/script.module.libbr-2.0.2.zip -------------------------------------------------------------------------------- /script.module.libdaserste/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | all 14 | This is a scraper for the Das Erste Mediathek (http://mediathek.daserste.de/). 15 | This is a scraper for the Das Erste Mediathek (http://mediathek.daserste.de/). It uses the JSON interface of the Android app. 16 | 17 | 18 | -------------------------------------------------------------------------------- /script.module.libdaserste/changelog-1.1.1.txt: -------------------------------------------------------------------------------- 1 | 1.1.1 2 | - Added search 3 | 1.1.0 4 | - Refined video playback selection 5 | - Code cleanup 6 | 1.0.1 7 | - Removed xbmc* dependencies 8 | 1.0.0 9 | - Code cleanup 10 | 0.1.2 11 | - Code cleanup 12 | 0.1.1 13 | - Moved to webvtt subtitles 14 | 0.1.0 15 | - Misc Fixes 16 | 0.0.1 17 | - Initial release -------------------------------------------------------------------------------- /script.module.libdaserste/script.module.libdaserste-1.1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libdaserste/script.module.libdaserste-1.1.1.zip -------------------------------------------------------------------------------- /script.module.libhr/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/script.module.libhr 15 | This is a scraper for the HR Mediathek (http://www.hr-online.de/website/fernsehen/sendungen/). 16 | This is a scraper for the HR Mediathek (http://www.hr-online.de/website/fernsehen/sendungen/). 17 | 18 | 19 | -------------------------------------------------------------------------------- /script.module.libhr/changelog-1.9.0.txt: -------------------------------------------------------------------------------- 1 | 1.9.0 2 | - Code rewrite for the new website 3 | 1.1.0 4 | - Code cleanup 5 | 1.0.2 6 | - Added subtitle support 7 | 1.0.1 8 | - Fixed bug with date selection 9 | 1.0.0 10 | - Added support for subtitles 11 | - Code cleanup 12 | 0.0.2 13 | - Code cleanup 14 | - Jump into date view at start 15 | 0.0.1 16 | - Initial release -------------------------------------------------------------------------------- /script.module.libhr/script.module.libhr-1.9.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libhr/script.module.libhr-1.9.0.zip -------------------------------------------------------------------------------- /script.module.libkika/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/script.module.libkika 15 | This is a scraper for the KiKa Mediathek (http://www.kika.de). 16 | This is a scraper for the KiKa Mediathek (http://www.kika.de). 17 | 18 | 19 | -------------------------------------------------------------------------------- /script.module.libkika/changelog-2.0.0.txt: -------------------------------------------------------------------------------- 1 | 2.0.0 2 | - Rewrite for the recent API change 3 | 1.1.0 4 | - Code cleanup 5 | 1.0.1 6 | - Removed xbmc* dependencies 7 | - Fix for shows 8 | 1.0.0 9 | - Initial release -------------------------------------------------------------------------------- /script.module.libkika/script.module.libkika-2.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libkika/script.module.libkika-2.0.0.zip -------------------------------------------------------------------------------- /script.module.libmdr/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/script.module.libmdr 15 | This is a scraper for the MDR Mediathek (http://www.mdr.de/mediathek/index.html). 16 | This is a scraper for the MDR Mediathek (http://www.mdr.de/mediathek/index.html). 17 | 18 | 19 | -------------------------------------------------------------------------------- /script.module.libmdr/changelog-1.1.2.txt: -------------------------------------------------------------------------------- 1 | 1.1.2 2 | - Added "Search" 3 | - Readded "New" 4 | 1.1.1 5 | - Removed "New" 6 | 1.1.0 7 | - Code cleanup 8 | 1.0.1 9 | - Removed xbmc* dependencies 10 | 1.0.0 11 | - Code cleanup 12 | 0.3.2 13 | - Code cleanup 14 | 0.3.1 15 | - Added duration to "By date" entries 16 | 0.3.0 17 | - Added "By date" entry 18 | - Misc improvements 19 | 0.2.1 20 | - Improved thumbnail fetching 21 | - Small improvements 22 | 0.2.0 23 | - Renamed to libmdr 24 | - Fixed AZ 25 | 0.1.0 26 | - Upgraded to libmediathek3 27 | - Fixed some parsing errors 28 | 0.0.1 29 | - Initial release -------------------------------------------------------------------------------- /script.module.libmdr/script.module.libmdr-1.1.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libmdr/script.module.libmdr-1.1.2.zip -------------------------------------------------------------------------------- /script.module.libmediathek3/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | all 12 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 13 | https://github.com/prof-membrane/plugin.video.libmediathek3 14 | Supplementary lib for Mediathek add-ons. 15 | This lib is a mini framework. It is used in following "Mediathek" Scrapers: 3sat, ARD, BR, Das Erste, MDR, SR, SWR, WDR, ZDF. It is also used in the add-ons Funk Mediathek, NHL Videocenter and Phoenix Mediathek. 16 | 17 | 18 | -------------------------------------------------------------------------------- /script.module.libmediathek3/changelog-1.5.3.txt: -------------------------------------------------------------------------------- 1 | 1.5.3 2 | - Using inputstream for HLS 3 | 1.5.2 4 | - Added customprops 5 | 1.5.1 6 | - Add methode for video headers 7 | 1.5.0 8 | - Code cleanup 9 | 1.4.1 10 | - Code cleanup 11 | 1.4.0 12 | - Code cleanup 13 | - Added POST support 14 | 1.3.8 15 | - Enhanced ttml support 16 | 1.3.7 17 | - Added support for epoch tag 18 | 1.3.6 19 | - Added support dor DASH streams 20 | 1.3.5 21 | - Added support for add-on specific translations 22 | - Added functions endOfDirectory, pathAddon 23 | 1.3.4 24 | - Refined videos selection for multi language streams 25 | - Added support for multi bitrate mp4 streams 26 | 1.3.3 27 | - Added Dutch translation (thanks Stiruam14) 28 | 1.3.2 29 | - Added support for additional metadata when playing a video 30 | 1.3.1 31 | - Fixed problem with predefined directories 32 | 1.3.0 33 | - Added workaround for Krypton caching quirks 34 | 1.2.9 35 | - Code cleanup 36 | 1.2.8 37 | - Skipping duplicated entries 38 | 1.2.7 39 | - Improved TTML support 40 | 1.2.6 41 | - Added support for WebVTT subtitles 42 | 1.2.5 43 | - Fixed bug in the time handling 44 | - Added url request retry 45 | 1.2.4 46 | - Added yyyymmdd param to the predefined date directory 47 | - Added support to order the page items 48 | 1.2.3 49 | - Added SSL workaround 50 | 1.2.2 51 | - Fixed problem with picking dates 52 | 1.2.1 53 | - Added date selection 54 | - Moved to strings.po 55 | 1.2.0 56 | - Code cleanup 57 | 1.1.16 58 | - Added support for external headers in the function getUrl(url) 59 | 1.1.15 60 | - Added internal "play" support 61 | 1.1.14 62 | - Added rating 63 | 1.1.13 64 | - Added support for ISO8601 dates 65 | 1.1.12 66 | - Added support for clips 67 | 1.1.11 68 | - Added support for posters 69 | 1.1.10 70 | - Small improvements 71 | 1.1.9 72 | - Restructuring the interface 73 | 1.1.8 74 | - Added ttml to srt converter 75 | 1.1.7 76 | - Minor changes 77 | 1.1.6 78 | - Added support for show name 79 | - Added support for channel name 80 | - Added support for episode numbers 81 | - Added support for season numbers 82 | - Added support for aired date 83 | 1.1.5 84 | - Improved art support 85 | - Added support for viewmodes 86 | 1.1.4 87 | - Added mode for listing shows by date 88 | 1.1.3 89 | - Added support to ignore letters when calling "populateDirAZ" 90 | 1.1.2 91 | - Fixed "Next page" 92 | 1.1.1 93 | - Misc improvements 94 | 1.1.0 95 | - Added a way to build dirs "date" and "AZ" 96 | 1.0.6 97 | - Small fix for empty dirs 98 | 1.0.5 99 | - extended codebase 100 | 1.0.4 101 | - Fixed unicode error 102 | - Fixed view bug 103 | 1.0.3 104 | - Added support for accumulative lists 105 | - Added support for caching the current directory 106 | 1.0.2 107 | - Cleaning up HTML strings (e.g. "&" -> "&") 108 | 1.0.1 109 | - Added support for next page items 110 | 1.0.0 111 | - Initial release -------------------------------------------------------------------------------- /script.module.libmediathek3/script.module.libmediathek3-1.5.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libmediathek3/script.module.libmediathek3-1.5.3.zip -------------------------------------------------------------------------------- /script.module.libndr/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | This as a scraper for the NDR Mediathek (https://www.ndr.de/mediathek/). 14 | This as a scraper for the NDR Mediathek (https://www.ndr.de/mediathek/). 15 | 16 | 17 | -------------------------------------------------------------------------------- /script.module.libndr/changelog-1.1.2.txt: -------------------------------------------------------------------------------- 1 | 1.1.2 2 | - Added search 3 | 1.1.1 4 | - Fixed the AZ listing 5 | 1.1.0 6 | - Fixed error in some plots 7 | 1.0.3 8 | - Added subtitle support 9 | 1.0.2 10 | - Removed xbmc* dependencies 11 | 1.0.1 12 | - Added regional videos in "list by date" 13 | 1.0.0 14 | - Code cleanup 15 | 0.1.1 16 | - Code cleanup 17 | 0.1.0 18 | - Added shows entry 19 | - Misc improvements 20 | 0.0.1 21 | - Initial release -------------------------------------------------------------------------------- /script.module.libndr/script.module.libndr-1.1.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libndr/script.module.libndr-1.1.2.zip -------------------------------------------------------------------------------- /script.module.libservus/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | This is a scraper for content of ServusTV. 14 | 15 | 16 | -------------------------------------------------------------------------------- /script.module.libservus/changelog-0.0.2.txt: -------------------------------------------------------------------------------- 1 | 0.0.2 2 | - Switched to libmediathek3 3 | 0.0.1 4 | - Initial release -------------------------------------------------------------------------------- /script.module.libservus/script.module.libservus-0.0.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libservus/script.module.libservus-0.0.2.zip -------------------------------------------------------------------------------- /script.module.libsr/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/script.module.libsr 15 | This is a scraper for the SR Mediathek (http://www.sr-mediathek.de/). 16 | This is a scraper for the SR Mediathek (http://www.sr-mediathek.de/). It uses the HbbTV JSON API. 17 | 18 | 19 | -------------------------------------------------------------------------------- /script.module.libsr/changelog-2.0.0.txt: -------------------------------------------------------------------------------- 1 | 2.0.0 2 | - Rewrite to use the new API 3 | 1.1.0 4 | - Version bump 5 | 1.0.2 6 | - Removing xbmc* dependencies 7 | 1.0.1 8 | - Fixed "list by date" 9 | 1.0.0 10 | - Fixed "list by date" 11 | - Code cleanup 12 | 0.1.3 13 | - Code cleanup 14 | 0.1.2 15 | - Fixed "list by date" 16 | 0.1.1 17 | - Small fixes 18 | 0.1.0 19 | - Switched to libmediathek3 20 | - Various cleanups 21 | 0.0.2 22 | - Fixed error in "date" 23 | 0.0.1 24 | - Initial release -------------------------------------------------------------------------------- /script.module.libsr/script.module.libsr-2.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libsr/script.module.libsr-2.0.0.zip -------------------------------------------------------------------------------- /script.module.libswr/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | This is a scraper for the SWR Mediathek (http://swrmediathek.de/). 14 | This is a scraper for the SWR Mediathek (http://swrmediathek.de/). It uses the mobile webpages. 15 | 16 | 17 | -------------------------------------------------------------------------------- /script.module.libswr/changelog-1.1.0.txt: -------------------------------------------------------------------------------- 1 | 1.1.0 2 | - Fixed playback 3 | 1.0.3 4 | - Fixed issue raised by missing thumbnails 5 | 1.0.2 6 | - Fixed search 7 | 1.0.1 8 | - Removed xbmc* dependencies 9 | 1.0.0 10 | - Code cleanup 11 | - Added support for audio streams 12 | 0.2.1 13 | - Code cleanup 14 | 0.2.0 15 | - Upgraded to libmediathek3 16 | - Renamed to libswr 17 | 0.1.1 18 | - Fix for some shows 19 | 0.1.0 20 | - Added search 21 | 0.0.1 22 | - Initial release -------------------------------------------------------------------------------- /script.module.libswr/script.module.libswr-1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libswr/script.module.libswr-1.1.0.zip -------------------------------------------------------------------------------- /script.module.libwdr/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/script.module.libWdr 15 | This is a scraper for content of the German broadcaster "WDR". 16 | This is a scraper for content of the German broadcaster "WDR". 17 | 18 | 19 | -------------------------------------------------------------------------------- /script.module.libwdr/changelog-1.2.0.txt: -------------------------------------------------------------------------------- 1 | 1.2.0 2 | - Moved to a other, more complete API 3 | 1.1.4 4 | - Disabled inputstream.adaptive for now 5 | 1.1.3 6 | - Blacklisted "WDR Maus" 7 | 1.1.2 8 | - Fixed playback 9 | 1.1.1 10 | - Fixed playback 11 | 1.1.0 12 | - Version bump 13 | 1.0.6 14 | - Fix for videos without subtitles 15 | 1.0.5 16 | - Added subtitle support for newer videos 17 | 1.0.4 18 | - Wrote fix for incomplete URLs deliverd by the WDR 19 | 1.0.3 20 | - Added support to play .js urls 21 | 1.0.2 22 | - Added support for metadata field "TTL" 23 | 1.0.1 24 | - Misc improvements 25 | 1.0.0 26 | - Misc improvements 27 | 0.0.1 28 | - Initial release -------------------------------------------------------------------------------- /script.module.libwdr/script.module.libwdr-1.2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libwdr/script.module.libwdr-1.2.0.zip -------------------------------------------------------------------------------- /script.module.libzdf/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 14 | https://github.com/prof-membrane/script.module.libzdf 15 | This is a scraper for the ZDF Mediathek (http://www.zdf.de). 16 | This is a scraper for the ZDF Mediathek (http://www.zdf.de). 17 | 18 | 19 | -------------------------------------------------------------------------------- /script.module.libzdf/changelog-2.1.8.txt: -------------------------------------------------------------------------------- 1 | 2.1.8 2 | - Enables Tivi listing 3 | 2.1.7 4 | - Added function to play by id 5 | 2.1.6 6 | - Loading API keys from website now 7 | 2.1.5 8 | - Changed API keys again 9 | 2.1.4 10 | - Changed API keys again 11 | 2.1.3 12 | - Changed API keys again 13 | 2.1.2 14 | - Changed API keys again 15 | 2.1.1 16 | - Changed API keys again 17 | 2.1.0 18 | - Code cleanup 19 | - Changed API keys 20 | 2.0.4 21 | - Removed xbmc* dependencies 22 | 2.0.3 23 | - Fixed error with video entries without url 24 | 2.0.2 25 | - Added second API key for some directories 26 | 2.0.1 27 | - Changed API key 28 | 2.0.0 29 | - Code cleanup 30 | 1.10.6 31 | - Code cleanup 32 | 1.10.5 33 | - Disabled WebVTT subtitles for now 34 | 1.10.4 35 | - Removed 3sat 36 | 1.10.3 37 | - Added "Most viewed" shortcut for the unithek 38 | 1.10.2 39 | - Removed relict that required libMediathek 40 | 1.10.1 41 | - Fixed "By date" 42 | - Added search by date 43 | 1.10.0 44 | - Upgraded to libmediathek3 45 | - changed name to libzdf 46 | - Fixed some API quirks 47 | 1.9.5 48 | - Improvements for external cals 49 | 1.9.4 50 | - Added function to get the m3u8 from the html 51 | 1.9.3 52 | - Added "Search" 53 | - Removed unused modules 54 | - Cleaned up the add-on 55 | 1.9.2 56 | - Fixed error 57 | 1.9.1 58 | - Added "Shows by date" 59 | 1.9.0 60 | - Rewrote everything to use the new JSON API 61 | - Switched ro libMediathek2 62 | - Using Gzip for url requests now 63 | 1.1.0 64 | - Added preparation for external xmlservice 65 | - Added support for show name 66 | - Added support for channel name 67 | - Added support for episode numbers 68 | - Added support for season numbers 69 | - Added support for aired date 70 | 1.0.6 71 | - Added subtitle support 72 | - Removed "Olympia 2016" special 73 | 1.0.5 74 | - Added thumbnails to "Olympia 2016" special 75 | - Impoved show thumbnails 76 | 1.0.4 77 | - Added "Olympia 2016" special 78 | - Removed "EM 2016" special 79 | 1.0.3 80 | - Improved PVR support 81 | 1.0.2 82 | - Added "EM 2016" special 83 | 1.0.1 84 | - Limited "New"/"Most viewed" to 150 entries 85 | - Switched to akkumulative lists 86 | - Switched to HLS only 87 | - RTMP streams are disabled (for now) 88 | - Various other fixes and improvements 89 | 1.0.0 90 | - Initial release -------------------------------------------------------------------------------- /script.module.libzdf/script.module.libzdf-2.1.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.libzdf/script.module.libzdf-2.1.8.zip -------------------------------------------------------------------------------- /script.module.mediathekxmlservice/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | Lib for XML framework of german public tv stations. 14 | Lib for XML framework of german public tv stations. 15 | 16 | 17 | -------------------------------------------------------------------------------- /script.module.mediathekxmlservice/changelog-1.1.1.txt: -------------------------------------------------------------------------------- 1 | 1.1.1 2 | - Added support for channel metadata 3 | 1.1.0 4 | - Code cleanup 5 | 1.0.2 6 | - Misc improvements 7 | 1.0.1 8 | - Code cleanup 9 | 1.0.0 10 | - Code cleanup 11 | 0.1.4 12 | - Code cleanup 13 | 0.1.3 14 | - Removed dependency "libMediathek" 15 | 0.1.2 16 | - Switched to libmediathek3 17 | - Misc fixes 18 | 0.1.1 19 | - Small fixes 20 | 0.1.0 21 | - Improved Code 22 | 0.0.1 23 | - Initial release -------------------------------------------------------------------------------- /script.module.mediathekxmlservice/script.module.mediathekxmlservice-1.1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.mediathekxmlservice/script.module.mediathekxmlservice-1.1.1.zip -------------------------------------------------------------------------------- /script.module.nexx/addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | all 13 | This is a service module for the API of the CMS provider Nexx. 14 | 15 | 16 | -------------------------------------------------------------------------------- /script.module.nexx/changelog-1.2.0.txt: -------------------------------------------------------------------------------- 1 | 1.2.0 2 | - Code cleanup 3 | 1.1.2 4 | - Improved playback token selection 5 | 1.1.1 6 | - Fixed playback token selection 7 | 1.1.0 8 | - Code cleanup 9 | 1.0.1 10 | - Code cleanup 11 | 0.1.0 12 | - Added full API features 13 | 0.0.2 14 | - Improved auth 15 | 0.0.1 16 | - Initial release -------------------------------------------------------------------------------- /script.module.nexx/script.module.nexx-1.2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prof-membrane/repository.membrane/8844d7b79b8ebc64afb385f91be7d4c88e225532/script.module.nexx/script.module.nexx-1.2.0.zip --------------------------------------------------------------------------------