aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/watch.css
Commit message (Collapse)AuthorAgeFilesLines
* feature/hls: Add HLS playback support, and refactors documentation for ↵HEADv0.5.0masterAstounds32 hours1-7/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | better usability and maintainability. (#1) ## Overview This PR introduces HLS playback support, improves the player experience, and refactors documentation for better usability and maintainability. ## Key Features ### HLS Playback Support - Add HLS integration via new JavaScript assets: - `hls.min.js` - `plyr.hls.start.js` - `watch.hls.js` - Separate DASH and HLS logic: - `plyr-start.js` → `plyr.dash.start.js` - `watch.js` → `watch.dash.js` - Update templates (`embed.html`, `watch.html`) for conditional player loading ### Native Storyboard Preview - Add `native_player_storyboard` setting in `settings.py` - Implement hover thumbnail preview for native player modes - Add `storyboard-preview.js` ### UI and Player Adjustments - Update templates and styles (`custom_plyr.css`) - Modify backend modules to support new player modes: - `watch.py`, `channel.py`, `util.py`, and related components ### Internationalization - Update translation files: - `messages.po` - `messages.pot` ### Testing and CI - Add and update tests: - `test_shorts.py` - `test_util.py` - Minor CI and release script improvements ## Documentation ### OpenRC Service Guide Rewrite - Restructure `docs/basic-script-openrc/README.md` into: - Prerequisites - Installation - Service Management - Verification - Troubleshooting - Add admonition blocks: - `[!NOTE]`, `[!TIP]`, `[!IMPORTANT]`, `[!WARNING]`, `[!CAUTION]` - Fix log inspection command: ```bash doas tail -f /var/log/ytlocal.log ```` * Add path placeholders and clarify permission requirements * Remove legacy and duplicate content Reviewed-on: https://git.fridu.us/heckyel/yt-local/pulls/1 Co-authored-by: Astounds <kirito@disroot.org> Co-committed-by: Astounds <kirito@disroot.org>
* Add styles error in playerJesus2025-03-081-0/+26
|
* Refactor styles on video playback pageAstound2024-01-291-14/+0
| | | | | | | | | Made changes to the styles on the video playback page to enhance visibility and address issues with the video player. Added a new custom style file for Plyr, and removed redundant and unused styles in watch.css. Specific changes: - Added custom_plyr.css for Plyr styles. - Removed redundant styles related to playback issues in watch.css
* Set flexible responsive videoAstound2024-01-241-1/+1
|
* fix figure tag of sc-videoJesús2022-05-311-0/+3
|
* [FrontEnd]: fix dropdown designJesús2021-12-311-6/+4
|
* [FrontEnd]: fix dropdown designJesús2021-12-271-7/+10
|
* Improve input stylesJesús2021-09-221-0/+2
|
* fix property css nameJesús2021-07-051-1/+1
|
* autoplay-toggle: use label tagJesús2021-06-291-1/+0
| | | | | | from upstream: <label> is semantic and makes clicking the text activate in checkbox
* feat: autoplay related video - minor fix styleJesús2021-06-231-0/+1
|
* feat: autoplay for related videosUmimaso2021-06-231-0/+8
| | | | | | | | | | | Add autoplay support for related videos. Move the playlist autoplay code into this shared script. Add the SameSite=Strict attribute to the autoplay cookie due to Firefox soon rejecting cookies which use SameSite=None without the secure attribute. Closes: #50 Signed-off-by: Jesús <heckyel@hyperbola.info>
* feat: add direct linkUmimaso2021-06-231-0/+6
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Fix shared.css file style missingJesús2021-06-141-6/+0
|
* Add plyr as main playerJesús2021-05-221-0/+14
| | | | Also plyr supports switch quality
* General theme: fix footer centerJesús2021-02-271-1/+1
|
* General theme: reorganize thumbnail background variableJesús2021-01-261-1/+1
|
* General theme: improve thumbnail-imgJesús2021-01-071-0/+1
|
* General theme: Improve container descriptionJesús2021-01-011-0/+2
|
* General theme: remove unnecessary z-index propertyJesús2020-12-311-1/+0
|
* strip_non_ascii in comments-author-nameJesús2020-12-301-1/+5
|
* General theme: add license and add URL source code in footerJesús2020-12-291-0/+17
|
* Fix permalink styleJesús2020-12-221-1/+1
| | | | Fixed the link box overflow
* Prevent text overflow in commentsJesús2020-12-211-1/+5
|
* Change general design themeJesús2020-12-141-0/+633