Commit Graph

4323 Commits (1f607273a87c85e65c7bfc7345984c6b7d631a5a)
 

Author SHA1 Message Date
11tuvork28 15d2cfba90 Fix `Missing hash key: "selected" (KeyError)` 2 years ago
11tuvork28 2851d993ad updated comment to represent current structure 2 years ago
138138138 3f1d88282e
Update some comments 2 years ago
138138138 cc9ce916c6
Update MobileUi 2 years ago
138138138 c7d468578f
Update MobileUi 2 years ago
138138138 e0f6988eb5
DASH Default to high quality m4a 2 years ago
138138138 09ff370ddc
Change player.css order 2 years ago
138138138 32ecf30c82
Add audioTrackButton 2 years ago
138138138 a62adccd3d
change lang to label
lang has to be BCP 47 standard. Using label also can let video.js know there are 2 audio tracks.
2 years ago
138138138 c75bf35f59
Update DASH format to serve 2 audio to player
player.audioTracks() can successfully show
tracks_: Array(2)
2 years ago
138138138 3013782b7b
formatting 2 years ago
138138138 81abebd144
Highest quality m4a on audio only mode as default
Audio mode will automatically select highest quality m4a as default.
2 years ago
138138138 140b6c1227
DASH playback force highest quality m4a
Since VideoJS is unable to handle adaptive audio quality, the best audo quality is forced for every video quality.
2 years ago
138138138 ac685f65e9
Fix captions
textTracks 0 in DASH mode shows debug messages.
Use textTracks 1 in DASH mode, and textTracks 0 in non-DASH mode and audio mode.
2 years ago
138138138 de74056925
Keep listen mode after related video click
When clicking the related videos, listen mode will be kept by passing listen=true/listen=false on the URL.
2 years ago
138138138 f6b1cbd5d0
Player MobileUi fast forward/backward rate
The fast forward/backward seconds will be adjusted according to playback rate (same as YouTube app behavior).
5 seconds is used when the playback rate is 1x. Previously it was 10 seconds. I believe most of the users watch videos at 2x, so the change will not be obvious.
2 years ago
138138138 7db6e43e3f
Fix captions
Captions should automatically show according to preferences.
2 years ago
Émilien Devos 6c73614a47
Bump revision for crystal alpine package on Docker 2 years ago
Samantaz Fox b5c54b4e41
Merge pull request #3137 from SamantazFox/add-hashtags
Add hashtags
2 years ago
Samantaz Fox 8f1c84e6d4
Merge pull request #3119 from GauthierPLM/popular-enabled
Add "Popular Enabled: " string to localisation
2 years ago
Samantaz Fox d1df4af734
Merge pull request #3118 from weblate/weblate-invidious-translations
Translations update from Hosted Weblate
2 years ago
Samantaz Fox 23cd04fe88
Merge pull request #3116 from DoodlesEpic/fix-reddit-comments-nojs-ytkids
Fix document is empty error on yt kids video when reddit comments are enabled
2 years ago
Samantaz Fox dbc7c97e0b
Merge pull request #3103 from SamantazFox/add-utility-scripts
Add utility scripts
2 years ago
Samantaz Fox 2313ca8f72
Merge pull request #3084 from AHOHNMYC/js-helpers-polyfills
JS refactoring part 2: helper functions, poyfills
2 years ago
Hosted Weblate 9418ba1687
Update Bengali translation
Update Bengali translation

Add Bengali translation

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Oymate <dhruboadittya96@gmail.com>
2 years ago
Hosted Weblate 233491940c
Update Indonesian translation
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: I. Musthafa <i.musthafa66@gmail.com>
2 years ago
Hosted Weblate 7708e7ab08
Update Slovenian translation
Update Slovenian translation

Co-authored-by: Damjan Gerl <damjan@damjan.net>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2 years ago
Hosted Weblate 600bd38630
Update Portuguese translation
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: SC <lalocas@protonmail.com>
2 years ago
Hosted Weblate f7290dfcb6
Update Croatian translation
Update Croatian translation

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Milo Ivir <mail@milotype.de>
2 years ago
Hosted Weblate e22f7583eb
Update Ukrainian translation
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
2 years ago
Hosted Weblate c0e85f5687
Update Russian translation
Co-authored-by: AHOHNMYC <lqwh2h2cwa@protonmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2 years ago
Samantaz Fox 3593f67eb6
Fix: related videos is a Hash(String, String) 2 years ago
Samantaz Fox 1b251264a6
Pull submodules during CI 2 years ago
Samantaz Fox 93c1a1d42e
Add mocks as a submodule 2 years ago
Samantaz Fox d7f6b6b018
Fix CI: support reloadContinuationItemsCommand containers 2 years ago
Samantaz Fox fd99f20404
Fix CI: use be_close() with 1s delta for Time comparisons 2 years ago
Samantaz Fox 2b1e1b11a3
Fix CI: support BADGE_STYLE_TYPE_VERIFIED_ARTIST 2 years ago
Samantaz Fox 96ac7f9f35
Add hashtag extractor spec 2 years ago
Samantaz Fox 33da64a669
Add support for hashtags 2 years ago
meow 38eb4ccbc4 CSS. Small IE11 fixes 2 years ago
meow a57414307e CSS. Small IE11 fixes 2 years ago
Mohammed Anas 7ad111e2f6
Update actions used in GH workflows (#3138) 2 years ago
meow a402128a7d Move `_helpers.js` include from various .ecr's into `template.ecr` `head` tag 2 years ago
meow d3ab4a5145 JS. Trailing spaces removed 2 years ago
Émilien Devos 4ae77bcef9
Remove rating display from the frontend 2 years ago
Émilien Devos e84416e56d
Remove dislikes icon (#3092) 2 years ago
TheFrenchGhosty 59ccc9d73e
Merge pull request #3134 from lhc-sudo/patch-1
Add TubiTui to Projects Using Invidious section of README.md
2 years ago
777 1533a28817
Add TubiTui to Projects Using Invidious section 2 years ago
meow 7e4840867e CSS. Wider settings name to less word wrap 2 years ago
meow f2f3f045e5 fix time adding dirung redirection 2 years ago