-
Notifications
You must be signed in to change notification settings - Fork 27
Description
i have done some tests with the "angel" dash source url (Star Trek) from demo page and as described in this issue, sometimes the mafinest expose several video representation with the same height but for different language, which result in duplicated labels.
This could be fixed by changing label formatting, maybe add language when available ?
Currently it result in 576p
, 480p
, ...
Maybe we could change to 576p (en)
, 480p (en)
, 576p (de)
, 480p (de)
, ... ?
I could push a fix proposition, but i would like first some feedbacks/ideas on potential new label string format. /ping @leandromoreira @jhonatangomes
EDIT: another issue is when levels elements count is high, the select ui is overflow hidden by player container. (maybe find a way to display on higher z-index and maybe display on bottom of button instead of top depending if enough space : not sure how to do that my css is terrible ;-) )