kierse / mediarover

Automated media download scheduler and catalogue maintainer
GNU General Public License v3.0
12 stars 1 forks source link

problems downloading daily episodes #11

Closed kierse closed 14 years ago

kierse commented 15 years ago

http://forums.sabnzbd.org/index.php?topic=2262.msg15633#msg15633

kierse commented 14 years ago

found two problems with the tvnzb source plugin:

  1. parsing the description instead of nzb title. Tvnzb puts a cleaner version of the nzb title in the description field. This works great for series episodes, not daily episodes as the description includes season/episode rather than broadcast date
  2. Tvnzb is publishing certain shows with abbreviated titles, e.g. "Conan O'Brian instead The Tonight Show with Conan O'Brian".

Solutions:

  1. use title instead of description.
  2. add ability to declare alternate names for a series. This would be an option associated with a series filter
kierse commented 14 years ago

bug fix: broken daily download/sorting for tvnzb

  1. the tvnzb source plugin was trying to parse episode information from the item description instead of the item title. In the case of daily episodes, tvnz included the episode number (rather than the broadcast date) in the description field. This caused Media Rover to treat it like a series episode instead of a daily. Updated code to always use the title when gathering episode information
  2. tvnzb names certain nzb's with a shortened series title instead of full title according to tvrage.com. This causes problems when a series folder was named correctly (using full name) or when using multiple sources. Updated Media Rover series templates to introduce the concept of the series alias.

closed by 9b2029b11c2561894e2e89c6c6dcfcde16899b48