Commit graph

27 commits

Author SHA1 Message Date
José Carlos Cuevas
36469ab29d feat: Volume bar, better layout for playback controls 2024-11-20 11:34:18 +01:00
94b147f6f7 feat: New layout, use AC new APIs, upgrade to Fyne 2.5 2024-11-19 18:28:47 +01:00
9c15e00066 Updated to the latest radiospiral server 2024-11-15 01:47:40 +01:00
f5d039279b fix: remove superflous code 2023-12-19 11:42:03 +01:00
a110cb86ed fix: bug when there's no host information, leading to a crash 2023-12-19 11:31:35 +01:00
cd3a909e61 fix: Better management of stop and play behavior
Removed the need of cancelreader that didn't work on Windows
as expected, so we did away with the silly pipe to return a
ReadCloser of the output, and used the object directly from
the RadioPlayer object itself. Now when we stop, we close the
stream and the ffmpeg instance.
2023-12-17 16:05:49 +01:00
d5a7bb9a0b chore: refactor the radio player to its own file 2023-12-11 10:57:23 +01:00
f99baee6e0 fix: Windows path for included ffmpeg 2023-12-08 17:44:22 +01:00
8c48b48371 feat: buffering indicator implemented, solved bug reading when paused 2023-12-08 01:52:40 +01:00
56cc38144d feat: detect OS and use the ffmpeg exe name 2023-12-06 19:35:10 +01:00
f3cf682b38 feat: added link to RadioSpiral page 2023-12-06 18:44:57 +01:00
822094de4c fix: mute function did not mute 2023-12-06 16:32:47 +01:00
0a75f65a02 fix: better play button icon usage 2023-12-06 16:29:50 +01:00
91c2d22253 feat: add mute volume button 2023-12-06 16:28:49 +01:00
72178cb4bc feat: engine changed from mplayer to ffmpeg + oto 2023-12-06 16:27:24 +01:00
9560e20744 chore: Documentation and copyright 2023-12-05 16:24:38 +01:00
d73afa3d7f fix: try to get the header image as good as possible 2023-12-05 15:57:36 +01:00
24a7e1b4ed feat: Makefile and bundled resources 2023-12-05 14:36:45 +01:00
f5bec00a1b feat: app icon, Fyne toml file 2023-12-05 12:58:10 +01:00
234f4be42b feat: get stream info from MPlayer, volume buttons, better error control 2023-12-05 12:42:18 +01:00
6d6323d53a feat: Load the show data 2023-12-05 01:08:51 +01:00
José Carlos Cuevas
608d18e03f chore: comment a bit how this app works 2023-12-04 11:34:14 +01:00
José Carlos Cuevas
1828440aea Better initial layout 2023-12-04 11:26:17 +01:00
José Carlos Cuevas
efd07e7126 feat: Retrieve broadcast data, fix https problem 2023-12-04 11:15:05 +01:00
43c7586088 Play, pause and stop status added 2023-12-04 09:38:06 +01:00
c43c008715 Now we play and stop 2023-12-04 09:38:06 +01:00
b21738d4ed Get the radio playing 2023-12-04 09:38:06 +01:00