Commit Graph

69 Commits

Author SHA1 Message Date
Alex Ballas
a4cd63f512 Use standard port for ssdp discovery. Also try to fix CLI issue on windows 2024-12-22 02:22:53 +02:00
Alex Ballas
0ed117e5d5 Allow to seek when transcoding 2024-12-20 22:58:25 +02:00
Alex Ballas
79c7e79f0b Add Chinese translations 2024-08-28 01:55:58 +03:00
Alex Ballas
8587f18f29 Add translations support 2024-08-27 02:34:10 +03:00
Alex Ballas
e9fac440bb Reset internal subs if we click the clear button 2024-08-25 13:49:37 +03:00
Alex Ballas
7eccb00288 Changes to support updating the ffmpeg path from the settings tab 2024-08-24 15:20:25 +03:00
Alex Ballas
e85a5b50c6 Check the error for the mac build 2024-08-23 17:57:43 +03:00
Alex Ballas
8da5fab6e1 More changes to support internal subs #2 2024-08-22 16:50:36 +03:00
Alex Ballas
e3e8b67fe3 More changes to support internal subs 2024-08-22 12:34:37 +03:00
Alex Ballas
bd420af5e4 Update deps 2024-08-15 19:01:09 +03:00
Alex Ballas
169884232f Fix mute sound issue. Clean up code 2024-05-10 01:26:13 +03:00
Alex Ballas
13c21e7e6c Skip Next should only be available when selecting local files. 2023-10-20 19:26:56 +03:00
Alex Ballas
4b7e3712f3 update the logging code 2023-09-25 23:45:07 +03:00
Alex Ballas
481c0d93db Add drag and drop support of media and subtitles files into the Go2TV window 2023-09-02 00:07:14 +03:00
Alex Ballas
594dfab908 Reduce the auto-active button delay when callback calls are not present 2023-06-02 20:42:12 +03:00
Alex Ballas
fee939d417 Fix auto-enabling of play button when callback calls are not available #2 2023-06-02 16:41:56 +03:00
Alex Ballas
88c686289f Fix auto-enabling of play button when callback calls are not available 2023-06-02 15:58:25 +03:00
Alex Ballas
2e0196d53b Remove unnecessary allocations 2023-05-05 00:06:57 +03:00
Alex Ballas
fd61a75082 Make utils a subpackage of soapcalls 2023-05-01 19:48:14 +03:00
Alex Ballas
a906a4ee32 Further improvements on the http handlers logic. Make sure we clean up old handlers when the NextURI media file becomes the active one in our DMR 2023-04-26 01:09:26 +03:00
Alex Ballas
4d7187b5c2 Dynamically add new handlers for gapless playback using a map instead of calling mux.HandleFunc in hacky way 2023-04-23 20:26:37 +03:00
Alex Ballas
2057b4711a Gapless playback improvements 2023-04-02 01:45:22 +03:00
Alex Ballas
0ad51b9096 Update fyne version 2023-03-21 00:16:48 +02:00
Alex Ballas
6f2c42b176 Gapless playback improvements. UI improvements 2023-01-27 00:34:59 +02:00
Alex Ballas
fe7532d82e Skip next action should first check if there a device selected 2023-01-20 23:23:38 +02:00
Alex Ballas
fcc03ec2be Working gapless functionality 2023-01-18 02:23:50 +02:00
Alex Ballas
6184ed251c More changes and updates on the gapless playback 2023-01-17 08:54:35 +02:00
Alex Ballas
278f2bdbe4 Commiting latest changes for the gapless mode 2023-01-16 02:13:27 +02:00
Alex Ballas
5e28f6b017 Start working on the gapless playback 2023-01-13 01:27:05 +02:00
Alex Ballas
e3264f6d6d Add skipNext button 2023-01-11 00:16:01 +02:00
Alex Ballas
f263552d49 Merge branch 'devel' of github.com:alexballas/Go2TV into devel 2022-11-17 10:41:10 +02:00
Alex Ballas
28c5351195 Don't allow multiple error to appear. Block new error until the user dismisses the visible one. Disable hotkeys when not int the main tab 2022-09-20 20:57:20 +03:00
Alex Ballas
799cc872ce Reduce unnecessary errors 2022-09-19 22:16:21 +03:00
Alex Ballas
a90d672a95 Add support for .dv files in the GUI mode. Fix multiple errors issue when trying to preview or play a deleted file 2022-09-19 16:22:53 +03:00
Alex Ballas
60dee3c34c Introduce NewTVPayload function 2022-08-31 20:51:38 +03:00
Alex Ballas
05005079a6 Change code to make it easier to profile. Reduce the os.Exit calls and wrap everything to a single run function. 2022-08-29 20:09:28 +03:00
Alex Ballas
d29eaded20 Add protocol info check for the selected devices 2022-08-28 11:27:14 +03:00
Alex Ballas
8597400f81 Debug option 2022-08-24 00:16:26 +03:00
Alex Ballas
e73eb78203 add logging to the soapcalls package 2022-08-02 23:44:37 +03:00
Alex Ballas
2242c54120 UPNP protocol improvements 2022-06-08 19:47:38 +03:00
Alex Ballas
9c5a3ed057 Update / Add test 2022-05-11 21:42:34 +03:00
Alex Ballas
12bd2f703e changes to hide the black window when transcoding in Windows 2022-04-15 16:38:58 +03:00
Alex Ballas
2125731c79 improve the transcoding logic 2022-04-14 21:10:11 +03:00
Alex Ballas
0a61af74c0 Just commiting the latest changes. Transcoding does not work yet. 2022-04-12 19:55:00 +03:00
Alex Ballas
81c39c3c01 Run gofumpt 2022-02-23 03:53:17 +02:00
Alex Ballas
4ae4096160 Move some item out of the internal folder. Update documentation for the exported items 2022-02-23 03:02:53 +02:00
Alex Ballas
b14314b5e6 Properly initialize the TVPayload struct 2022-02-20 14:42:50 +02:00
Alex Ballas
c3f556483b In the case of an image, close reader after we do io.ReadAll 2022-02-13 16:14:58 +02:00
Alex Ballas
a755f04fb7 Final fix for recent Android crashes 2022-02-13 15:55:06 +02:00
Alex Ballas
61613e9976 Trying to fix Android Crash 2022-02-13 12:42:05 +02:00