Argus-TV Guide Enhancer

ChrisRichner
Posts: 42
Joined: Tue Dec 25, 2012 11:16 am
Location: Lucerne, Switzerland
Contact:

Re: Argus-TV Guide Enhancer

Post by ChrisRichner » Sat Sep 20, 2014 7:33 am

Guide Enricher Pre-Release Version 2.3.0.315 now available! ( Please uninstall any previously installed Pre-Release version )
https://github.com/ChrisRichner/ARGUS-T ... c.3.15.msi

Feedback appreciated :D

Changelog

Setup
  • Setup updates latest available Version GuideEnricherInstall-v2.0.2.msi
  • Supports ARGUS-TV Version 2.3 RC
  • AnyCPU build. Will JIT to 64 bit code when loaded into 64 bit process and 32 bit when loaded into a 32 bit process.
  • .NET Framework 4.5 is required (web installer http://go.microsoft.com/fwlink/p/?LinkId=397703 or offline installer http://go.microsoft.com/fwlink/p/?LinkId=397706)
  • ArgusTVScheduler is registered as a GuideEnricher service dependency if it's found during setup on the local machine
Configuration
  • removed wcf callback url
  • New MatchingMethods added by Malyngo
Development

bluc
Posts: 25
Joined: Tue Nov 18, 2014 7:51 am

Re: Argus-TV Guide Enhancer

Post by bluc » Sun Nov 23, 2014 5:12 am

Im a little lost setting this up anyone able to post a working config file so I take a look at it? To compare to mine I edited my config file but guide data unchanged for scheduled recordings. Here is my file
Attachments
GuideEnricherService.zip
(3.11 KiB) Downloaded 927 times

aswede
Posts: 3
Joined: Tue Mar 06, 2012 5:14 am

Re: Argus-TV Guide Enhancer

Post by aswede » Fri Dec 26, 2014 6:53 pm

Not sure if this is the right place to leave this observation, but recently I have had repeated issues with GuideEnhancer where I lose all the season and episode information that has already been written to Argus. When I go into the log I always find an entry stating that:

Couldn't connect to Thetvdb.com to retrieve search results

the full message looks like:

TvdbLib.Exceptions.TvdbNotAvailableException: Couldn't connect to Thetvdb.com to retrieve search results for Lone Survivor, check your internet connection and the status of http://thetvdb.com
at TvdbLib.TvdbDownloader.DownloadSearchResults(String _name, TvdbLanguage _language)
at GuideEnricher.tvdb.TvDbService.SearchSeries(String name, TvdbLanguage language)
at GuideEnricher.tvdb.TvdbLibAccess.getSeriesId(String seriesName)
at GuideEnricher.Enricher.EnrichSeries(GuideEnricherSeries series)
at GuideEnricher.Enricher.EnrichUpcomingPrograms()
at GuideEnricher.Service.Enrich(Object state, ElapsedEventArgs eventArgs)

Doesa anyone have suggestions / thoughts?

ChrisRichner
Posts: 42
Joined: Tue Dec 25, 2012 11:16 am
Location: Lucerne, Switzerland
Contact:

Re: Argus-TV Guide Enhancer

Post by ChrisRichner » Mon Dec 29, 2014 2:44 pm

Hi aswede

Seems that the thetvdb.com API was not available in that very moment -> TvdbNotAvailableException.

I'm not aware of that this kind of error, that can occur from time to time when consuming internet services like thedvdb.com, can have an impact to already enriched guide data.

I think the best way to deal with this kind of TvdbNotAvailableException is to use a smart retry mechanism in the software.

Went this error away or does it persist?

ChrisRichner
Posts: 42
Joined: Tue Dec 25, 2012 11:16 am
Location: Lucerne, Switzerland
Contact:

Re: Argus-TV Guide Enhancer

Post by ChrisRichner » Sat Jan 10, 2015 2:12 am

I've integrated the final ARGUS TV v2.3.0 bits and created a Guide Enhancer v2.3.0 release.

Download -> https://github.com/ChrisRichner/ARGUS-T ... r/releases

Don't hesitate to contact me in case of issues or questions

Enjoy

et23kochie
Posts: 23
Joined: Mon Jan 26, 2015 2:18 am

Re: Argus-TV Guide Enhancer

Post by et23kochie » Mon Jan 26, 2015 2:27 am

Thanks for all of your work on this.

I am running 2.3 for both Argus and GE. I have two shows that are not returning episode matches. One because it is not being updated at the TVdb. I have no problem ignoring that one. The other was working till this last episode. I am not sure why the direct title match is not working. They look the same to me. I will post the error below, but my main question / feature request / bug report is instead of having the whole update fail when one episode doesn't match, can't GE just skip updating that one episode? This also causes a problem when I try and record the local news.

Code: Select all

2015-01-25 17:28:14 [46] ERROR GuideEnricher.Service - Error enriching
System.ArgumentNullException: Value cannot be null.
Parameter name: input
   at System.Text.RegularExpressions.Regex.Match(String input)
   at GuideEnricher.EpisodeMatchMethods.InQuotesInDescriptionMatchMethod.Match(GuideEnricherProgram enrichedGuideProgram, List`1 episodes)
   at GuideEnricher.tvdb.TvdbLibAccess.EnrichProgram(GuideEnricherProgram existingProgram, TvdbSeries tvdbSeries)
   at GuideEnricher.Enricher.EnrichProgramsInSeries(GuideEnricherSeries series, TvdbSeries OnlineSeries)
   at GuideEnricher.Enricher.EnrichSeries(GuideEnricherSeries series)
   at GuideEnricher.Enricher.EnrichUpcomingPrograms()
   at GuideEnricher.Service.Enrich(Object state, ElapsedEventArgs eventArgs)

ChrisRichner
Posts: 42
Joined: Tue Dec 25, 2012 11:16 am
Location: Lucerne, Switzerland
Contact:

Re: Argus-TV Guide Enhancer

Post by ChrisRichner » Sat Jan 31, 2015 1:49 am

Hi et23kochie

Thank you very much for your feedback. I've filed a bug for that -> https://github.com/ChrisRichner/ARGUS-T ... r/issues/8

please let me know if you have other suggestions or issues you're dealing with

ChrisRichner
Posts: 42
Joined: Tue Dec 25, 2012 11:16 am
Location: Lucerne, Switzerland
Contact:

Argus-TV Guide Enhancer v2.3.1 available now!

Post by ChrisRichner » Sun Feb 01, 2015 1:11 am

Changelog
  • Timeout when failing to reach thetvdb.com fixed
  • Fixed error if Description of GuideEnricherProgram is null ( thanks to Malyngo )
  • Guard checks
  • Apache License Version 2.0, January 2004 now also used in setup msi
  • Update README.md
Download -> https://github.com/ChrisRichner/ARGUS-T ... tag/v2.3.1

Don't hesitate to contact me in case of issues or questions

Enjoy

et23kochie
Posts: 23
Joined: Mon Jan 26, 2015 2:18 am

Re: Argus-TV Guide Enhancer

Post by et23kochie » Sun Feb 01, 2015 7:57 am

Fixed error if Description of GuideEnricherProgram is null ( thanks to Malyngo )
Worked perfectly. Thanks.

ChrisRichner
Posts: 42
Joined: Tue Dec 25, 2012 11:16 am
Location: Lucerne, Switzerland
Contact:

Re: Argus-TV Guide Enhancer

Post by ChrisRichner » Sun Feb 01, 2015 6:04 pm

Awesome! Glad to hear that

enjoy

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests