I have added an rss feed for a new torrent tracker that doesnt display sized in the rss feed. I have enabled the “Allow zero size” option but I am still getting lots of errors in my log about not being able to parse the size…
NzbDrone.Core.Indexers.Exceptions.SizeParsingException: Unable to parse size from: [TVShow --> TVShow Bluray 720p] American Horror Story S01 Complete Season 1 720p BRRip DD5.1 x264 - PSYPHER [SEEDERS (1)/LEECHERS (0)]
at NzbDrone.Core.Indexers.RssParser.ProcessItem(XElement item, ReleaseInfo releaseInfo) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Indexers\RssParser.cs:line 168
at NzbDrone.Core.Indexers.TorrentRssParser.ProcessItem(XElement item, ReleaseInfo releaseInfo) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Indexers\TorrentRssParser.cs:line 37
at NzbDrone.Core.Indexers.RssParser.ProcessItem(XElement item) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Indexers\RssParser.cs:line 146
at NzbDrone.Core.Indexers.RssParser.ParseResponse(IndexerResponse indexerResponse) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Indexers\RssParser.cs:line 63
Allow Zero Size allows the size to be 0 after parsing, but this is failing to parse at all, which it looks like we should be able to fix in a future release.
@markus101 That probably means that at least half of the items in the feed contained Size information in the Description, causing ParseSizeInDescription to be set during the detect phase.
I thought size and quality were 2 different things. I cant see any items in that RSS feed that show the size (file size eg 1240mb) but they all look like they show a quality (720p BRRIP).
I thought the issue was that they dont list the file size in the feed?
Have I misunderstood?
Never mind as soon as I wrote the above I realised my RSS reader was only showing the title. Examining the actual RSS feed shows there’s a size on some of them.
So just to clarify, is this something you can resolve in an update? If so I will keep my eyes peeled.