Skip to content

Releases: linuxserver/docker-tvheadend

466a0143-ls20

24 May 02:50
Compare
Choose a tag to compare

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

17 May 03:49
Compare
Choose a tag to compare

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

20 May 22:27
Compare
Choose a tag to compare

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

10 May 03:26
Compare
Choose a tag to compare

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

03 May 02:48
Compare
Choose a tag to compare

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

19 Apr 03:39
Compare
Choose a tag to compare

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

12 Apr 04:06
Compare
Choose a tag to compare

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

28 Mar 23:44
Compare
Choose a tag to compare

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

28 Mar 09:40
Compare
Choose a tag to compare

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

28 Mar 08:27
Compare
Choose a tag to compare
Pre-release

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