yattee/Model/Applications
Toni Förster 9cb0325503
more robust resolution handling
Currently, we have a hard-coded list of resolutions. Since Invidious reports the actual resolution of a stream and does not hard-code them to a fixed value anymore, resolutions that are not in the list won’t be handled, and the stream cannot be played back.

Instead of hard-coding even more resolutions (and inadvertently might not cover all), we revert the list back to a finite set of resolutions, the users can select from. All other resolutions are handled dynamically and compared to the existing set of defined resolutions when selecting the best stream for playback.

Signed-off-by: Toni Förster <toni.foerster@gmail.com>
2024-09-09 12:59:39 +02:00
..
InvidiousAPI.swift allow basic auth with auth endpoint 2024-08-28 17:40:16 +02:00
PeerTubeAPI.swift more robust resolution handling 2024-09-09 12:59:39 +02:00
PipedAPI.swift Fix swiftformat offenses 2024-07-06 11:48:49 +02:00
VideosAPI.swift faster chapter extraction 2024-05-19 17:43:35 +02:00
VideosApp.swift Conditional proxying 2024-05-16 19:35:31 +02:00