dev: bump to 0.1.88.0-dev TMDb Helper Player, Metadaten-Fix, Menü-Icons, Filmpalast veeve
This commit is contained in:
@@ -19,9 +19,15 @@ Jedes Plugin implementiert:
|
||||
- `genres()`
|
||||
- `popular_series()`
|
||||
- `latest_episodes(page: int = 1)`
|
||||
- `latest_titles(page: int = 1)`
|
||||
- `titles_for_genre(genre: str)`
|
||||
- `titles_for_genre_page(genre: str, page: int)`
|
||||
- `titles_for_genre_group_page(...)` / `genre_has_more(...)` (Paging / Alphabet-Gruppen)
|
||||
- `years_available()` / `titles_for_year(year, page)`
|
||||
- `countries_available()` / `titles_for_country(country, page)`
|
||||
- `collections()` / `titles_for_collection(collection, page)`
|
||||
- `tags()` / `titles_for_tag(tag, page)`
|
||||
- `random_title()`
|
||||
- `stream_link_for(...)`
|
||||
- `stream_link_for_url(...)`
|
||||
- `available_hosters_for(...)`
|
||||
@@ -39,12 +45,17 @@ Wenn keine echten Staffeln existieren:
|
||||
## Capabilities
|
||||
Ein Plugin kann Features melden ueber `capabilities()`.
|
||||
Bekannte Werte:
|
||||
- `popular_series`
|
||||
- `genres`
|
||||
- `latest_episodes`
|
||||
- `new_titles`
|
||||
- `alpha`
|
||||
- `series_catalog`
|
||||
- `popular_series` – beliebte Serien/Filme verfügbar
|
||||
- `genres` – Genre-Navigation
|
||||
- `latest_episodes` – neu erschienene Episoden (`latest_episodes(page)`)
|
||||
- `new_titles` – neu hinzugefügte Titel (`latest_titles(page)`)
|
||||
- `alpha` – alphabetische Navigation
|
||||
- `series_catalog` – vollständiger Serienindex
|
||||
- `year_filter` – Filter nach Erscheinungsjahr (`years_available()`, `titles_for_year()`)
|
||||
- `country_filter` – Filter nach Produktionsland (`countries_available()`, `titles_for_country()`)
|
||||
- `collections` – Sammlungen/Filmreihen (`collections()`, `titles_for_collection()`)
|
||||
- `tags` – Schlagwort-Suche (`tags()`, `titles_for_tag()`)
|
||||
- `random` – zufälliger Titel (`random_title()`)
|
||||
|
||||
## Suche
|
||||
Aktuelle Regeln fuer Suchtreffer:
|
||||
@@ -58,6 +69,11 @@ Siehe als Referenz:
|
||||
- `addon/plugins/serienstream_plugin.py`
|
||||
- `addon/plugins/aniworld_plugin.py`
|
||||
- `addon/plugins/topstreamfilm_plugin.py`
|
||||
- `addon/plugins/hdfilme_plugin.py`
|
||||
- `addon/plugins/kkiste_plugin.py`
|
||||
- `addon/plugins/moflix_plugin.py`
|
||||
- `addon/plugins/netzkino_plugin.py`
|
||||
- `addon/plugins/youtube_plugin.py`
|
||||
|
||||
## Settings
|
||||
Pro Plugin meist `*_base_url`.
|
||||
@@ -68,6 +84,10 @@ Beispiele:
|
||||
- `topstream_base_url`
|
||||
- `filmpalast_base_url`
|
||||
- `doku_streams_base_url`
|
||||
- `hdfilme_base_url`
|
||||
- `kkiste_base_url`
|
||||
- `moflix_base_url`
|
||||
- `netzkino_base_url`
|
||||
|
||||
## Playback Flow
|
||||
1. Episode oder Film auswaehlen.
|
||||
|
||||
Reference in New Issue
Block a user