51 Commits

Author SHA1 Message Date
Alex Ballas
f5bed361df Add FyneApp.toml. Update documentation 2024-12-28 00:28:34 +02:00
Alex Ballas
0ed117e5d5 Allow to seek when transcoding 2024-12-20 22:58:25 +02: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
169884232f Fix mute sound issue. Clean up code 2024-05-10 01:26:13 +03:00
Alex Ballas
847aa6031b Remove deprecated function in tcell 2024-01-02 14:03:22 +02:00
Alex Ballas
4b7e3712f3 update the logging code 2023-09-25 23:45:07 +03:00
Alex Ballas
c76ec7a5e6 Improve compatibility with certain devices 2023-06-03 00:11:18 +03:00
Alex Ballas
9943726d51 Fix context issue. Icon update 2023-05-24 19:44:48 +03:00
Alex Ballas
4e5131149e Add context to the soapcalls API 2023-05-23 19:44:51 +03:00
Alex Ballas
f7cc447ba9 New logo! 2023-05-19 23:16:42 +03:00
Alex Ballas
c244a81ac4 Slider bar improvements 2023-03-30 01:31:05 +03:00
Alex Ballas
8a19bb242b Updates on the seek bar functionality 2023-02-06 02:06:01 +02:00
Alex Ballas
ff75e600b3 Add some code for position getting that I'm looking to use in 1.15 2023-01-31 00:28:22 +02:00
Alex Ballas
6f2c42b176 Gapless playback improvements. UI improvements 2023-01-27 00:34:59 +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
f263552d49 Merge branch 'devel' of github.com:alexballas/Go2TV into devel 2022-11-17 10:41:10 +02:00
Alex Ballas
7b4571fc8f Improve error handling for the API 2022-09-27 20:57:14 +03:00
Alex Ballas
86c441abe2 Small changes here and there 2022-09-22 01:35:51 +03:00
Alex Ballas
984d58e92e loosen the protocol info checks 2022-09-07 09:11:00 +03:00
Alex Ballas
60dee3c34c Introduce NewTVPayload function 2022-08-31 20:51:38 +03:00
Alex Ballas
d29eaded20 Add protocol info check for the selected devices 2022-08-28 11:27:14 +03:00
Alex Ballas
eb794a80ab Add Status code to logging 2022-08-25 17:39:01 +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
3ea5d20dc4 Introduce basic logging in the soapcalls package. WIP 2022-08-01 23:49:30 +03:00
Alex Ballas
dc680fa60c Update recent ProcessStop functionality #2 2022-06-14 18:23:01 +03:00
Alex Ballas
8b1b9c7b39 Update recent ProcessStop functionality 2022-06-14 18:03:51 +03:00
Alex Ballas
31a7a1ca2a Merge pull request #45 from Mikescops/bugfix/stopped-event-while-launching
Prevent stopped event while launching
2022-06-14 18:01:44 +03:00
Corentin Mors
87c327dd88 Use ProcessStop boolean to detect stopped state 2022-06-11 10:52:46 +02:00
Corentin Mors
22dc238ac1 Prevent stopped event while launching 2022-06-10 12:00:19 +02:00
Alex Ballas
2242c54120 UPNP protocol improvements 2022-06-08 19:47:38 +03:00
Alex Ballas
b9dc31404f misspell 2022-04-27 22:54:00 +03:00
Alex Ballas
fb4731f36d misspell 2022-04-27 22:53:05 +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
0a61af74c0 Just commiting the latest changes. Transcoding does not work yet. 2022-04-12 19:55:00 +03: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
6b3567fd64 Update project structure 2021-04-13 20:18:25 +03:00
Alex Ballas
3d857e782f Clean ups 2021-02-28 12:14:10 +02:00
Alex Ballas
4f0db492ef Cleaning up 2021-02-21 20:47:51 +02:00
Alex Ballas
f8a0d7a007 Completed basic functionality. There are more changes to be done on the interface side 2021-02-20 23:55:52 +02:00
Alex Ballas
e07ed5a681 Commit to add initial functionality for the interactive terminal. It's still not in a working state. Just commiting the latest changes 2021-02-20 20:11:45 +02:00
Alex Ballas
f85ee4317b Minimum required version is now go v1.16 since the ioutil references were replaced by the io package versions with the latest go version. Reworked the mediaRenderersStates map handling across the code since it was not a good practice to use exported mutex types to handle concurrency. 2021-02-17 23:41:38 +02:00
Alex Ballas
91604167d5 comment fixes 2021-02-15 08:30:19 +02:00
Alex Ballas
bcaf66486c Small improves here and there. Changes in the httpdhandler. 2021-02-15 02:05:15 +02:00
Alex Ballas
91c26ba057 More changes to support UUID refreshs and other workflow fixes around the Subscription functionality. 2021-02-14 17:59:28 +02:00
Alex Ballas
2f14f6052e That was one weird dev work. I hate the upnp protocol. I left some debug lines as I need to have a second look. Just commiting my latest changes 2021-02-14 02:27:34 +02:00
Alex Ballas
0bef5b35af Fully deprecated the goupnp/soap package. Fixed some Windows compatibility issues. Improved the subtitles support and error handling. 2021-02-13 01:42:34 +02:00