aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/gray_theme.css
Commit message (Collapse)AuthorAgeFilesLines
* feature/hls: Add HLS playback support, and refactors documentation for ↵HEADv0.5.0masterAstounds32 hours1-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* normalize cssAstound2024-04-081-2/+2
|
* css normalizeAstound2024-04-071-5/+5
|
* update styles to modernAstound2024-04-071-4/+6
|
* [FrontEnd]: improved settings designJesús2021-12-261-0/+1
|
* General theme: reorganize thumbnail background variableJesús2021-01-261-0/+1
|
* General theme: improve colorsJesús2021-01-111-16/+16
|
* Grey theme: improve thumbnail backgroundJesús2021-01-091-1/+1
|
* General theme: improve thumbnail-imgJesús2021-01-071-0/+1
|
* Change general design themeJesús2020-12-141-17/+16
|
* Watch page: Background color on video when scrubbing bar larger than videoJames Taylor2019-09-091-0/+1
|
* Merge subscriptions into masterJames Taylor2019-09-061-0/+4
|
* Settings: Fix centering and color scheme on other themesJames Taylor2019-09-061-0/+4
|
* Layout: Add themesJames Taylor2019-08-251-0/+9