I saw an AD for a coming show on Discovery HD and wanted to record it, so I used the SearchLite plugin to find it but it didn't seem to be in the EPG. Strange, so I took a look in the TVGuide.xml which I update my egp from. And yes, the show is there. It has title and description in all the Scandinavian languages, but Danish comes first and that is what npvr uses when updating epg.
The language code in the xmltv file is a two letter code, while the language code in Config.xml is three letters, ie. "no" and "nor". I changed the codes in Config.xml (<LanguagePreference1>NOR</LanguagePreference1>) to two letters, emptied the epg and updated again. But npvr still takes the first title and description after the <programme... in the xmltv file. So when I searched for "American chopper" the title in the database was actually "Amerikansk chopper".
The TVGuide.zip can be downloades from ftp://orion.servebeer.com using anonymous and your email as username/password.
I'd really appreciate if you can fix this Sub, because sometimes the original English title is translated to something very different in Danish (or Swedish or whatever language comes first in the xmltv file).
Have been playing with MusicBox4 today, impressed so far.
A little confused with the wiki page for it:
The Config section describes options that I can see in the Settings screen?
The "support thread" link goes to the legacy support forum, is this intentional?
A side note, how do you close the Playlist popup and return to the music libary? Escape/back takes me out of the plugin back to the NextPVR main menu!
Is it expected behavior that NPVR re-records shows that were originally recorded with GBPVR?
How was the duplication check performed in GBPVR? I thoughts it was some showID of some sort.
My NPVR settings are set to "avoid dedupes when possible" by looking for "exact title match".
I had my drives filling up with re-records of e.g. Good Eats shows, and the recording title looks exactly the same on the screen : )
I haven't looked at the text file but it may be that the imported version has some different chars present, but if I navigate to each in the NPVR display, they look the same.
I have used MCEBuddy for a long time to convert .ts recordings to .MP4 files to save space. I use to be able to go to What's New and play recordings that had been converted to .MP4. Now when I select PLAY, it goes back to What's New.
I installed the 32-bit version of FFDSHOW thinking it was a decoder issue, but I am still not getting videos to play. This was working fine until I updated. Logs attached.
But it is not right. Mine is showing the next recording as being a one time recording I added instead of a recurring recording that is coming on before.
UJB, there seems to be a problem with Match Title/ Case Sensitive searching
I believe you need this logic near line 235 of SearchEngine.cs
Code:
//Check to see if we are matching the title
else if (matchTitle)
{
if (!caseSensitive)
{
where_cmd += " and UPPER(EPG_EVENT.title) = '" + searchFor + "'";
}
else
{
where_cmd += " and EPG_EVENT.title = '" + searchFor + "'";
}
}
Having trouble on getting NPVR to run on a clean win7 64 bit install. Will it work on 64bit several of the suggested microsoft support files don't seem to want to install. NPVR runs, can set up a device, but when I go to live TV the whole thing locks up.