Toni Förster
b54044cbc5
HLS: set target bitrate / AVPlayer: higher resolution
...
HLS: try matching the set resolution. This works okay with AVPlayer. With MPV it is hit and miss, most of the time MPV targets the highest available bitrate, instead of the set bitrate.
AVPlayer now supports higher resolution up to 1080p60.
2024-05-13 07:54:24 +02:00
Toni Förster
fba01e35a3
apply best resolution from non HLS to HLS stream
...
This makes sure that HLS Streams can be compared with non HLS streams, otherwise HLS would have been the first selected since the maxResolution.value might have been higher then what could actually be the highest resolution served.
2024-05-11 14:08:40 +02:00
Toni Förster
d8c8f8084b
fix a crash when format is hls
2024-05-09 21:15:14 +02:00
Toni Förster
ef7a486fd4
add migration for old profiles to new format
2024-05-01 14:30:19 +02:00
Toni Förster
54915dcea1
rework quality settings
...
- The order of the formats can now be changed in the Quality Settings.
- sortingOrder is now part of QualitiyProfile.
- bestPlayable is now part of PlayerBackend.
- hls and stream aren't treated as unknown anymore.
2024-04-29 20:03:51 +02:00
Arkadiusz Fal
d1cf45c6a1
Bump build number to 181
2024-04-02 23:14:51 +02:00
Arkadiusz Fal
07f3d841b3
Update CHANGELOG
2024-04-02 23:14:18 +02:00
Arkadiusz Fal
b488f86160
Downgrade MPVKit to 0.36.0-1
...
commit dca1e345a26d09a3d621d7656a94e6427f3f7b83
2024-04-02 23:14:18 +02:00
Arkadiusz Fal
e64c3a3c77
Update packages
2024-04-02 23:14:17 +02:00
Arkadiusz Fal
576a993faf
Merge pull request #631 from stonerl/comments-piped
...
hopefully fixes #629
2024-04-02 22:51:07 +02:00
Toni Förster
c77c5a6d21
don't add empty comments
2024-04-02 15:08:36 +02:00
Toni Förster
ae16680fc2
removed some unnecessary print()
2024-04-02 14:28:06 +02:00
Toni Förster
807c0a1e2e
hopefully fixes #629
...
should also get rid of empty comments if they couldn't be loaded
2024-04-02 14:28:06 +02:00
Arkadiusz Fal
96a2119a05
Merge pull request #632 from stonerl/invidious-html-comments
...
iv: use html comments instead of plain text
2024-04-01 23:12:12 +02:00
Arkadiusz Fal
7e940d6304
Merge pull request #624 from weblate/weblate-yattee-localizable-strings
...
Translations update from Hosted Weblate
2024-04-01 22:59:05 +02:00
mere
11402cc2a6
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/ro/
2024-04-01 22:58:48 +02:00
floe nele
975d8b0ba0
Translated using Weblate (Dutch)
...
Currently translated at 44.3% (249 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/nl/
2024-04-01 22:58:48 +02:00
jonnysemon
e349898d9e
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/ar/
2024-04-01 22:58:48 +02:00
rexcsk
a8802da5a7
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/zh_Hant/
2024-04-01 22:58:48 +02:00
maboroshin
19993dfc04
Translated using Weblate (Japanese)
...
Currently translated at 98.3% (553 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/ja/
2024-04-01 22:58:48 +02:00
joaooliva
e99dd442e1
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/pt_BR/
2024-04-01 22:58:48 +02:00
gallegonovato
d886113f27
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/es/
2024-04-01 22:58:48 +02:00
Ophiushi
ea9b759887
Translated using Weblate (French)
...
Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/fr/
2024-04-01 22:58:48 +02:00
rexcsk
0e784be231
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 99.6% (560 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/zh_Hant/
2024-04-01 22:58:48 +02:00
rexcsk
d0ab73eeb2
Translated using Weblate (English)
...
Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/en/
2024-04-01 22:58:48 +02:00
Arkadiusz Fal
2193129818
Merge pull request #622 from rickykresslein/limit-recents-shown
...
Show/hide recents and limit number of recents shown
2024-04-01 22:58:42 +02:00
Toni Förster
f84c6d319a
iv: use html comments instead of plain text
...
It now correctly displays emojis hyphens
2024-04-01 15:08:08 +02:00
Ricky Kresslein
87337f31a5
Updated importer and exporter to include new defaults
2024-02-28 18:35:03 +01:00
Arkadiusz Fal
cf5262a86e
Bump build number to 180
2024-02-28 14:35:54 +01:00
Arkadiusz Fal
d6be0ffa5b
Update CHANGELOG
2024-02-28 14:35:54 +01:00
Arkadiusz Fal
1df8241a01
Update packages
2024-02-28 14:35:54 +01:00
Arkadiusz Fal
43e5eae658
Use latest stable Xcode for build
2024-02-28 13:50:03 +01:00
Arkadiusz Fal
71b4560ff8
Merge pull request #623 from rickykresslein/help-text
...
Add help text to all header buttons
2024-02-28 13:38:33 +01:00
Arkadiusz Fal
f6bb2fe5d1
Merge pull request #621 from weblate/weblate-yattee-localizable-strings
...
Translations update from Hosted Weblate
2024-02-28 13:38:00 +01:00
rexcsk
272aafe504
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/zh_Hant/
2024-02-28 13:36:29 +01:00
rexcsk
580d782c56
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 93.9% (528 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/zh_Hans/
2024-02-28 13:36:25 +01:00
Ricky Kresslein
238ddc7ad9
Add help text to all header buttons
2024-02-28 01:03:33 +01:00
Ricky Kresslein
5559e78bc0
Add setting to show/hide recents and limit number of recents shown
2024-02-28 00:56:12 +01:00
rexcsk
6cc38df4e9
Added translation using Weblate (Chinese (Traditional))
2024-02-27 15:30:55 +01:00
Arkadiusz Fal
7b34c7e72b
Bump build number to 179
2024-02-21 10:17:38 +01:00
Arkadiusz Fal
0dd7943849
Update CHANGELOG
2024-02-21 10:17:22 +01:00
Arkadiusz Fal
6745934a78
Update packages
2024-02-21 10:16:05 +01:00
Arkadiusz Fal
76801a34ee
Merge pull request #616 from rickykresslein/main
...
Add skip, play/pause, and fullscreen shortcuts to macOS player
2024-02-21 10:11:57 +01:00
Arkadiusz Fal
4d0318d4b0
Merge pull request #612 from weblate/weblate-yattee-localizable-strings
...
Translations update from Hosted Weblate
2024-02-21 10:11:19 +01:00
Ricky Kresslein
9d4446a6ef
Add skip, play/pause, and fullscreen shortcuts to macOS player
2024-02-17 10:40:27 +01:00
mere
b74017894c
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/ro/
2024-02-09 22:02:08 +01:00
Mohammed Al Otaibi
9fef6c0276
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/ar/
2024-02-08 10:01:56 +01:00
gallegonovato
fcbeb45d1e
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/es/
2024-02-08 10:01:55 +01:00
maboroshin
66f7286cdc
Translated using Weblate (Japanese)
...
Currently translated at 98.5% (554 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/ja/
2024-02-06 11:01:58 +01:00
jonnysemon
e1e068ba11
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/ar/
2024-02-06 11:01:58 +01:00