Releases: linuxserver/docker-tvheadend
466a0143-ls20
LinuxServer Changes:
Rebase to Alpine 3.9, fix init logic to only chown once.
tvheadend Changes:
en50221: fix menu text decoding
getmenutext() checks that dvb_get_string() returns greater than 0, but
that function returns 0 on success.
This causes menu text decoding to always fail, resulting in no menu
texts.
Fix the check to match dvb_get_string() behavior.
6bfeca6c-ls19
LinuxServer Changes:
Rebase to Alpine 3.9, fix init logic to only chown once.
tvheadend Changes:
dvbpsi: fix the freesat bouquet update (inverted condition), fixes #5572
466a0143-ls19
LinuxServer Changes:
Rebase to Alpine 3.9, fix init logic to only chown once.
tvheadend Changes:
en50221: fix menu text decoding
getmenutext() checks that dvb_get_string() returns greater than 0, but
that function returns 0 on success.
This causes menu text decoding to always fail, resulting in no menu
texts.
Fix the check to match dvb_get_string() behavior.
6bfeca6c-ls18
LinuxServer Changes:
Rebase to Alpine 3.9, fix init logic to only chown once.
tvheadend Changes:
dvbpsi: fix the freesat bouquet update (inverted condition), fixes #5572
6bfeca6c-ls17
LinuxServer Changes:
Rebase to Alpine 3.9, fix init logic to only chown once.
tvheadend Changes:
dvbpsi: fix the freesat bouquet update (inverted condition), fixes #5572
6bfeca6c-pkg-48547e65-ls16
LinuxServer Changes:
Rebase to Alpine 3.9, fix init logic to only chown once.
tvheadend Changes:
dvbpsi: fix the freesat bouquet update (inverted condition), fixes #5572
6bfeca6c-pkg-d2a14988-ls15
LinuxServer Changes:
Rebase to Alpine 3.9, fix init logic to only chown once.
tvheadend Changes:
dvbpsi: fix the freesat bouquet update (inverted condition), fixes #5572
6bfeca6c-pkg-33d3252e-ls14
LinuxServer Changes:
Rebase to Alpine 3.9, fix init logic to only chown once.
tvheadend Changes:
dvbpsi: fix the freesat bouquet update (inverted condition), fixes #5572
6bfeca6c-pkg-33d3252e-ls13
LinuxServer Changes:
Rebase to Alpine 3.9, fix init logic to only chown once.
tvheadend Changes:
dvbpsi: fix the freesat bouquet update (inverted condition), fixes #5572
67e75a93-pkg-fa1c3382-ls9
LinuxServer Changes:
Rebase to Alpine 3.9, fix init logic to only chown once.
tvheadend Changes:
api: return an error when incomplete query is passed, fixes #5568