Mark McDowall
b02b9f026f
Fixed: Failing missing episode search when one search fails
...
Closes #917
9 years ago
Mark McDowall
d37b24cd0b
Better UI messaging when searching for all specials in a series
...
Fixed: Specials season search UI messaging
Closes #881
9 years ago
Taloth Saldono
ccfa13e383
Replaced built-in valuetypes with language keywords.
9 years ago
Taloth Saldono
4060a24eec
Fixed: Missing Episode Search command wasn't stored properly in the db causing it to search for all series, instead of one.
9 years ago
Taloth Saldono
f2a70677e4
New: Will now temporarily stop using an indexer if the indexer reported an error.
9 years ago
Mark McDowall
7e89bcca38
Clean up some warnings
10 years ago
Mark McDowall
ab6233dd3f
New: Option to show unmonitored episodes on calendar
10 years ago
Mark McDowall
0adea0ded6
Search all missing fixes
...
Fixed: Searching for missing episodes excludes unmonitored episodes
Fixed: Searching for missing episodes episodes with files
10 years ago
Mark McDowall
90b047f0d4
Fixed: Searching for unmonitored anime episodes during season/all missing searches
10 years ago
Mark McDowall
210524b51a
Fixed: Scene numbered season searches when some episode weren't monitored
10 years ago
Mark McDowall
638e3ca898
Command queue
...
New: Adding multiple series will queue them instead of running all at once
New: Slower scheduled tasks won't be block others from running
10 years ago
Mark McDowall
37959fd753
Search improvements
...
New: Series/Season search will not grab unmonitored episodes
Fixed: Missing episode search won't grab missing unmonitored episodes by mistake
10 years ago
Mark McDowall
c9d21c7863
Don't search for episodes in series that haven't aired yet
10 years ago
Mark McDowall
05ee57a972
New: options when adding series, including the ability to search for all missing episodes
10 years ago
Mark McDowall
b79ecf7774
Disable search after new episodes being added due to existing files not being counted
10 years ago
Mark McDowall
4f5c437ddd
Fixed: Don't search for newly added episodes if they aren't monitored
10 years ago
Mark McDowall
fc4170c581
Fixed: Removed accents before searching indexers
10 years ago
Keivan Beigi
cf77104a02
removed redundant else
10 years ago
Keivan Beigi
0be8f55a2f
Cleaned up using directive
10 years ago
Mark McDowall
3f8366a190
New: Search for previously aired episodes that were just added to the database
10 years ago
Mark McDowall
d765d1eaef
Fixed: Replace periods in title with nothing when searching indexers
10 years ago
Mark McDowall
730aba4408
New: Series search will search starting with the lowest season
10 years ago
Taloth Saldono
b532661a27
Resolved failing search due to missing Scene season number.
10 years ago
Taloth Saldono
6dfbc3c290
Fixed: Will no longer cause an error when trying to parse an anime episode with absolute number 0.
10 years ago
Mark McDowall
97370cc8b3
omgwtfnzbs fixes
...
New: connect to omgwtfnzbs over https
Fixed: No results found response for omgwtfnzbs
10 years ago
Taloth Saldono
5e62c2335f
Fixed: Refactored the Indexer architecture to support non-rss indexers.
10 years ago
Mark McDowall
86ef30480f
Searching icons and spinner fix
...
New: Manual search has its own icon on series details instead of a dropdown
Fixed: Automatic search icon will spin showing activity
10 years ago
Mark McDowall
ebf0dbc1d0
New: Enable/Disable RSS Sync/Searching on a per indexer basis
10 years ago
Mark McDowall
6671934c0f
Relative episode file paths
10 years ago
Mark McDowall
41ece422c9
Fixed: Remove accents from titles when looking for matching series
10 years ago
Mark McDowall
74a38415cf
Profiles
...
Indexes are created with the same uniqueness when copying a table
New: Non-English episode support
New: Renamed Quality Profiles to Profiles and made them more powerful
New: Configurable wait time before grabbing a release to wait for a better quality
10 years ago
Mark McDowall
193672b652
Anime!
...
New: Anime support
New: pull alternate names from thexem.de
New: Search using all alternate names (if rage ID is unavailable)
New: Show scene mapping information when hovering over episode number
New: Full season searching for anime (searches for each episode)
New: animezb.com anime indexer
New: Treat BD as bluray
Fixed: Parsing of 2 digit absolute episode numbers
Fixed: Loading series details page for series that start with period
Fixed: Return 0 results when manual search fails, instead of an error
Fixed: animezb URL
11 years ago
Scott Rice
828dd5f5ad
Adds Anime-specific searching and Fanzub support
...
Splits searching in the same way as a Daily search, each indexer has a
method to search specifically for anime. Fanzub support was also added,
with its own indexer and parser classes.
11 years ago
Mark McDowall
760bcbb2ce
Fixed: Series search will skip Seasons that are not monitored
11 years ago
Mark McDowall
017b6ade5e
Fixed: Do not search for episodes that were just grabbed via RSS Sync
11 years ago
Mark McDowall
192e79d2ff
New: Automatic search for missing episodes if RSS Sync hasn't been run recently
11 years ago
Mark McDowall
187724f74c
Missing search now searches for episodes not in queue
11 years ago
Mark McDowall
0c71b7c5d0
Merge branch 'blacklisting' into develop
11 years ago
Mark McDowall
6133bc6db7
Missing episode search will skip already queued releases
11 years ago
Mark McDowall
e21574a203
Blacklisting improvements
...
New: New releases that fail will be retried a second time after waiting 1hr (configurable)
Fixed: Blacklisting releases with the same date and vastly different ages
11 years ago
Mark McDowall
a336726dd5
Fixed: Searching for all missing episodes
11 years ago
Taloth Saldono
38b0fae29a
Moved Episode Not Requested check to new Specification. Updated tests.
11 years ago
Taloth Saldono
198ff059c4
Fixed: Season Search now correctly uses scene numbering.
11 years ago
Mark McDowall
0cad77303d
Only search for monitored missing episodes
11 years ago
Mark McDowall
89e0b41ebc
New: Search for all missing episodes
11 years ago
Mark McDowall
2f3430387e
Major logging overhaul
11 years ago
Icer Addis
502ddceea2
Replaced + with space in special episode query string builder
11 years ago
Icer Addis
2dbf0ecc82
Fixes for code review
11 years ago
Icer Addis
d727840fbf
Indexer searching for special episodes using query string
...
Added SpecialEpisodeSearchCriteria criteria to handle special episode search queries
Added method NzbSearchService.SearchSpecial() for season0 episodes
Added IIndexer GetSearchUrls() for doing text based queries
11 years ago
kayone
a7d5b3761b
Fixed: Memory leak in Ensure.That
11 years ago
Mark McDowall
68e40bca29
Blacklist check is case insensitive now
11 years ago
Mark McDowall
52da5b643d
Using string for airdate instead of DateTime in models to prevent timezone issues
...
Fixed: Manual search air by date shows can now be sent to download client
11 years ago
Mark McDowall
7798e8b591
Full page searching for missing episodes
...
New: Search for an entire page of missing episodes
11 years ago
Mark McDowall
5bf0e197ec
Moved source code under src folder - massive change
11 years ago