Commit Graph

15 Commits

Author SHA1 Message Date
e0abdd6a33 Include git commit in version string 2026-01-10 16:47:45 -05:00
57eecf96df feat(player): integrate GStreamer for stable video playback
- Add GStreamer as mandatory core dependency in install.sh
- Create controller_gstreamer.go wrapping GStreamerPlayer
- Add missing methods to GStreamerPlayer (SetWindow, Stop, SetFullScreen)
- Fix GstSeekFlags type casting issue
- Update build scripts to always use -tags gstreamer
- Update controller_linux.go build tag to exclude when gstreamer enabled
- Add comprehensive migration documentation

GStreamer replaces the broken FFmpeg pipe-based UnifiedPlayer.
GStreamer 1.26+ provides frame-accurate seeking and reliable A/V sync.
2026-01-09 03:43:34 -05:00
b868eae686 Add build time to scripts 2026-01-07 13:45:58 -05:00
88bc5ad4d4 Add GStreamer preview backend 2026-01-07 02:50:27 -05:00
Stu Leak
b13467707a Ignore vendor dir for builds without modules.txt 2026-01-04 21:27:13 -05:00
584835000b Fix subtitle module drag and drop and remove emojis from scripts
- Wrap entire subtitle module content in droppable container for drag and drop anywhere
- Remove all emojis from build scripts (build-linux.sh, build.sh, build-windows.sh, alias.sh)
- Subtitle module now accepts video/subtitle file drops on any part of the view
2025-12-26 20:17:24 -05:00
20e09aaad1 Fix droppable signature and dependency handling 2025-12-11 06:53:49 -05:00
cfccd300b0 Set local GOMODCACHE alongside GOCACHE for builds 2025-12-09 12:41:54 -05:00
1be4fa6a64 Use project-local GOCACHE to avoid system cache perms 2025-12-09 12:39:24 -05:00
7818d55a53 Clean Go cache automatically at build start 2025-12-09 12:05:27 -05:00
9dac96e7c7 Fix quoting in build-linux help line 2025-12-09 00:48:06 -05:00
7fea0da127 Mention clear-go-cache helper in build scripts 2025-12-09 00:43:00 -05:00
35a90bdcd6 Add simple bitrate/resolution/aspect controls and cache helper 2025-12-08 23:22:28 -05:00
e0f5c1fca3 Show app version and diagnostics in build scripts 2025-12-08 16:00:02 -05:00
b67490013e add build.bat script for Windows installation 2025-12-04 17:05:52 -05:00