Skip to content

Releases: linuxserver/docker-tvheadend

18effa8a-ls166

21 May 19:25
Compare
Choose a tag to compare

LinuxServer Changes:

Install XMLTV from Alpine repos.

tvheadend Changes:

  • fixed bug with _lang3_to_lang2()
    Typo made using lang instead of lang3 in lookup map
  • clean by running through autopep8
  • Add more exception handling to prevent it crashing
    Still needs some improvements with exception types
  • tidy up for pylint
  • python 2 is deprecated - simplify for python 3

18effa8a-ls165

20 May 22:02
Compare
Choose a tag to compare

LinuxServer Changes:

Install XMLTV from Alpine repos.

tvheadend Changes:

  • fixed bug with _lang3_to_lang2()
    Typo made using lang instead of lang3 in lookup map
  • clean by running through autopep8
  • Add more exception handling to prevent it crashing
    Still needs some improvements with exception types
  • tidy up for pylint
  • python 2 is deprecated - simplify for python 3

18effa8a-ls164

20 May 15:48
Compare
Choose a tag to compare

LinuxServer Changes:

Install XMLTV from Alpine repos.

tvheadend Changes:

  • fixed bug with _lang3_to_lang2()
    Typo made using lang instead of lang3 in lookup map
  • clean by running through autopep8
  • Add more exception handling to prevent it crashing
    Still needs some improvements with exception types
  • tidy up for pylint
  • python 2 is deprecated - simplify for python 3

18effa8a-ls163

19 May 17:45
Compare
Choose a tag to compare

LinuxServer Changes:

Install XMLTV from Alpine repos.

tvheadend Changes:

  • fixed bug with _lang3_to_lang2()
    Typo made using lang instead of lang3 in lookup map
  • clean by running through autopep8
  • Add more exception handling to prevent it crashing
    Still needs some improvements with exception types
  • tidy up for pylint
  • python 2 is deprecated - simplify for python 3

18effa8a-ls162

06 May 16:04
Compare
Choose a tag to compare

LinuxServer Changes:

Extract picons during build instead of init.

tvheadend Changes:

  • fixed bug with _lang3_to_lang2()
    Typo made using lang instead of lang3 in lookup map
  • clean by running through autopep8
  • Add more exception handling to prevent it crashing
    Still needs some improvements with exception types
  • tidy up for pylint
  • python 2 is deprecated - simplify for python 3

18effa8a-ls161

29 Apr 15:55
Compare
Choose a tag to compare

LinuxServer Changes:

Extract picons during build instead of init.

tvheadend Changes:

  • fixed bug with _lang3_to_lang2()
    Typo made using lang instead of lang3 in lookup map
  • clean by running through autopep8
  • Add more exception handling to prevent it crashing
    Still needs some improvements with exception types
  • tidy up for pylint
  • python 2 is deprecated - simplify for python 3

18effa8a-ls160

22 Apr 16:04
Compare
Choose a tag to compare

LinuxServer Changes:

Extract picons during build instead of init.

tvheadend Changes:

  • fixed bug with _lang3_to_lang2()
    Typo made using lang instead of lang3 in lookup map
  • clean by running through autopep8
  • Add more exception handling to prevent it crashing
    Still needs some improvements with exception types
  • tidy up for pylint
  • python 2 is deprecated - simplify for python 3

f32c7c59-ls159

15 Apr 16:11
Compare
Choose a tag to compare

LinuxServer Changes:

Extract picons during build instead of init.

tvheadend Changes:

update to ffmpeg 5.1.2

  • ffmpeg_static will always compile with ffmpeg 5.1.2
  • Makefile.ffmpeg added to 5.1.2
  • src/muxer/muxer_libav.c: update 'AVOutputFrmat' to 'const AVOutputFrmat'
  • src/transcoding/transcode/hwaccels/vaapi.c --> incorporated the struct from libavcodec/vaapi.h
  • src/transcoding/transcode/video.c: update type for qdata_size

e0f2d323-ls158

08 Apr 16:14
Compare
Choose a tag to compare

LinuxServer Changes:

Extract picons during build instead of init.

tvheadend Changes:

tv_meta_tvdb.py: Fix 'languague' typo.

Typo 'languague' prevents the script from fetching poster art.

Fixes #6262.

a10f7ea4-ls157

02 Apr 15:38
Compare
Choose a tag to compare

LinuxServer Changes:

Extract picons during build instead of init.

tvheadend Changes:

tvhmeta: Fix tvhmeta authentication to the tvheadend API.

Construct and add an Authorization header to the request, when a
username and password are provided to tvhmeta.

This fixes #6260.