aboutsummaryrefslogtreecommitdiffstats
path: root/generate_release.py
Commit message (Collapse)AuthorAgeFilesLines
* feature/hls: Add HLS playback support, and refactors documentation for ↵HEADv0.5.0masterAstounds31 hours1-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* generate_release: Fix wrong (32bit) MSVCR included for 64 bitInsert the 64 ↵Astound2024-03-101-1/+3
| | | | bit microsoft visual C runtime for 64 bit releases
* generate_release.py: fix syntax errorJesus2023-09-111-1/+1
|
* Update generate_release.pyJesus E2023-05-281-21/+36
| | | | | Need to use 64-bit by default now, because gevent is no longer built for 32-bit Python
* fix name appJesús2021-09-141-12/+12
|
* generate_release: Update visual c runtime URLJames Taylor2021-06-231-1/+1
| | | | | | The original repository was deleted. Replace with a fork Signed-off-by: Jesús <heckyel@hyperbola.info>
* pep8Jesús2020-12-181-1/+1
|
* pep8Jesús2020-12-151-1/+11
|
* remove trailing whitespaceszrose5842020-10-211-1/+1
|
* generate_release.py: Use wine to build windows releases on LinuxJames Taylor2020-08-121-11/+29
|
* generate_release.py: Don't uninstall setuptoolsJames Taylor2020-08-111-1/+1
| | | | gevent was changed and now depends on it for some reason
* Add full visual c runtime to fix missing dll errors on fresh windows installsJames Taylor2020-01-301-21/+27
| | | | | | | On fresh installs, when no programs have been installed which install visual c runtime as a dependency, the dlls are not present and brotli fails to load. Bundle them in releases and make sure brotli sees them by adding their location to the path (in run.bat)
* Add automatic release generation system so dependencies will be updated per ↵James Taylor2019-09-071-0/+196
release