573 Commits

Author SHA1 Message Date
3bbb98318d advertise the correct MediaType when transcoding
Some checks failed
Build for Android / build (push) Has been cancelled
Build for ARMv6 (32-bit) / build (push) Has been cancelled
Build for ARMv8 (64-bit) / build (push) Has been cancelled
Build for Linux / build (push) Has been cancelled
Build for MacOS Intel / build (push) Has been cancelled
Build for MacOS Apple Silicon / build (push) Has been cancelled
Build for Windows / build (push) Has been cancelled
Tests / build (push) Has been cancelled
some TVs fail if you send a Content-Type of the source file (matroska) follow by a transcoded body (mpeg ts)
2025-03-14 10:22:42 +00:00
9afa10dd2e enable ffmpeg functionality outside the GUI paths
Some checks are pending
Build for Android / build (push) Waiting to run
Build for ARMv6 (32-bit) / build (push) Waiting to run
Build for ARMv8 (64-bit) / build (push) Waiting to run
Build for Linux / build (push) Waiting to run
Build for MacOS Intel / build (push) Waiting to run
Build for MacOS Apple Silicon / build (push) Waiting to run
Build for Windows / build (push) Waiting to run
Tests / build (push) Waiting to run
the GUI creates TVPayload directly, and supplies FFmpegPath. the other code paths use NewTVPayload to construct the TVPayload. assigning FFmpegPath here makes sure that the Transcode option can actually be supported.
2025-03-14 08:58:32 +00:00
Alex Ballas
c705b63714 Merge pull request #102 from alexballas/devel
v1.18.1
2025-02-27 00:38:08 +02:00
Alex Ballas
879f8a5701 Update Readme.MD 2025-02-25 01:08:24 +02:00
Alex Ballas
cecd7b0306 Update version to 1.18.1 2025-02-25 01:04:01 +02:00
Alex Ballas
8fcf4de089 Update README.md 2025-02-25 00:31:40 +02:00
Alex Ballas
7efaf56024 Update appdata.xml for upcoming patch release 2025-02-25 00:22:38 +02:00
Alex Ballas
7c9eb50a73 Fix discovery on windows 2025-02-24 21:44:43 +02:00
Alex Ballas
bb1845bea4 Make the SSDP service discovery more robust 2025-02-23 18:03:46 +02:00
Alex Ballas
78fc57d6bd Dynamic port allocation for ssdp searching 2025-02-23 15:55:37 +02:00
Alex Ballas
a09958de1b Improve device list refresh logic on app startup 2025-02-19 00:09:49 +02:00
Alex Ballas
afc5056533 Fix some dialogs' size 2025-01-05 01:02:04 +02:00
Alex Ballas
9b6e831f52 Update branding 2025-01-05 00:07:57 +02:00
Alex Ballas
ab0952f90a Update logo 2025-01-04 22:56:47 +02:00
Alex Ballas
0b2fee89f9 Update screenshots 2025-01-04 15:11:31 +02:00
Alex Ballas
a123fc0d0d Trying to please flathub with a shorter summary 2025-01-04 14:13:44 +02:00
Alex Ballas
e1c1384390 Merge pull request #99 from alexballas/devel
Update appdata.xml
2025-01-03 00:20:56 +02:00
Alex Ballas
94779ba7f7 Update appdata.xml 2025-01-02 23:59:11 +02:00
Alex Ballas
21fd9cf8dc Merge pull request #98 from alexballas/devel
v1.18.0
2025-01-02 22:51:35 +02:00
Alex Ballas
5dab4768df Update translations 2025-01-02 16:14:59 +02:00
Alex Ballas
9421b75dfd Fix crash when using gapless playback 2024-12-31 02:21:28 +02:00
Alex Ballas
6e4be5179f Fix broken builds 2024-12-30 17:41:50 +02:00
Alex Ballas
ed6398337a Update translatios 2024-12-30 17:36:30 +02:00
Alex Ballas
01c8321ebe Merge pull request #97 from lostdusty/patch-1
Don't assume ffmpeg paths
2024-12-30 17:28:57 +02:00
Alex Ballas
c72f40be10 Merge branch 'devel' into patch-1 2024-12-30 15:19:21 +02:00
Alex Ballas
ee927296a9 Update settings window. Add a button to reset the ffmpeg path 2024-12-30 00:04:21 +02:00
Alex Ballas
e426f3f348 Update theme code AGAIN 2024-12-29 23:44:55 +02:00
lostdusty
7cdbe3505b don't assume ffmpeg paths
i personally don't have ffmpeg on `C:\ffmpeg\bin\ffmpeg`, and others may not have it on `/opt/homebrew/bin/ffmpeg`. i think its better to not assume paths, and use exec.LookPath to find ffmpeg for us
2024-12-29 17:14:22 -03:00
Alex Ballas
f7b4cbe7ab Dead code 2024-12-29 21:48:47 +02:00
Alex Ballas
9317d63f33 Better system theme detection. 2024-12-29 16:45:09 +02:00
Alex Ballas
1611920e65 misspell 2024-12-28 16:17:57 +02:00
Alex Ballas
cec5657f45 Fix Windows build 2024-12-28 01:24:35 +02:00
Alex Ballas
f5bed361df Add FyneApp.toml. Update documentation 2024-12-28 00:28:34 +02:00
Alex Ballas
f9da0a9812 Clean up stuff 2024-12-27 16:47:08 +02:00
Alex Ballas
bc36f1e30f Update readme 2024-12-26 15:58:51 +02:00
Alex Ballas
96c4cfd49d Further UI improvements 2024-12-25 23:19:09 +02:00
Alex Ballas
5b02dccef1 Update translations 2024-12-25 00:38:56 +02:00
Alex Ballas
1eca8b0cd1 FFmpeg UI improvement. Fix language change for Windows and Mac 2024-12-24 23:55:47 +02:00
Alex Ballas
1c563c65e7 Fix mobile build 2024-12-22 02:27:01 +02:00
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
95006960a7 Pass charenc in ffmpeg only if it's not UTF-8 2024-12-21 00:18:21 +02:00
Alex Ballas
d4f4053fca Add seek support on dragEnd for transcoded streams 2024-12-20 23:46:41 +02:00
Alex Ballas
8d37dc7b23 Fix Windows build 2024-12-20 23:16:48 +02:00
Alex Ballas
b85b2724f2 Update a poorly written comment 2024-12-20 23:12:36 +02:00
Alex Ballas
0ed117e5d5 Allow to seek when transcoding 2024-12-20 22:58:25 +02:00
Alex Ballas
101e153c3b Update screenshots again 2024-12-15 02:02:46 +02:00
Alex Ballas
45bbed74a0 Update screenshots 2024-12-15 01:56:23 +02:00
Alex Ballas
1a34b30f30 Merge pull request #95 from alexballas/devel
v1.17.1
2024-12-14 17:00:57 +02:00
Alex Ballas
ca80eab256 Update appdata and bump version to 1.17.1. 2024-12-14 00:50:30 +02:00
Alex Ballas
c01fdb41ca Asset changes 2024-12-13 02:06:07 +02:00