Seil0
eeb1c33e43
use the epsidoeId for the next epsiode in PlayerViewModel
2021-09-05 11:54:55 +02:00
Seil0
8753d4f36f
fix tmdb episode description in player
2021-09-05 00:08:53 +02:00
Seil0
5ea94b7ded
add numberStr to AoDEpisode type & show tmdb episode info in player
...
* use numberStr instead of index to display the correct episode number, allowing for number such as "12.5"
* show tmdb episode description in player if found and aod description is missing
2021-09-05 00:08:03 +02:00
Seil0
062013489d
use notifyItem...() instead of notifyDataSetChanged() in MediaFragment
2021-09-05 00:04:59 +02:00
Seil0
ed9eff433b
AoDParser Media handling rework [Part 2/2]
...
* move Player to new AoD media Implementation
* remove old AoD media Implementation from AoDParser
2021-09-04 13:33:46 +02:00
Seil0
c2a5f768b8
AoDParser Media handling rework [Part 1/2]
2021-08-31 19:47:18 +02:00
Seil0
a505315781
fix crash if media is not found in tmdb
2021-08-29 15:05:34 +02:00
Seil0
d76538cf28
use locale instead of string for language in AoDPlaylist
2021-08-29 15:05:34 +02:00
Seil0
309a991007
fix for AoDParser related code clean up
2021-08-29 15:05:34 +02:00
Seil0
0340c83b47
clean up some AoDParser related code
2021-08-29 15:05:34 +02:00
Seil0
9dfd2cf70b
added skip opening for tv shows
...
* available for tv shows, where metaDB has the needed information
2021-08-29 15:05:34 +02:00
Seil0
26d2da923b
use Gson in TMDBApiController, adapt tmdb types to api documentation
...
* use gson fromJson() to parse tmdb response
* adapt tmd types to documentation (nullable/non nullable)
2021-08-29 15:05:34 +02:00
Seil0
c66c725ee3
use tmdb data if missing on aod
...
* episode description
2021-08-29 15:05:34 +02:00
Seil0
44f99295e9
rework the tmdb controller
...
the tmdb interation now provides additional information:
* tv seasons & episodes
* movie & tv show (air date, status)
2021-08-29 15:05:34 +02:00