]> git.ipfire.org Git - thirdparty/tvheadend.git/log
thirdparty/tvheadend.git
11 months agoUpdate Fedora versions for cloudsmith uploads
Flole [Thu, 22 Aug 2024 16:55:40 +0000 (18:55 +0200)] 
Update Fedora versions for cloudsmith uploads

11 months agoUpdate linuxdvb_satconf.c - lnb poweroff requires power save
Michael Jahn [Fri, 9 Aug 2024 16:31:26 +0000 (18:31 +0200)] 
Update linuxdvb_satconf.c - lnb poweroff requires power save

Extend description to make it clear that lnb_poweroff also requires "power save" setting.

11 months agoupdate vaapi - vainfo
uknunknown [Tue, 23 May 2023 02:48:04 +0000 (19:48 -0700)] 
update vaapi - vainfo

- add enable vainfo detection checkbox in config
- defined PT_DYN_INT to load integer field from function
- PT_DYN_INT must be paired with dyn_i
- show only VAAPI codecs advertised by vainfo
- defined two invisible fields: ui and uilp used for UI enable/disable features
- check if bitrate is greater than max_bitrate (fix to avoid tvh crash)
- vp8, vp9 separate Global Quality from Quality
- load quality and max B frames filters from vainfo
- UI has several constrains or warnings implemented using vainfo
- separated 'b_depth' from 'bf'

12 months agoEnforce issue templates on GitHub
Flole [Sat, 10 Aug 2024 16:19:02 +0000 (16:19 +0000)] 
Enforce issue templates on GitHub

12 months agoReplace deprecated channels/channel_layout
André Apitzsch [Sun, 23 Jun 2024 14:50:50 +0000 (16:50 +0200)] 
Replace deprecated channels/channel_layout

12 months agoFix function passed to avio_alloc_context() (ffmpeg 7)
André Apitzsch [Sun, 23 Jun 2024 14:41:28 +0000 (16:41 +0200)] 
Fix function passed to avio_alloc_context() (ffmpeg 7)

12 months agointl: Translate intl/js/tvheadend.js.pot in en_US
transifex-integration[bot] [Thu, 4 Jul 2024 00:03:34 +0000 (00:03 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in en_US

100% translated source file: 'intl/js/tvheadend.js.pot'
on 'en_US'.

12 months agointl: Translate intl/js/tvheadend.js.pot in en_GB
transifex-integration[bot] [Thu, 4 Jul 2024 00:03:25 +0000 (00:03 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in en_GB

100% translated source file: 'intl/js/tvheadend.js.pot'
on 'en_GB'.

12 months agoRework fullscreen request method detection
Daniel Kamil Kozar [Fri, 5 Jul 2024 23:08:16 +0000 (01:08 +0200)] 
Rework fullscreen request method detection

12 months agoAdd dependency for recent Fedora versions
Flole [Fri, 12 Jul 2024 22:34:24 +0000 (22:34 +0000)] 
Add dependency for recent Fedora versions

12 months agoAllow node16 for GitHub Actions
Flole [Thu, 11 Jul 2024 18:06:14 +0000 (18:06 +0000)] 
Allow node16 for GitHub Actions

13 months agoRemove tvheadend user on purge
dave-p [Wed, 26 Jun 2024 06:24:26 +0000 (07:24 +0100)] 
Remove tvheadend user on purge

This fixes #1722 on my test system.

13 months agoRefactor null value handling.
DeltaMikeCharlie [Thu, 27 Jun 2024 07:15:26 +0000 (17:15 +1000)] 
Refactor null value handling.

13 months agoReplace deprecated interlaced_frame, top_field_first and key_frame
André Apitzsch [Sun, 23 Jun 2024 14:47:51 +0000 (16:47 +0200)] 
Replace deprecated interlaced_frame, top_field_first and key_frame

13 months agoReplace deprecated av_init_packet()
André Apitzsch [Sun, 23 Jun 2024 14:42:50 +0000 (16:42 +0200)] 
Replace deprecated av_init_packet()

13 months agoRemove useless NULL-check in ratinglabels.c
Flole [Sat, 22 Jun 2024 20:21:10 +0000 (22:21 +0200)] 
Remove useless NULL-check in ratinglabels.c

Found by coverity

13 months agoFix potential null-pointer dereference in muxer_mkv.c
Flole [Sat, 22 Jun 2024 20:26:45 +0000 (22:26 +0200)] 
Fix potential null-pointer dereference in muxer_mkv.c

13 months agoRemove useless NULL-assignment in http.c
Flole [Sat, 22 Jun 2024 20:05:48 +0000 (22:05 +0200)] 
Remove useless NULL-assignment in http.c

Found by coverity

13 months agoUse safer htsmsg_add_str2 when copying de->de_directory
Brett T. Warden [Mon, 17 Jun 2024 20:56:11 +0000 (13:56 -0700)] 
Use safer htsmsg_add_str2 when copying de->de_directory

de->de_directory may be null. htsmsg_add_str passes str unchecked to underlying strlen function. __strlen_avx2 will segfault if str is null.

htsmsg_add_str2 checks the value of args before passing them to htsmsg_add_str, which should prevent this.

Fixes #1712

13 months agoXMLTV: Rating Labels: Use 'NONE' when 'system' attribute is missing
DeltaMikeCharlie [Fri, 14 Jun 2024 19:25:53 +0000 (05:25 +1000)] 
XMLTV: Rating Labels: Use 'NONE' when 'system' attribute is missing

14 months agoAllow setting a custom grace period for LinuxDVB adapters
Daniel Kamil Kozar [Sun, 2 Jun 2024 15:45:13 +0000 (17:45 +0200)] 
Allow setting a custom grace period for LinuxDVB adapters

When using Astrometa to tune to DVB-T2 muxes in Poland, the scans are reported
as complete but the found services have zero elementary services due to the scan
period being too short in order to fetch PMTs.

This change allows overriding the default grace period of 5 seconds with a
custom value. I successfully scanned all services with this setting changed to
15 for this particular adapter/mux combination.

14 months agoAlways compile x265 as PIC
Flole998 [Sat, 1 Jun 2024 14:37:35 +0000 (14:37 +0000)] 
Always compile x265 as PIC

14 months agoUpdate libogg and libfdkaac
Flole998 [Sun, 12 May 2024 18:44:11 +0000 (18:44 +0000)] 
Update libogg and libfdkaac

14 months agoUpdate libx264
Flole998 [Sun, 12 May 2024 18:38:23 +0000 (18:38 +0000)] 
Update libx264

14 months agoUpdate nasm
Flole998 [Sun, 12 May 2024 18:33:43 +0000 (18:33 +0000)] 
Update nasm

14 months agoAdd current pcloud cert
Flole998 [Sun, 12 May 2024 18:33:25 +0000 (18:33 +0000)] 
Add current pcloud cert

14 months agoUpdate x265 to 3.6
Flole998 [Sun, 12 May 2024 14:57:30 +0000 (14:57 +0000)] 
Update x265 to 3.6

14 months agoMake builds parallel and add bookworm and ubuntu 24.04 builds
Flole998 [Fri, 10 May 2024 21:17:34 +0000 (21:17 +0000)] 
Make builds parallel and add bookworm and ubuntu 24.04 builds

14 months ago Extend CORS origin help/hover message
Claudio [Thu, 23 May 2024 21:53:01 +0000 (23:53 +0200)] 
 Extend CORS origin help/hover message

Clarify that the value should be a URL, prefixed with http:// or https://, and not "bare" domains, which currently silently fail to save. Fixes (partially) #1700.

14 months agodvr: Added missing directory to rerecord-entry
malex_14 [Mon, 3 Jun 2024 13:21:58 +0000 (15:21 +0200)] 
dvr: Added missing directory to rerecord-entry

Previously if you had a directory set on a recording and this recording
needed to be rerecorded, the directory was not kept in the new entry.

14 months agotvhdhomerun: Add ISDB to type check in tvhdhomerun_device_create
diogosalazar [Mon, 20 May 2024 20:42:50 +0000 (16:42 -0400)] 
tvhdhomerun: Add ISDB to type check in tvhdhomerun_device_create

This commit adds support for ISDB in the type check of the tvhdhomerun_device_create function in tvhdhomerun.c.
This allows the function to handle ISDB type devices, which previously would have been changed to a DVB device on startup every time despite overrides.

14 months agoDocker/Alpine: Remove USB group
Olliver Schinagl [Mon, 3 Jun 2024 14:09:17 +0000 (16:09 +0200)] 
Docker/Alpine: Remove USB group

The USB group has been removed from upstream alpine in commit
bb00d0e4f345 ("main/alpine-baselayout: remove mem and usb group") which
was a fixup on commit
f16d0754d601 ("main/alpine-baselayout: remove unused/moved users and groups")

Lets remove it here as well as we cannot join the group any longer.

Besides, device access is probably better managed with host specific
udev rules.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
15 months agoFix echo target for superuser file in Debian postinst
Michael Marley [Fri, 26 Apr 2024 17:50:17 +0000 (13:50 -0400)] 
Fix echo target for superuser file in Debian postinst

aba5e60792177d6a2a867445559f4806973b3258 was causing the username
and password to get printed to the console instead of being put in
the correct file.  Also, use the modern $() syntax instead of ``
and quote all variable assignments.

15 months agoCorrect M3U playlist logo tag
djlucas123456 [Fri, 26 Apr 2024 03:54:17 +0000 (03:54 +0000)] 
Correct M3U playlist logo tag

15 months agoProperly escape json in setup
Flole [Wed, 24 Apr 2024 14:29:14 +0000 (16:29 +0200)] 
Properly escape json in setup

15 months agosatip: Ignore additional parameters
Flole [Wed, 24 Apr 2024 14:24:06 +0000 (16:24 +0200)] 
satip: Ignore additional parameters

Instead or erroring, ignore additional parameters, as required by the specs in  3.5.11 where it says "Unknown attributes shall be ignored by the server"

15 months agoconfigure: fix parsing args if values contain "="
MichaIng [Thu, 18 Apr 2024 19:05:22 +0000 (21:05 +0200)] 
configure: fix parsing args if values contain "="

Currently, when the value of an option passed to the configure script as argument contains an equal sign "=", the part of the string up to the second equal sign is used as option. This commit changes how the string is split, so that always only the part up to the first equal sign is interpreted as option.

"${var%=*}" removes everything from the last equal sign, "${var%%=*}" removes everything from the first equal sign.

This allows to pass CFLAGS, which usually contain equal signs, like
"--cflags=-march=armv6 -mfloat-abi=hard -mfpu=vfp"

For reference: https://github.com/tvheadend/tvheadend/issues/1665

Signed-off-by: MichaIng <micha@dietpi.com>
15 months agoUpdate WebUI to allow debug/trace subsystem selection from a list.
DeltaMikeCharlie [Fri, 19 Apr 2024 00:17:53 +0000 (10:17 +1000)] 
Update WebUI to allow debug/trace subsystem selection from a list.

15 months agoAdd subsystems to JSON API.
DeltaMikeCharlie [Sat, 13 Apr 2024 04:54:25 +0000 (14:54 +1000)] 
Add subsystems to JSON API.

16 months agoFix detection of unknown version numbers in support/version
Flole [Mon, 8 Apr 2024 19:17:31 +0000 (21:17 +0200)] 
Fix detection of unknown version numbers in support/version

Fixes: #1683
16 months agoUpdate manpage
Flole [Sun, 24 Mar 2024 13:38:57 +0000 (14:38 +0100)] 
Update manpage

- Replace freenode with libera
- Change copyright info

16 months agowebui: Fix year being replaced incorrectly when using custom date format
xofe [Sun, 24 Mar 2024 04:07:12 +0000 (04:07 +0000)] 
webui: Fix year being replaced incorrectly when using custom date format

fixes regression in 2ca8a19

16 months agointl: Translate intl/docs/tvheadend.doc.pot in pl
transifex-integration[bot] [Mon, 18 Mar 2024 13:31:21 +0000 (13:31 +0000)] 
intl: Translate intl/docs/tvheadend.doc.pot in pl

100% translated source file: 'intl/docs/tvheadend.doc.pot'
on 'pl'.

16 months agointl: Translate intl/docs/tvheadend.doc.pot in pl
transifex-integration[bot] [Mon, 18 Mar 2024 08:30:45 +0000 (08:30 +0000)] 
intl: Translate intl/docs/tvheadend.doc.pot in pl

98% of minimum 80% translated source file: 'intl/docs/tvheadend.doc.pot'
on 'pl'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

16 months agointl: Translate intl/docs/tvheadend.doc.pot in pl
transifex-integration[bot] [Sun, 17 Mar 2024 07:55:52 +0000 (07:55 +0000)] 
intl: Translate intl/docs/tvheadend.doc.pot in pl

95% of minimum 80% translated source file: 'intl/docs/tvheadend.doc.pot'
on 'pl'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

16 months agointl: Translate intl/docs/tvheadend.doc.pot in pl
transifex-integration[bot] [Sat, 16 Mar 2024 08:49:02 +0000 (08:49 +0000)] 
intl: Translate intl/docs/tvheadend.doc.pot in pl

92% of minimum 80% translated source file: 'intl/docs/tvheadend.doc.pot'
on 'pl'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

16 months agointl: Translate intl/docs/tvheadend.doc.pot in pl
transifex-integration[bot] [Fri, 15 Mar 2024 23:36:55 +0000 (23:36 +0000)] 
intl: Translate intl/docs/tvheadend.doc.pot in pl

91% of minimum 80% translated source file: 'intl/docs/tvheadend.doc.pot'
on 'pl'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

16 months agointl: Translate intl/docs/tvheadend.doc.pot in pl
transifex-integration[bot] [Fri, 15 Mar 2024 06:51:43 +0000 (06:51 +0000)] 
intl: Translate intl/docs/tvheadend.doc.pot in pl

90% of minimum 80% translated source file: 'intl/docs/tvheadend.doc.pot'
on 'pl'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

16 months agointl: Translate intl/docs/tvheadend.doc.pot in pl
transifex-integration[bot] [Thu, 14 Mar 2024 17:03:38 +0000 (17:03 +0000)] 
intl: Translate intl/docs/tvheadend.doc.pot in pl

87% of minimum 80% translated source file: 'intl/docs/tvheadend.doc.pot'
on 'pl'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

16 months agointl: Translate intl/docs/tvheadend.doc.pot in pl
transifex-integration[bot] [Thu, 14 Mar 2024 08:11:04 +0000 (08:11 +0000)] 
intl: Translate intl/docs/tvheadend.doc.pot in pl

86% of minimum 80% translated source file: 'intl/docs/tvheadend.doc.pot'
on 'pl'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

16 months agointl: Translate intl/docs/tvheadend.doc.pot in pl
transifex-integration[bot] [Wed, 13 Mar 2024 07:49:40 +0000 (07:49 +0000)] 
intl: Translate intl/docs/tvheadend.doc.pot in pl

85% of minimum 80% translated source file: 'intl/docs/tvheadend.doc.pot'
on 'pl'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

16 months agointl: Translate intl/docs/tvheadend.doc.pot in pl
transifex-integration[bot] [Tue, 12 Mar 2024 07:47:28 +0000 (07:47 +0000)] 
intl: Translate intl/docs/tvheadend.doc.pot in pl

82% of minimum 80% translated source file: 'intl/docs/tvheadend.doc.pot'
on 'pl'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

16 months agointl: Translate intl/docs/tvheadend.doc.pot in pl
transifex-integration[bot] [Mon, 11 Mar 2024 23:09:36 +0000 (23:09 +0000)] 
intl: Translate intl/docs/tvheadend.doc.pot in pl

80% of minimum 80% translated source file: 'intl/docs/tvheadend.doc.pot'
on 'pl'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

16 months agointl: Translate intl/docs/tvheadend.doc.pot in pl
transifex-integration[bot] [Mon, 11 Mar 2024 07:49:49 +0000 (07:49 +0000)] 
intl: Translate intl/docs/tvheadend.doc.pot in pl

80% of minimum 80% translated source file: 'intl/docs/tvheadend.doc.pot'
on 'pl'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

16 months agointl: Translate intl/tvheadend.pot in pl
transifex-integration[bot] [Thu, 7 Mar 2024 07:28:49 +0000 (07:28 +0000)] 
intl: Translate intl/tvheadend.pot in pl

100% translated source file: 'intl/tvheadend.pot'
on 'pl'.

16 months agoUpdate README.md
Fergus [Thu, 14 Mar 2024 01:43:41 +0000 (01:43 +0000)] 
Update README.md

Existing (page not found) : https://cloudsmith.io/tvheadend/tvheadend

New: https://cloudsmith.io/~tvheadend/repos/tvheadend/packages/

17 months agoCI: remove NODIRTY option as those builds may be dirty
Flole998 [Sat, 9 Mar 2024 21:53:29 +0000 (22:53 +0100)] 
CI: remove NODIRTY option as those builds may be dirty

17 months agoRevert accidental package renaming
Flole998 [Fri, 8 Mar 2024 19:39:06 +0000 (19:39 +0000)] 
Revert accidental package renaming

17 months agoImprove armv6l-packages and remove various outdated references/commands
Flole998 [Fri, 8 Mar 2024 15:35:14 +0000 (15:35 +0000)] 
Improve armv6l-packages and remove various outdated references/commands

17 months agoCreate special tvheadend-armv6l and tvheadend-dbg-armv6l packages
Flole998 [Thu, 7 Mar 2024 15:18:42 +0000 (16:18 +0100)] 
Create special tvheadend-armv6l and tvheadend-dbg-armv6l packages

Fixes: #1665
17 months agointl: Translate intl/tvheadend.pot in pl
transifex-integration[bot] [Sun, 3 Mar 2024 22:17:53 +0000 (22:17 +0000)] 
intl: Translate intl/tvheadend.pot in pl

100% translated source file: 'intl/tvheadend.pot'
on 'pl'.

17 months agointl: Translate intl/js/tvheadend.js.pot in pl
transifex-integration[bot] [Sat, 2 Mar 2024 22:11:38 +0000 (22:11 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in pl

100% translated source file: 'intl/js/tvheadend.js.pot'
on 'pl'.

17 months agointl: Translate intl/tvheadend.pot in pl
transifex-integration[bot] [Sat, 2 Mar 2024 22:08:07 +0000 (22:08 +0000)] 
intl: Translate intl/tvheadend.pot in pl

100% translated source file: 'intl/tvheadend.pot'
on 'pl'.

17 months agoupdate to libvpx 1.14.0-patch
uknunknown [Mon, 22 Jan 2024 05:12:34 +0000 (21:12 -0800)] 
update to libvpx 1.14.0-patch

added patch

17 months agoImprove autorec duplicate handling
dave-p [Fri, 23 Feb 2024 12:22:38 +0000 (12:22 +0000)] 
Improve autorec duplicate handling

17 months agoci: added more info logging to cloudsmith.sh
6007135 [Wed, 21 Feb 2024 06:54:39 +0000 (00:54 -0600)] 
ci: added more info logging to cloudsmith.sh

17 months agointl: Translate intl/js/tvheadend.js.pot in pl
transifex-integration[bot] [Tue, 27 Feb 2024 22:56:24 +0000 (22:56 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in pl

100% translated source file: 'intl/js/tvheadend.js.pot'
on 'pl'.

17 months agointl: Translate intl/tvheadend.pot in pl
transifex-integration[bot] [Fri, 23 Feb 2024 23:23:18 +0000 (23:23 +0000)] 
intl: Translate intl/tvheadend.pot in pl

100% translated source file: 'intl/tvheadend.pot'
on 'pl'.

17 months agointl: Translate intl/tvheadend.pot in pl
transifex-integration[bot] [Fri, 23 Feb 2024 20:49:49 +0000 (20:49 +0000)] 
intl: Translate intl/tvheadend.pot in pl

100% translated source file: 'intl/tvheadend.pot'
on 'pl'.

17 months agoReplace broken links, update copyright year
Flole998 [Fri, 23 Feb 2024 23:23:45 +0000 (00:23 +0100)] 
Replace broken links, update copyright year

17 months agointl: Translate intl/tvheadend.pot in pl
transifex-integration[bot] [Thu, 22 Feb 2024 18:09:24 +0000 (18:09 +0000)] 
intl: Translate intl/tvheadend.pot in pl

100% translated source file: 'intl/tvheadend.pot'
on 'pl'.

17 months agointl: Translate intl/tvheadend.pot in pl
transifex-integration[bot] [Thu, 22 Feb 2024 08:30:46 +0000 (08:30 +0000)] 
intl: Translate intl/tvheadend.pot in pl

100% translated source file: 'intl/tvheadend.pot'
on 'pl'.

17 months agointl: Translate intl/js/tvheadend.js.pot in ko
transifex-integration[bot] [Thu, 22 Feb 2024 05:01:51 +0000 (05:01 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in ko

82% of minimum 80% translated source file: 'intl/js/tvheadend.js.pot'
on 'ko'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

17 months agointl: Translate intl/js/tvheadend.js.pot in pt
transifex-integration[bot] [Thu, 22 Feb 2024 05:01:39 +0000 (05:01 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in pt

84% of minimum 80% translated source file: 'intl/js/tvheadend.js.pot'
on 'pt'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

17 months agointl: Translate intl/js/tvheadend.js.pot in en_US
transifex-integration[bot] [Thu, 22 Feb 2024 05:01:26 +0000 (05:01 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in en_US

84% of minimum 80% translated source file: 'intl/js/tvheadend.js.pot'
on 'en_US'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

17 months agointl: Translate intl/js/tvheadend.js.pot in it
transifex-integration[bot] [Thu, 22 Feb 2024 05:01:14 +0000 (05:01 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in it

81% of minimum 80% translated source file: 'intl/js/tvheadend.js.pot'
on 'it'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

17 months agointl: Translate intl/js/tvheadend.js.pot in en_GB
transifex-integration[bot] [Thu, 22 Feb 2024 05:00:49 +0000 (05:00 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in en_GB

84% of minimum 80% translated source file: 'intl/js/tvheadend.js.pot'
on 'en_GB'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

17 months agointl: Translate intl/js/tvheadend.js.pot in et
transifex-integration[bot] [Thu, 22 Feb 2024 05:00:36 +0000 (05:00 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in et

82% of minimum 80% translated source file: 'intl/js/tvheadend.js.pot'
on 'et'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

17 months agointl: Translate intl/js/tvheadend.js.pot in nl
transifex-integration[bot] [Thu, 22 Feb 2024 05:00:24 +0000 (05:00 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in nl

81% of minimum 80% translated source file: 'intl/js/tvheadend.js.pot'
on 'nl'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

17 months agointl: Translate intl/js/tvheadend.js.pot in es
transifex-integration[bot] [Thu, 22 Feb 2024 05:00:11 +0000 (05:00 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in es

84% of minimum 80% translated source file: 'intl/js/tvheadend.js.pot'
on 'es'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

17 months agointl: Translate intl/js/tvheadend.js.pot in hu
transifex-integration[bot] [Thu, 22 Feb 2024 04:59:58 +0000 (04:59 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in hu

80% of minimum 80% translated source file: 'intl/js/tvheadend.js.pot'
on 'hu'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

17 months agointl: Translate intl/js/tvheadend.js.pot in fr
transifex-integration[bot] [Thu, 22 Feb 2024 04:59:46 +0000 (04:59 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in fr

89% of minimum 80% translated source file: 'intl/js/tvheadend.js.pot'
on 'fr'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

17 months agointl: Translate intl/js/tvheadend.js.pot in de
transifex-integration[bot] [Thu, 22 Feb 2024 04:59:21 +0000 (04:59 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in de

84% of minimum 80% translated source file: 'intl/js/tvheadend.js.pot'
on 'de'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

17 months agointl: Translate intl/js/tvheadend.js.pot in cs
transifex-integration[bot] [Thu, 22 Feb 2024 04:59:12 +0000 (04:59 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in cs

81% of minimum 80% translated source file: 'intl/js/tvheadend.js.pot'
on 'cs'.

Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format

17 months agoGive comment-on-labels.yml permissions to write to PRs
Flole998 [Thu, 22 Feb 2024 13:40:36 +0000 (14:40 +0100)] 
Give comment-on-labels.yml permissions to write to PRs

17 months agoAdd OpenCollective donate link to Wizard
DeltaMikeCharlie [Wed, 21 Feb 2024 18:39:43 +0000 (05:39 +1100)] 
Add OpenCollective donate link to Wizard

17 months agotransifex: Updates for project Tvheadend and language pl (#1655)
transifex-integration[bot] [Thu, 22 Feb 2024 05:01:40 +0000 (09:01 +0400)] 
transifex: Updates for project Tvheadend and language pl (#1655)

* intl: Translate intl/js/tvheadend.js.pot in pl

100% translated source file: 'intl/js/tvheadend.js.pot'
on 'pl'.

* intl: Translate intl/tvheadend.pot in pl

100% translated source file: 'intl/tvheadend.pot'
on 'pl'.

* intl: Translate intl/js/tvheadend.js.pot in pl

100% translated source file: 'intl/js/tvheadend.js.pot'
on 'pl'.

* intl: Translate intl/js/tvheadend.js.pot in pl

100% translated source file: 'intl/js/tvheadend.js.pot'
on 'pl'.

* intl: Translate intl/tvheadend.pot in pl

100% translated source file: 'intl/tvheadend.pot'
on 'pl'.

* intl: Translate intl/js/tvheadend.js.pot in pl

100% translated source file: 'intl/js/tvheadend.js.pot'
on 'pl'.

* intl: Translate intl/tvheadend.pot in pl

100% translated source file: 'intl/tvheadend.pot'
on 'pl'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
17 months agoRun enforce-pr-rebase whenever a PR is updated
Flole998 [Wed, 21 Feb 2024 20:25:51 +0000 (21:25 +0100)] 
Run enforce-pr-rebase whenever a PR is updated

17 months agoFix Auto-PR comment on squash-label
Flole998 [Wed, 21 Feb 2024 20:24:36 +0000 (21:24 +0100)] 
Fix Auto-PR comment on squash-label

17 months agoMake sure we spawn the best matching executable and not the first match
Flole998 [Tue, 20 Feb 2024 19:53:52 +0000 (19:53 +0000)] 
Make sure we spawn the best matching executable and not the first match

Fixes: #1632
17 months agoci: change CLOUDSMITH_OWNER from a var to a secret
6007135 [Wed, 21 Feb 2024 05:20:03 +0000 (23:20 -0600)] 
ci: change CLOUDSMITH_OWNER from a var to a secret

17 months agointl: Translate intl/tvheadend.pot in pl
transifex-integration[bot] [Tue, 20 Feb 2024 19:50:06 +0000 (19:50 +0000)] 
intl: Translate intl/tvheadend.pot in pl

100% translated source file: 'intl/tvheadend.pot'
on 'pl'.

17 months agointl: Translate intl/js/tvheadend.js.pot in pl
transifex-integration[bot] [Tue, 20 Feb 2024 19:44:23 +0000 (19:44 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in pl

100% translated source file: 'intl/js/tvheadend.js.pot'
on 'pl'.

17 months agointl: Translate intl/js/tvheadend.js.pot in pl
transifex-integration[bot] [Mon, 19 Feb 2024 19:44:59 +0000 (19:44 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in pl

100% translated source file: 'intl/js/tvheadend.js.pot'
on 'pl'.

17 months agointl: Translate intl/tvheadend.pot in pl
transifex-integration[bot] [Mon, 19 Feb 2024 19:43:59 +0000 (19:43 +0000)] 
intl: Translate intl/tvheadend.pot in pl

100% translated source file: 'intl/tvheadend.pot'
on 'pl'.

17 months agointl: Translate intl/tvheadend.pot in pl
transifex-integration[bot] [Mon, 19 Feb 2024 15:00:58 +0000 (15:00 +0000)] 
intl: Translate intl/tvheadend.pot in pl

100% translated source file: 'intl/tvheadend.pot'
on 'pl'.

17 months agointl: Translate intl/js/tvheadend.js.pot in pl
transifex-integration[bot] [Mon, 19 Feb 2024 15:00:02 +0000 (15:00 +0000)] 
intl: Translate intl/js/tvheadend.js.pot in pl

100% translated source file: 'intl/js/tvheadend.js.pot'
on 'pl'.

17 months agoReplace poison memset by memset_s to avoid compiler optimizing it out
Flole998 [Sun, 18 Feb 2024 23:02:30 +0000 (23:02 +0000)] 
Replace poison memset by memset_s to avoid compiler optimizing it out

17 months agoShow SeriesLink for AutoRecs
DeltaMikeCharlie [Tue, 20 Feb 2024 03:06:34 +0000 (14:06 +1100)] 
Show SeriesLink for AutoRecs

17 months agoAdd some ERRNOs for DVR & Config
DeltaMikeCharlie [Mon, 19 Feb 2024 22:56:39 +0000 (09:56 +1100)] 
Add some ERRNOs for DVR & Config