Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2019-05-10 opened this issue Mar 9, 2021 · 3 comments
Closed

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

2019-05-10 opened this issue Mar 9, 2021 · 3 comments
Labels

Comments

@2019-05-10
Copy link

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
    -- ...
@rols1
Copy link
Owner

rols1 commented Mar 10, 2021 via email

@rols1
Copy link
Owner

rols1 commented Mar 21, 2021

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

  • read the website
  • branch to following pages if necessary
  • list the content in the same order with buttons for single broadcast

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
Copy link
Owner

rols1 commented Apr 10, 2021

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

@rols1 rols1 closed this as completed Apr 22, 2021
@rols1 rols1 added the solved label Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants