Ferkner / mediarenamer

Automatically exported from code.google.com/p/mediarenamer
0 stars 0 forks source link

theTVDB parse throws exception when single series found. #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure a TVShow to have an exact name
2. Use theTVDB.com parser

What is the expected output? What do you see instead?
It should find the series. MediaRenamer is unable to find the series

What version of the product are you using? On what operating system?
SVN latest

Please provide any additional information below.
The XPath for the language appears to be throwing the exception.

Ln 262 of OnlineParseTVDB.cs :
Modify XPath to "//Data/Series/language" corrects the issue.

Original issue reported on code.google.com by alano...@gmail.com on 9 Mar 2009 at 10:35

GoogleCodeExporter commented 8 years ago
Whoops, completely missing the "Priority" box on the submission form. Don't 
really
believe this is a medium, but eh...

Original comment by alano...@gmail.com on 9 Mar 2009 at 10:36

GoogleCodeExporter commented 8 years ago
Yeah, that was some stupid copy and paste mistake. RC 1 includes the fix and 
should
work as expected. 

I didn't realize someone was actually looking at/working with the source. Are 
you
just compiling svn builds or working on new features as well? I guess I really 
have
to start including better change information in commits.

Original comment by codename...@gmail.com on 14 Mar 2009 at 6:26

GoogleCodeExporter commented 8 years ago
I grabbed a copy of the source when I started having some issues with a few 
episodes
not getting renamed correctly, and theTVDB was having issues as well.

Comments in the commits don't really bother me, as I'm a developer as well, so 
I can
figure out what the changes are meant to do by the diffs.

Original comment by alano...@gmail.com on 14 Mar 2009 at 10:02