Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tvheadend: update to git master 2022-11-20 #19952

Merged
merged 1 commit into from
Nov 22, 2022
Merged

tvheadend: update to git master 2022-11-20 #19952

merged 1 commit into from
Nov 22, 2022

Conversation

M95D
Copy link
Contributor

@M95D M95D commented Nov 21, 2022

Maintainer: me
Compile tested: host x86-64, target mvebu, OpenWrt git master (yesterday)
Run tested: Linksys WRT-1900ACv1, OpenWrt r19971
Tests done:

  • install package = OK
  • /etc/init.d/tvheadend start = OK
  • /etc/init.d/tvheadend stop = OK
  • start server manually in console foreground = OK (no unusual errors)
  • open web interface = OK
  • scan local DVB-C network = OK
  • check EPG = loads OK
  • stream a TV channel to a desktop PC = OK
  • check temporary EPG DB file = OK (EPGDB symlink created, permissions set, not empty)

Did not test:

  • initial setup, when no previous configuration exists (but no changes were done here, so it should be OK)

Description:
Latest commit to the tvheadend master branch fixes an issue that affects OpenWrt users:
EPG database file overwrites tvheadend symlink with a real file.
This pull request updates tvheadend to include that commit.
It also updates init script to use the new file: epgdb.v3

- EPG database switched from v2 to v3. This commit updates OpenWrt init script to use the new database file.
- EPG database symlink created by OpenWrt config option is overwritten with a real file by tvheadend.
  The latest tvheadend commit included here fixes that.

Signed-off-by: Marius Dinu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants