Skip to content

Commit 6b60b09

Browse files
committed
feat: initial historical release
1 parent 81ae3ac commit 6b60b09

15 files changed

+21
-209
lines changed

.github/ISSUE_TEMPLATE/bug-remote.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/nightly-release.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.zap2xmlrc
2+
compose.yaml
23

34
config/
45
xmltv/

.zap2xmlrc-example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ncdays=0
2020
# ncsdays: Number of days from the start to not cache (default: 0, cmd: -N)
2121
ncsdays=0
2222
# ncmday: Specific day number to not cache, 1-based relative to start (default: -1, cmd: -B)
23-
ncmday=-1
23+
# ncmday=-1
2424

2525
# Output settings
2626
# outfile: Output XML file path (default: xmltv.xml or xtvd.xml, cmd: -o)
@@ -40,7 +40,7 @@ trailer=/config/trailers
4040

4141
# Network
4242
# proxy: HTTP proxy server URL (default: none, cmd: -P)
43-
proxy=http://localhost:8080
43+
# proxy=http://localhost:8080
4444

4545
# XTVD format settings (only used when outformat=xtvd)
4646
# lineuptype: Type of lineup - Cable/CableDigital/Satellite/LocalBroadcast (default: none)

CHANGELOG.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
FROM alpine:3.13.5
2-
3-
ENV SLEEPTIME=43200
1+
FROM alpine:3.22.1
42

53
RUN apk add --no-cache \
64
perl \

0 commit comments

Comments
 (0)