Commit Graph

145 Commits

Author SHA1 Message Date
a04b0ede50 fix tmp dir permissions crash
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-11 12:29:49 +11:00
84de46a2f2 cleanup version numbers
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-11 12:20:36 +11:00
5eaf5efdb6 improve Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-11 12:13:10 +11:00
fb62353de4 fix docker image location
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-11 12:08:58 +11:00
fa9d41e10c and again
Some checks failed
continuous-integration/drone/push Build encountered an error
2026-02-11 12:07:17 +11:00
e07d4dd878 again
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-11 12:01:14 +11:00
6053207034 pipeline fix
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-11 11:58:47 +11:00
6a8b4bed28 try again
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-11 11:56:30 +11:00
45685ce592 fix drone yml
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-11 11:53:44 +11:00
43a9cf5a7e bugfix
Some checks failed
continuous-integration/drone/push Build encountered an error
2026-02-11 11:52:34 +11:00
a23cc7a183 change pipeline
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-11 11:40:30 +11:00
b069d5bee8 many updates 2026-02-11 11:38:26 +11:00
8cb9e43a72 Redesign UI and add first-party Docker runtime support 2026-02-11 11:04:39 +11:00
xteve-project
0e999b85b9 Update readme.md 2.2.0.200 2021-03-29 20:26:19 +02:00
xteve-project
e4b3667fe0 v2.2.0.0200 2021-03-29 19:55:06 +02:00
xteve-project
e44eff0645 Add go.mod and go.sum. Require go v1.16 2021-03-29 19:47:56 +02:00
xteve-project
884b427754 v2.1.3.0131 2021-01-21 20:02:12 +01:00
xteve-project
25bad13800 compile js 2021-01-21 19:50:35 +01:00
xteve-project
d2456b0506 Merge branch 'fix/209/unset-category' 2021-01-21 19:38:45 +01:00
beardypig
19b9a259b1 Correctly unset the category for a channel in XEPG
Stores `""` to `x-category` when the category is unset, previosuly `"-"` was stored which would append a `<category>` to each `<programme>` for the channel.

fixes #209
2021-01-21 11:59:50 +01:00
xteve-project
441cefa3a4 v2.1.3.0130 2020-11-22 17:17:20 +01:00
xteve-project
014f5b7218 Dummy new times
Fixed searching for XMLTV file (Mapping)
2020-11-20 22:13:52 +01:00
xteve-project
0310b7e738 v2.1.2.0129 2020-10-17 14:08:25 +02:00
xteve-project
6d890cfd33 Fixed: undefined playlist 2020-10-16 16:43:56 +02:00
marmei
410cc3648f v2.1.2.0128 2020-10-09 13:00:28 +02:00
marmei
07f9cac3c5 gitignore 2020-10-03 11:57:40 +02:00
marmei
f43ce0f7c5 Bug fix: Image caching (#172) 2020-10-03 11:56:50 +02:00
marmei
db59f7ef37 Add XML tag: rating, credits 2020-09-26 18:35:16 +02:00
marmei
b407ec5bf0 Exit disabled when GitHub is unreachable 2020-07-13 16:19:28 +02:00
marmei
d8fc1aea97 Schedule can be deactivated 2020-06-03 23:11:25 +02:00
marmei
38333d65cb Add content type (BUffer): video/x-matroska 2020-05-16 09:21:34 +02:00
marmei
a6a9b90937 Merge branch 'pr/136' into beta 2020-05-16 09:19:04 +02:00
marmei
2b3fe6a09d v2.1.2.0122 2020-05-15 19:43:07 +02:00
Raf
a09eca59a7 cleanup channel hash map logic 2020-05-15 11:53:42 -04:00
marmei
0df3b4d755 Merge branch 'pr/136' into beta 2020-05-15 00:20:21 +02:00
marmei
5552514a1f Merge branch 'pr/134' into beta 2020-05-14 23:44:30 +02:00
Raf
5fceb1d34f update change log to match upstream beta 2020-05-14 10:15:42 -04:00
Raf
fb5d0a3904 freenumbergen-start at settings.firstchannel
if free
2020-05-14 09:39:28 -04:00
Raf
28fe4dcf1c Speedup db update for large files 2020-05-14 09:39:28 -04:00
marmei
bc307a7cd4 2.1.2.0121 2020-05-14 09:39:28 -04:00
marmei
fd3024d7ff v2.1.2.0120 2020-05-14 09:39:28 -04:00
marmei
d3f6725ba6 Update changelog-beta.md 2020-01-24 2020-05-14 09:38:30 -04:00
marmei
c266012db3 Update changelog-beta.md 2020-01-13 2020-05-14 09:38:30 -04:00
5Ub-Z3r0
d602b60710 Merge branch 'master' into beta 2020-05-13 21:34:27 +02:00
5Ub-Z3r0
67b7ba6df9 Add support for proxying multicast streams through a UDPxy server.
This commit adds support for proxying multicast streams through a UDPxy
server. If the stream is multicast, and a udpxy server is set in the
configuration, then the channel URL is rewritten to use the UDPxy
service configured.

The stream URL rewriting is done regardless of the buffer option set.

Signed-off-by: 5Ub-Z3r0 <1673590+5Ub-Z3r0@users.noreply.github.com>
2020-05-13 21:26:24 +02:00
marmei
71dfe91272 New flag -dev: Activates developer mode 2020-05-13 10:25:50 +02:00
marmei
534510a4ec Websocket error 2020-03-02 17:03:56 +01:00
marmei
2d10fc9313 Merge branch 'beta' 2020-02-19 19:39:05 +01:00
marmei
a63a9c0d8f 2.1.2.0121 2020-02-19 19:38:56 +01:00
marmei
dd911d6e5d M3U error message changed 2020-02-19 19:35:41 +01:00