2014-03-18, 21:34
(2014-03-18, 19:56)WayneD Wrote: If you want to wait for that change, you can try it a little later today.The latest git & zip have the improvement where it should pay attention to the year when finding the show. This presumes that the scraper knows the right year for House of Cards. In fiddling with this, I think that a prior change I made might have gotten you fixed up already, but you probably didn't have that more-recent one in your testing (it does a better job of figuring out if the scraper's ID number was found in the search results and choosing that one if it is there).
I also fixed up the searching to pay attention to the AliasNames field that comes back, which might help with the issue of it not finding some of your shows that 6.0.4 had blindly used before (the code used to snag the first search result w/o checking the names).
(2014-03-18, 20:29)warlion Wrote: also i notice that you add status ID from tvrage but dont understand why do you planning to do both?I added an api lib for tvrage so I can do some testing. I tested some classification comparisons (before pushing out my recent change there) and am currently testing out some Status improvements (for things like "Final Season") that merges together that status info from both sites. The data could also be used to disambiguate country names for shows (since the current code can get an ambiguity in the mapping of station-name to country-name for certain station names). Not sure yet if I like the extra complexity or not, though. If I do decide to merge the two data sources it would be in a future release, not in 6.0.5 (which I'm trying to get into shape for release now), and the update frequency of tvrage data would be either super rare (if used just for ambiguous country mappings) to kinda rare (if it were used for status improvements).
CALL FOR TESTERS:
If anyone out there can test the latest version and let me know how it works, I'd appreciate it. If you want to get really fancy, rename your next.aired.db and start a fresh scan and see if it finds everything OK (you can move the original back if needed). Let me know if you have any issues.
..wayne..