Bug #3745
Missing ATSC-T Pre-defined Muxes...
0%
Description
After version 4.1.1892 the list of ATSC-T predefined muxes is messed up. I only see two muxes (United States: us-CA-SF-Bay-Area and United States: us-CO-Denver). The most important one is United States: us-ATSC-center-frequencies-8VSB and it as well as the others are missing.
This is on an Rpi3 running libreelec.
Files
History
Updated by Jaroslav Kysela over 8 years ago
HTS Tvheadend 4.1-1934~g1dd5046
All is fine here... Please, contact your packager.
Updated by C vH over 8 years ago
Updated by Jaroslav Kysela over 8 years ago
No idea:
fetching dvb-scan files ... ok
... this is ok. You should check the data/dvb-scan/atsc directory and if this directory is installed to the right directory (/usr/share/tvheadend/ in your case).
Updated by C vH over 8 years ago
build.LibreELEC-RPi2.arm/tvheadend42-10f1326/data/dvb-scan/
is the directory - all files are there
A bit strange - now at 1943 there are 0 atsc predefined muxes - nothing at our buildsystem is changed (only changed the version number).
How can it differ, how much files are added, from build to build. Is there a good advice how to debug the inclusion of the scanfiles?
Updated by saen acro over 8 years ago
delete "dvb-scan"
before compilation
//run git pull from folder to see error wanting user and pass to pull
Updated by Jaroslav Kysela over 8 years ago
@CvH : You have enabled the data bundle (--enable-bundle), so all these files are packed in the tvh binary, so it's not required to copy them to the extra data directory.
Could you check, if 'DVB scan files path' is empty? If you overwrite the scan data location, the data might be read from another place.
Updated by saen acro over 8 years ago
--enable-bundle is possible to use data when is possible to download data first
problem is in git pull run from dvb-scan it use local user to take data with return error
deleting folder force recreation of folder without bug
Updated by edit4ever ! about 8 years ago
Salo cink wrote:
@CvH Any news about this issue ?
Turns out the issue is with the change of the name of the ATSC network. When it was split into atsc-t and atsc-c the dvb-scan git was not updated. I have sent a pull request to update the dvb-scan files to match the new network names.
You can view my changes here:
[[https://github.com/edit4ever/dtv-scan-tables.git]]