| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feature/hls: Add HLS playback support, and refactors documentation for ↵HEADv0.5.0master | Astounds | 31 hours | 1 | -122/+255 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
| * | docs: remove duplicate FreeTube entry in READMEv0.4.2 | Astounds | 2026-03-27 | 1 | -1/+0 |
| | | |||||
| * | README.md: update | Astound | 2024-03-31 | 1 | -1/+1 |
| | | |||||
| * | README.md: update | Astound | 2024-03-11 | 1 | -2/+0 |
| | | |||||
| * | README.md: update | Jesus E | 2023-06-19 | 1 | -1/+1 |
| | | |||||
| * | README.md: update | Jesus E | 2023-06-17 | 1 | -1/+1 |
| | | |||||
| * | README.md: update | Jesus E | 2023-06-17 | 1 | -0/+6 |
| | | |||||
| * | README.md: update | Jesús | 2022-10-06 | 1 | -5/+5 |
| | | |||||
| * | Remove M4A downloads feature of Planned features due RIAA issue | Jesús | 2022-10-06 | 1 | -1/+0 |
| | | |||||
| * | README.md: fix typo | Jesús | 2022-10-05 | 1 | -1/+1 |
| | | |||||
| * | README.md: update | Jesús | 2022-10-05 | 1 | -1/+1 |
| | | |||||
| * | set badge | Jesús | 2022-05-31 | 1 | -1/+1 |
| | | |||||
| * | README.md: update public instance | Jesús | 2022-02-06 | 1 | -1/+1 |
| | | |||||
| * | README.md: minor fix | Jesús | 2022-01-20 | 1 | -1/+1 |
| | | |||||
| * | update public instance | Jesús | 2021-11-29 | 1 | -1/+1 |
| | | |||||
| * | README.md: about public instances | Jesús | 2021-09-28 | 1 | -0/+6 |
| | | |||||
| * | README.md: update | Jesús | 2021-09-14 | 1 | -3/+3 |
| | | |||||
| * | change path config | Jesús | 2021-09-14 | 1 | -1/+1 |
| | | |||||
| * | README.md: update | Jesús | 2021-09-01 | 1 | -5/+20 |
| | | |||||
| * | Capitalize name app | Jesús | 2021-06-10 | 1 | -8/+8 |
| | | |||||
| * | [README.md]: update | Jesús | 2021-05-06 | 1 | -4/+7 |
| | | |||||
| * | Add instructions for importing subscriptions to README | James Taylor | 2021-05-06 | 1 | -0/+10 |
| | | | | | | | Closes #63 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
| * | Fix URL | Jesús | 2021-02-25 | 1 | -1/+1 |
| | | |||||
| * | Change URL repo | Jesús | 2021-02-25 | 1 | -1/+1 |
| | | |||||
| * | Add badge status CI/CD | Jesús | 2021-02-24 | 1 | -0/+2 |
| | | |||||
| * | Organize docs | Jesús | 2021-01-10 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Jesús | 2020-12-30 | 1 | -0/+1 |
| | | |||||
| * | Add coding guidelines, architecture overview, and proto_debug | James Taylor | 2020-12-21 | 1 | -2/+6 |
| | | | | | | | proto_debug is the toolchain for reverse engineering protobuf Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
| * | Check test URL embed | Jesús | 2020-12-19 | 1 | -1/+1 |
| | | |||||
| * | Patch-import-migrate: Add embed page for embeds on the web | Jesús | 2020-12-19 | 1 | -1/+3 |
| | | | | | | | | Issue #36 From e51f0a78c778a2283887db7ffc22421a7c849296 Mon Sep 17 00:00:00 2001 From: James Taylor <user234683@users.noreply.github.com> | ||||
| * | README.md: update | Jesús | 2020-12-18 | 1 | -5/+7 |
| | | |||||
| * | README.md: Add donate | Jesús | 2020-12-18 | 1 | -0/+6 |
| | | |||||
| * | README.md: Fix name O.S. | Jesús | 2020-12-16 | 1 | -2/+2 |
| | | |||||
| * | Fix name OS and improved install steps | Jesús | 2020-12-15 | 1 | -4/+8 |
| | | |||||
| * | Change general design theme | Jesús | 2020-12-14 | 1 | -11/+11 |
| | | |||||
| * | give credit to 'ajayyy/SponsorBlock' | zrose584 | 2020-10-18 | 1 | -0/+1 |
| | | |||||
| * | Update README | James Taylor | 2020-09-25 | 1 | -4/+11 |
| | | |||||
| * | Update README | James Taylor | 2020-08-10 | 1 | -5/+4 |
| | | |||||
| * | Readme: clarify redirector usage | James Taylor | 2020-02-04 | 1 | -1/+1 |
| | | |||||
| * | Update readme | James Taylor | 2020-02-04 | 1 | -9/+10 |
| | | |||||
| * | Bloody markdown | James Taylor | 2019-09-07 | 1 | -9/+9 |
| | | |||||
| * | Update README (again) | James Taylor | 2019-09-07 | 1 | -32/+32 |
| | | |||||
| * | Update README | James Taylor | 2019-09-07 | 1 | -29/+69 |
| | | |||||
| * | Update readme with new requirement | James Taylor | 2019-04-23 | 1 | -2/+2 |
| | | |||||
| * | README: clarify speed differences | James Taylor | 2019-03-14 | 1 | -1/+1 |
| | | |||||
| * | Updated README | James Taylor | 2018-12-31 | 1 | -10/+10 |
| | | |||||
| * | Linux: Security notice | James Taylor | 2018-10-30 | 1 | -1/+1 |
| | | |||||
| * | List similar projects in readme | James Taylor | 2018-08-09 | 1 | -0/+12 |
| | | |||||
| * | update readme | James Taylor | 2018-08-01 | 1 | -4/+7 |
| | | |||||
| * | update readme, add youtube-dl relicensing permission | James Taylor | 2018-07-30 | 1 | -2/+6 |
| | | |||||
