Releases: linuxserver/docker-tvheadend
18effa8a-ls166
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
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
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
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
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
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
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
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
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
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.