[mythtv-users] Schedulesdirect Guide updates? World Cup: Round of 16: 1H vs 2G

Robert Kulagowski rkulagow at gmail.com
Fri Jul 4 17:53:53 UTC 2014


On Fri, Jul 4, 2014 at 12:46 PM, Tom Harris <thom.j.harris at gmail.com> wrote:
> I'm also trying to figure out if my guide data is just not updated or if
> there is some other issue.
>
> "mythfilldatabase --dd-grab-all" runs without errors, but results in 0
> programs being updated.   The only interesting thing I see in the logs looks
> like it's not really grabbing all program data: "Actual data from
> 2014-07-12T00:00:00Z to 2014-07-13T00:00:00Z (UTC)".
>
> The games still have the generic data: "2014 FIFA World Cup":"First
> Quarterfinal: Teams TBA:"
> StationID: 1725
> ProgramID: EP017953380057

StationIDs are 5 digits (the XML service calls it xmltvid)

On the JSON service, we have:

{
    "programID": "EP017953380057",
    "titles": {
        "title120": "2014 FIFA World Cup"
    },
    "eventDetails": {
        "subType": "Sports event",
        "venue": "Maracana Stadium",
        "teams": [
            {
                "name": "France"
            },
            {
                "name": "Germany"
            }
        ],
        "gameDate": "2014-07-04"
    },
    "descriptions": {
        "description100": [
            {
                "descriptionLanguage": "en",
                "description": "France battles Germany in the
quarterfinal round. From Maracana Stadium in Rio de Janeiro, Brazil."
            }
        ],
        "description1000": [
            {
                "descriptionLanguage": "en",
                "description": "In a quarterfinal matchup that
features two former World Cup champions, France battles Germany for
the right to advance to the semifinal round. From Maracana Stadium in
Rio de Janeiro, Brazil."
            },
            {
                "descriptionLanguage": "en",
                "description": "From Maracana Stadium."
            }
        ]
    },
    "genres": [
        "Soccer"
    ],
    "episodeTitle150": "First Quarterfinal: France vs. Germany",
    "showType": "Sports event",
    "hasImageArtwork": true,
    "md5": "0rfPJOAE1W39OPSouEdn9A"
}

So it's either mfdb, or Tribune's XML servers aren't up-to-date.


More information about the mythtv-users mailing list