github linuxserver/docker-tvheadend fe4df311-ls183

8 months ago

LinuxServer Changes:

Install XMLTV from Alpine repos.

tvheadend Changes:

Fix htsstr_argsplit (treat quotes inside an argument correctly)

There seemed to be a flaw in the splitting logic when it comes to quotes, e.g.:
--output="filename" should be one argument, but htsstr_argsplit treated it as
['--output=', '"filename"] which I think is wrong.

I fixed this and added two tests for this scenario.

Don't miss a new docker-tvheadend release

NewReleases is sending notifications on new releases.