Page 5 of 18

Re: Argus-TV Guide Enhancer

Posted: Tue Dec 25, 2012 9:22 pm
by Kay Diefenthal
MicF wrote:I can compile, but get errors on building the installer.
So I just changed the exe and it worked properly.

So better you make the change ;-)

have you installed Wix 3.6 ?

Re: Argus-TV Guide Enhancer

Posted: Wed Dec 26, 2012 12:32 am
by MicF
Seems like Wix 3.6 doesn't want tp work with Visual Studio Express 2010.

Re: Argus-TV Guide Enhancer

Posted: Wed Dec 26, 2012 1:00 am
by Kay Diefenthal
MicF wrote:Seems like Wix 3.6 doesn't want tp work with Visual Studio Express 2010.
ah ok you use a express version

Re: Argus-TV Guide Enhancer

Posted: Thu Dec 27, 2012 12:00 pm
by jayrock
Nice tool, just starting to look into it.

MicF, could you share your modified exe?

Seems the German community is very active in the thread... did you change anything else but the TvDbLanguage key? If so, could your share your GuideEnricherService.exe.config files?

Cheers,

jayrock

Re: Argus-TV Guide Enhancer

Posted: Thu Dec 27, 2012 3:44 pm
by MicF
jayrock wrote: MicF, could you share your modified exe?
It's more important, the fix will get implemented in the trunk.
Stephane promised to do that.
In the meantime I can share my exe, of course.

jayrock wrote: did you change anything else but the TvDbLanguage key? If so, could your share your GuideEnricherService.exe.config files?
Actually, yes :D
But this is not in a way implemented usable for others, especially other languages.

I added one match method for multi part episodes, which are in german TVDB often shown with an extension " - Teil 1", or ", Teil 1" whereas ClickFinder lists them just as " (1)".

So with this method "Schock für Jill - Teil 1" can be matched with "Schock für Jill (1)".


In the config file the match method has to be added:

Code: Select all

<MatchMethodsSection>
    <MatchMethods>
      ...
      <add name="GuideEnricher.EpisodeMatchMethods.MultiPartMatchMethod"/>
      ...
    </MatchMethods>
  </MatchMethodsSection>
Stop the service before changing the exe.

Have fun ...!

Mic

Re: Argus-TV Guide Enhancer

Posted: Thu Dec 27, 2012 4:48 pm
by sjeffrey
Sorry guys, I've been on the road and spending time with family for the last few days.
I have some time today so I'll post a new version with MicF's fix later today which probably means over night over in Europe...

Stephane

Re: Argus-TV Guide Enhancer

Posted: Thu Dec 27, 2012 6:25 pm
by sjeffrey
Version 2.0.1 is up, download link in the first post. This one only fixes language bug.
Hopefully more fixes to come...

Re: Argus-TV Guide Enhancer

Posted: Thu Dec 27, 2012 10:43 pm
by jayrock
Hi,

basically I got things working, but no successful matches yet. Looking at the data provided in the EPG I agree it will be difficult for Guide Enhancer to find a good match. Usually there is only the series name and a description. If the episode name is mentioned, it is part of the description and difficult to separate from the actual plot description.

I'd be interested in what sources you are using. Are you relying on EPG data provided via DVB (-T) or are you using other sources?

Cheers,

jayrock

Re: Argus-TV Guide Enhancer

Posted: Thu Dec 27, 2012 11:25 pm
by MicF
you won't succeed with inline epg.
buy a clickfinder abo for 12€ a month!

i get 99% match.

mic

Re: Argus-TV Guide Enhancer

Posted: Fri Dec 28, 2012 12:27 am
by jayrock
MicF wrote:you won't succeed with inline epg.
buy a clickfinder abo for 12€ a month!

i get 99% match.

mic
Maybe Clickfinder Basic Edition is enough for me :) Is there a more detailed description how to configure Clickfinder?

And where do I find TvGuideImporter, has it been taken offline??
(EDIT: Found it....)

Cheers,

jayrock