Mark McDowall
|
192d001b61
|
New: Option to remove illegal characters
Closes #809
|
9 years ago |
Taloth Saldono
|
0b219e1169
|
Fixed nullables.
|
9 years ago |
Taloth Saldono
|
ccfa13e383
|
Replaced built-in valuetypes with language keywords.
|
9 years ago |
Taloth Saldono
|
c63b65eba1
|
Only apply kat peers fix for recent releases.
|
9 years ago |
Taloth Saldono
|
d637ee1a2d
|
Disable kickass seeds/peers info since they only report 0 on the rss.
|
9 years ago |
Taloth Saldono
|
57afa668e1
|
Fixed: Removing torcache url query params to avoid redirect.
fixes #799
Removing query param was cleaner coz it avoids spoofing the referrer.
|
9 years ago |
Mark McDowall
|
d7eae958b7
|
Fixed: Parse TVRip releases as SDTV
|
9 years ago |
Mark McDowall
|
c591a86b02
|
Fixed: Parsing 4-digit season packs
Closes #805
|
9 years ago |
Mark McDowall
|
026e05dcee
|
Fixed: Better parsing of full season x265 releases
|
9 years ago |
Taloth Saldono
|
d6bfa561ad
|
mono and .net handle Uri escapes differently messing up the tests.
|
9 years ago |
Taloth Saldono
|
8d0dab6578
|
Fixed tests after Uri cleanup logic.
|
9 years ago |
Taloth Saldono
|
211863d55d
|
Fixed: Indexers returning relative urls for grabs.
|
9 years ago |
Taloth Saldono
|
372ba13fd2
|
Fixed SkyHookSearch tests.
|
9 years ago |
Taloth Saldono
|
9bcb6ff19a
|
New: Sonarr can now update series to use another tvdbid in case when tvdb removes a duplicate and Skyhook detects it.
|
9 years ago |
Taloth Saldono
|
7991a3f1c3
|
Fixed series refresh repeated too often if Sonarr is killed before Scheduled task finishes.
Fixes #735
|
9 years ago |
Mirx
|
4faf7ed959
|
New: Hungarian language support
Closes #729
|
9 years ago |
Taloth Saldono
|
a84f39bb48
|
Fixed: Should ignore indexer provided tvrageid when scene naming exception exists.
|
9 years ago |
Mark McDowall
|
b1d0d422e9
|
New: Support 5-digit multi-episode releases
|
9 years ago |
Taloth Saldono
|
fc75783fbe
|
Rewrote the RequestGenerator to support paging and other refactorings.
|
9 years ago |
Mark McDowall
|
58b01b91d5
|
New: Titans of TV tracker
|
9 years ago |
Taloth Saldono
|
f2a70677e4
|
New: Will now temporarily stop using an indexer if the indexer reported an error.
|
9 years ago |
Taloth Saldono
|
6d046a8df8
|
Fixed: Extrapolate scene numbering but won't auto import.
|
9 years ago |
Mark McDowall
|
0f2bba0615
|
Custom scripts
New: Run custom scripts (Connection)
Closes #439
|
9 years ago |
Taloth Saldono
|
55412968e0
|
New: Added auto-detection of indexer capabilities to torznab.
|
9 years ago |
Mark McDowall
|
03cf9a44cf
|
New: Show download client name in GUI notifications
Closes: #642
|
9 years ago |
Mark McDowall
|
cc6ab0ade1
|
Fixed: Do not monitor specials when monitoring missing
|
9 years ago |
Taloth Saldono
|
3ad7673d69
|
Fixed: Doki rss feed now uses correct url for torrent.
|
9 years ago |
Mark McDowall
|
fd3dda2b16
|
Fixed: Removing pending releases
|
10 years ago |
Mark McDowall
|
fa0401fa89
|
Fixed broken unit test
|
10 years ago |
Keivan Beigi
|
84ae81efe3
|
Merge pull request #650 from Kayomani/develop
Allow downloads to be tracked by the source name in addition to the download name
|
10 years ago |
Mark McDowall
|
3a84e0fafc
|
Actually commented out now...
|
10 years ago |
Mark McDowall
|
4b9ec94fcc
|
Broken test that we can use once we have better parsing
|
10 years ago |
Taloth Saldono
|
d46c170b70
|
Fixed: Matching anime using full series title instead of cleaned title to be able to detect subtle!! differences`!! in titles!!!
|
10 years ago |
Kayomani
|
de8deffbd2
|
New: Downloads can be tracked by the source name in addition to the download name
|
10 years ago |
Taloth Saldono
|
0578e68a51
|
Fixed: Sonarr didn't clear scene mappings if a series was removed from TheXEM.
|
10 years ago |
Taloth Saldono
|
1ac27002e5
|
Fixed project files.
|
10 years ago |
Taloth Saldono
|
c02d6c426c
|
Fixed: TorrentRssParser incorrectly detected description element.
|
10 years ago |
Keivan Beigi
|
102f2e39be
|
Merge pull request #653 from Sonarr/kickass-url-update
Update the kickass url to https://kat.cr
|
10 years ago |
Keivan Beigi
|
a78381db7d
|
Merge pull request #654 from Sonarr/remove-pending
Fix: When removing pending items from the queue remove all releases for that episode
|
10 years ago |
Keivan Beigi
|
a143c0b75e
|
Updated migration number to 90
|
10 years ago |
Keivan Beigi
|
36f97329ff
|
Update the kickass url to https://kat.cr
|
10 years ago |
Keivan Beigi
|
b5b15b623a
|
Updated FluentAssertion to 3.4.0
|
10 years ago |
Keivan Beigi
|
724a3eee45
|
Fix: When removing pending items from the queue remove all releases for that episode
|
10 years ago |
Mark McDowall
|
873fadbcaa
|
Fix the build
|
10 years ago |
Mark McDowall
|
370406c3de
|
Use a list for ChannelTags and DeviceIds in Pushbullet settings
|
10 years ago |
Taloth Saldono
|
461be2b388
|
Removed eztv migration tests.
|
10 years ago |
Taloth Saldono
|
c9d0bc7148
|
Fixed: Removed Eztv-like api support entirely since TorrentRss is now available.
|
10 years ago |
Mark McDowall
|
77e9493ccf
|
Improved PushBullet implementation (v2 API, multiple devices, channels)
New: PushBullet supports multiple devices
New: PushBullet channels
Closes #641
|
10 years ago |
Mark McDowall
|
a9ada8fcf1
|
Cleanup tabs
|
10 years ago |
Taloth Saldono
|
f3d31c3ea1
|
Fixed btn tests.
|
10 years ago |