rols1 / Kodi-Addon-ARDundZDF

Kodi Addon für die Mediatheken von ARD + ZDF, Live-TV, Live-Radio, Radio-Podcasts / ARD-Audiothek, Downloads. Forum kodinerds: https://www.kodinerds.net/index.php/Thread/64244-RELEASE-Kodi-Addon-ARDundZDF/
MIT License
43 stars 7 forks source link

Improvement: "multi-part" broadcasts hard to handle #6

Closed 2019-05-10 closed 3 years ago

2019-05-10 commented 3 years ago

Some broadcasts like Extra 3, Quer, regional news are listed with both the complete broadcast and its parts. That makes it rather difficult to watch the complete brodcast, which probably is the more common scenario.

Since even MediathekView is not really able to select the full broadcast, I assume the data just does not allow for that. MediathekView allows to set a minimum length, so this may be a viable to solution: in Sort add Length as critierion.

Another idea would be to collect all broadcasts with a common title/theme at the same date/time, set the longest as top node and all the shorter ones as leaves of a second node

rols1 commented 3 years ago

sorry, I'm in hospital - try to answer in a few days./rols1-- Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.Am 09.03.21, 11:24 schrieb 2019-05-10 notifications@github.com:

Some broadcasts like Extra 3, Quer, regional news are listed with both the complete broadcast and its parts. That makes it rather difficult to watch the complete brodcast, which probably is the more common scenario. Since even MediathekView is not really able to select the full broadcast, I assume the data just does not allow for that. MediathekView allows to set a minimum length, so this may be a viable to solution: in Sort add Length as critierion. Another idea would be to collect all broadcasts with a common title/theme at the same date/time, set the longest as top node and all the shorter ones as leaves of a second node

Extra 3 vom XX.XX.XXXX (full) Extra 3 vom XX.XX.XXXX (parts) -- Beitrag X -- Beitrag Y -- ...

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.

rols1 commented 3 years ago

Another idea would be to collect all broadcasts with a common title/theme at the same date/time, set the longest as top node and all the shorter ones as leaves of a second node

yes, would be nice idea - but would require heavy modifications in addon. The normal workflow is

Collecting and storing the data as in MediathekView for later comparisons is not provided. But I try to identify additional labels like "ganze Sendung" on ARD and ZDF pages to use them as "pre" titlels, possibly colored. /R

rols1 commented 3 years ago

see Update V3.8.0. Addon contains 2 customizable sample lists. Titles are marked red on hits. /R