tmdb rework and metadb integration #46

Merged
Seil0 merged 14 commits from feature/tmdb_rework_and_metadb into develop 2021-09-05 12:10:58 +02:00
Owner
  • use tmdb data, if present via metadb and aod data is missing
  • add metaDB support
    • resolve aod id to tmdb id
    • provide additional metadta for epsiodes (skip opening)
  • rework aod parser (use val objects: (AoDMedia or split in two objects (TV and Movie)))
    • instead of using episodes for everything, call them playlist and make them more generic

fixes #32
fixes #47

* use tmdb data, if present via metadb and aod data is missing * add metaDB support * resolve aod id to tmdb id * provide additional metadta for epsiodes (skip opening) * rework aod parser (use val objects: (AoDMedia or split in two objects (TV and Movie))) * instead of using episodes for everything, call them playlist and make them more generic fixes #32 fixes #47
Seil0 added the
enhancement
label 2021-07-11 12:59:02 +02:00
Seil0 self-assigned this 2021-07-11 12:59:02 +02:00
Seil0 added 2 commits 2021-07-11 12:59:02 +02:00
1a5b173d96
rework the tmdb controller
the tmdb interation now provides additional information:
* tv seasons & episodes
* movie & tv show (air date, status)
Seil0 added this to the 0.5.0 milestone 2021-07-11 12:59:08 +02:00
Seil0 added 1 commit 2021-07-17 13:15:43 +02:00
be6e9979a9
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)
Seil0 added 1 commit 2021-07-17 20:25:56 +02:00
876ed97d6d
added skip opening for tv shows
* available for tv shows, where metaDB has the needed information
Seil0 added 2 commits 2021-07-25 19:17:47 +02:00
Seil0 added 1 commit 2021-07-25 19:30:31 +02:00
Seil0 added 1 commit 2021-08-15 00:11:59 +02:00
Seil0 force-pushed feature/tmdb_rework_and_metadb from 5785fc91c1 to 528e74fda4 2021-08-15 00:43:12 +02:00 Compare
Seil0 force-pushed feature/tmdb_rework_and_metadb from 528e74fda4 to a505315781 2021-08-29 15:06:11 +02:00 Compare
Seil0 added 1 commit 2021-08-31 19:47:30 +02:00
Seil0 added 1 commit 2021-09-04 13:33:55 +02:00
ed9eff433b
AoDParser Media handling rework [Part 2/2]
* move Player to new AoD media Implementation
* remove old AoD media Implementation from AoDParser
Seil0 added 2 commits 2021-09-05 00:08:12 +02:00
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
Seil0 added 1 commit 2021-09-05 00:08:58 +02:00
Seil0 changed title from WIP: tmdb rework and metadb integration to tmdb rework and metadb integration 2021-09-05 11:59:57 +02:00
Seil0 added 1 commit 2021-09-05 12:01:50 +02:00
Seil0 merged commit 39e740cd92 into develop 2021-09-05 12:10:58 +02:00
Seil0 deleted branch feature/tmdb_rework_and_metadb 2021-09-05 12:11:44 +02:00
Sign in to join this conversation.
No description provided.