It's pushing out "Original Airdate" as "2016" on every show and movie. First noticed it on Stargate SG-1, but it's doing it on all of them. Was not doing this when I used the mfdb-json utility. Another thing I noticed comparing MFDB-JSON filled EPG and tv_grab_sd_json EPG, they don't always have the same data(ie despite setting it to 30 days for both):
Jun 6, TNT: Rizzoli & Isles has two episodes:
Rizzoli & Isles: Two Shots: Move Forward (Program ID: EP012794650093)
Rizzoli & Isles: Dangerous Curve Ahead (Program ID: EP012794650094)
They show up under a mfdb-json run, but not after a tv_grab_sd_json run.
I'd assume since they are getting their data via the JSON service they should be getting the same exact schedule data.
It seems to always replace the channel logo on each import of the XML data, would it be possible to add a command line option, not to do this? Have a couple I use custom icons on. Also for some reason it's adding the logo for BOUNCE to MyNetworkTV(local callsign KARZ/KARZ42). The XMLTVID is correct in the DB and the LOGO img link is correct in the SRC in the XML files created by tv_grab_sd_json.
- Code: Select all
<channel id="17727">
<display-name>KARZ</display-name>
<display-name>KARZ</display-name>
<display-name>003</display-name>
<icon src="https://s3.amazonaws.com/schedulesdirect/assets/stationLogos/s51307_h3_aa.png" />
</channel>
- Code: Select all
<channel id="55664">
<display-name>KARZDT2 (KARZ-DT2)</display-name>
<display-name>KARZDT2</display-name>
<display-name>221</display-name>
<icon src="https://s3.amazonaws.com/schedulesdirect/assets/stationLogos/s73067_h3_aa.png" />
</channel>
Just realized I'm getting confused on what's updating the logo(ie mythfildatabase), though not sure why it's getting it wrong. Do you know if "--only-update-guide" would fix it updating the logo on EPG data import?