If you go to Activity > Queue, drone will report the quality of torrents as the quality you already have, not what it has sent to your torrent client for downloading.
It made me do a double-take, because I knew “I already have this episode in that quality, why has drone added the same quality to the queue again when it’s not even a proper?”. E.g. I saw a couple of HDTV episodes that I knew I already had in HDTV quality.
If you click the title of the episode in the queue and go to the activity tab there, the information is correct. E.g. there’s an entry “episode grabbed from and sent to download client” with WEB-DL in the quality column.
I believe (but I’m not sure) that the quality in the download queue is displayed correctly for nzb’s. I don’t have any nzb in my queue at the moment, but I’ll keep an eye on it.
So far I have only one problem which is very important for torrents.
When downloading a huge chunk of episodes, lets say 6 seasons the fetcher collects torrents for each individual episode, these don’t have much peers most of the time. The torrent version of Sickbeard is smart enough to search for a season batch torrent when downloading a complete season. Could this also be a possibility for Nzbdrone?
@Taloth, I thank you for your time programming this into NzbDrone. It really works solidly already
I’m new to nzbdrone and am attempting to set it up for torrents. With the advice in this thread and a bit of messing around I think I’ve got it pretty much set up with one big exception, I’m struggling with the torrent download client.
When I attempt to add UTorrent, it says that it is unable to connect to the Host, the name is localhost as I’m on the same machine.
Version 2.0.0.2096 (rebased on develop earlier by markus)
Version 2.0.0.2104
New: Changed Kickass Verified Only setting from Hidden to Advanced so the user can change it via the UI.
New: Added support to Kickass to search for daily episodes.
Fixed: Resolved error in Deluge api call which caused drone to be give errors when trying to move items to the top of the deluge queue.
Fixed: Blackhole clients now properly import single-file downloads from the root of the Watch Folder.
Please note we’re considering merging torrents to dev. The significant changes in the torrent branch is leading to increasingly complicated rebases/merges. Dunno when exactly it will happen, could be a week or so, but obviously I will post here if it does.
I actually don’t know whether drone prefers season packs over single episodes during a season search, I would have to test that.
I believe there is a trello card with the request to add manual season searches, which would make it easier to pick the right one manually.
We might be able to fine tune drone prioritization logic to allow season packs if all episodes in the season are requested. But this is something not specific for torrents (although season packs in nzb are less common than with torrents).
So it’s something I rather not deal with on the torrents branch.
Edit: Fyi, on private trackers the described scenario probably wont occur since most proper private trackers actually remove episode torrents once the season torrent comes out.
@Taloth
I’ve been getting a number of fake torrents through on the kickass provider via the rss sync search method (interval search).
I did view a few of these torrents on kickass and they were all unverified - shouldn’t these be blocked if you have “only use verfied torrents” on in the advanced options for kickass?
An error has occurred while trying to parse Discovery TV - Gold Rush : 02 Road From Hell [S04].mp4: The path is not of a legal form.
System.ArgumentException: The path is not of a legal form.
at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.GetDirectoryName(String path)
at NzbDrone.Core.Parser.Parser.RemoveFileExtension(String title) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Parser\Parser.cs:line 360
at NzbDrone.Core.Parser.Parser.ValidateBeforeParsing(String title) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Parser\Parser.cs:line 610
at NzbDrone.Core.Parser.Parser.ParseTitle(String title) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Parser\Parser.cs:line 192
I think this was an entry picked up on the kickass rss feed (I do not have this show added).
The title of the torrent has a : in which I think is causing this error. The actual files in this torrent do not have a : in so is a valid windows file.
Does the torrent branch handle trumping/repacks?
Also, can I please make a suggestion. Can there be a toggle, when its enabled the torrent branch will not download season packs?
@dimtar: Drone will download repacks like it does with torrents, but it might fail import on Windows if the original file is actively seeding (due to hardlink write-lock)
As for your suggestion, gotta think about that. In some cases season packs are desirable. I recall a discussion about season pack handling on torrents earlier, but it’s a bit foggy. If I don’t forget I’ll do a search for it tonight.
Taloth, torrent branch is awesome. Overall very impressed with nzbdrone and the interface. Question: can you explain the logic for kickass’s torrent selection and what the search query is based on? I’ll try and provide logs later, but seems like the logical top choice on the return is not being selected and does not appear to be caused by quality selection or verified uploader.
Ok it just updated from 2.0.0.2149 Develop to 2151 Torrents. When i press Search missing episodes i get this:
Task Error: Nullable object must have a value.
System.InvalidOperationException: Nullable object must have a value.
at System.Nullable1[System.Int32].get_Value () [0x00000] in <filename unknown>:0 at NzbDrone.Core.IndexerSearch.NzbSearchService.<Get>b__22[SingleEpisodeSearchCriteria] (NzbDrone.Core.Tv.Episode e) [0x00000] in <filename unknown>:0 at System.Linq.Enumerable+<CreateSelectIterator>c__Iterator102[NzbDrone.Core.Tv.Episode,System.Int32].MoveNext () [0x00000] in :0
at System.Linq.Enumerable+c__Iterator31[System.Int32].MoveNext () [0x00000] in <filename unknown>:0 at System.Linq.Enumerable+<CreateConcatIterator>c__Iterator11[System.Int32].MoveNext () [0x00000] in :0
at System.Linq.Enumerable.Contains[Int32] (IEnumerable1 source, Int32 value, IEqualityComparer1 comparer) [0x00000] in :0
at System.Linq.Enumerable.Contains[Int32] (IEnumerable1 source, Int32 value) [0x00000] in <filename unknown>:0 at NzbDrone.Core.DataAugmentation.Scene.SceneMappingService+<>c__DisplayClass3.<GetSceneNames>b__0 (NzbDrone.Core.DataAugmentation.Scene.SceneMapping s) [0x00000] in <filename unknown>:0 at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1E1[NzbDrone.Core.DataAugmentation.Scene.SceneMapping].MoveNext () [0x00000] in :0
at System.Linq.Enumerable+c__Iterator102[NzbDrone.Core.DataAugmentation.Scene.SceneMapping,System.String].MoveNext () [0x00000] in <filename unknown>:0 at System.Linq.Enumerable+<CreateDistinctIterator>c__Iterator31[System.String].MoveNext () [0x00000] in :0
at System.Collections.Generic.List1[System.String].AddEnumerable (IEnumerable1 enumerable) [0x00000] in :0
at System.Collections.Generic.List1[System.String]..ctor (IEnumerable1 collection) [0x00000] in :0
at System.Linq.Enumerable.ToList[String] (IEnumerable1 source) [0x00000] in <filename unknown>:0 at NzbDrone.Core.DataAugmentation.Scene.SceneMappingService.GetSceneNames (Int32 tvdbId, IEnumerable1 seasonNumbers) [0x00000] in :0
at NzbDrone.Core.IndexerSearch.NzbSearchService.Get[SingleEpisodeSearchCriteria] (NzbDrone.Core.Tv.Series series, System.Collections.Generic.List`1 episodes) [0x00000] in :0
at NzbDrone.Core.IndexerSearch.NzbSearchService.SearchSingle (NzbDrone.Core.Tv.Series series, NzbDrone.Core.Tv.Episode episode) [0x00000] in :0
at NzbDrone.Core.IndexerSearch.NzbSearchService.EpisodeSearch (NzbDrone.Core.Tv.Episode episode) [0x00000] in :0
at NzbDrone.Core.IndexerSearch.MissingEpisodeSearchService.Execute (NzbDrone.Core.IndexerSearch.MissingEpisodeSearchCommand message) [0x00000] in :0
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[MissingEpisodeSearchCommand] (NzbDrone.Core.Messaging.Commands.Command command) [0x00000] in :0