Nicholas Herring
370c6d6f73
Fixed infinite loop in lib/rtorrent
...
This code works when there is only one torrent in rtorrent. As soon as there are multiple torrents, this just spins on the same torrent IF the first torrent isn't the one it is looking for. In general this function just brute forces the server as I expect it is written for a local SCGI endpoint.
(Side note, this was my second attempt to do this, since I didn't fork properly when I stated: https://github.com/echel0n/SickRage/pull/585 )
2014-05-28 15:35:56 +00:00
echel0n
34da3f53d8
Added Black and White list for release groups for anime shows.
...
Fixed anime show list splitter.
Added check for anime shows and providers so we don't perform searches with a provider that doesn't support the type of show genre we are searching.
2014-05-27 03:09:57 -07:00
Nils Vogels
c217a4fc57
Merge branch 'dev' of github.com:echel0n/SickRage into dev
2014-05-26 23:33:27 +02:00
Nils Vogels
177dbc0f22
More namechanges
2014-05-26 23:32:47 +02:00
echel0n
347f595dfe
Fixes issue with daily searcher constantly showing it's in progress when in fact it is not from manage searches page.
2014-05-26 14:20:31 -07:00
echel0n
840f7c7bdf
Fixed issue with daily search progress monitoring.
2014-05-26 14:09:14 -07:00
echel0n
4da248ef9b
Fixed internal indexer scene name cache which resolved issues with searching and snatching.
2014-05-26 14:06:54 -07:00
echel0n
c5f933e4c8
Fixed app performance issues from recent upgrades.
...
Fixed issues with manual searches not working.
Moved misc routine tasks to a proper schedualed thread that runs every 1 hour for updating network timezones, scene exceptions, and trimming failed history.
Forced misc routine tasks at startup to complete first before anything else runs, critical since this does our scene exception updates and internal scene cache loading which is needed before searches begin.
2014-05-26 13:16:07 -07:00
echel0n
de01fa1e37
Fix for scene name repeat bug when displaying show.
...
Added scene exceptions feature, hover over the show name with your mouse to see ALL scene exceceptions currently set for the show.
2014-05-26 11:07:10 -07:00
echel0n
f7b11e1e98
Fixed issues with post-processing.
...
Fixed issue with priority post-processing, bug would allow 2nd attempt to go through even if priority settings were not selected.
Fixed issues with cache retrieval and storing of provider results, properly stored now with season and ep info converted to indexer numbering.
Fixed a bug that was caching unconverted scene numbered files for post-processing causing us to skip converting them when needed.
2014-05-26 03:42:34 -07:00
echel0n
7e711c0665
Fix for find propers and newznab providers
2014-05-26 01:05:47 -07:00
echel0n
7a56afe512
Fix for new show searches, now checks alias names as well as series names to get results.
2014-05-26 00:45:11 -07:00
echel0n
9a3e7ab0a9
Added anime support with anidb support.
...
Added fanzub anime nzb provider.
Fixed NyaaTorrents anime provider.
This is in testing phase so bugs are to be expected.
2014-05-25 23:29:22 -07:00
echel0n
3b6534ca1d
Fix for issues relating to webAPI and episode searching.
2014-05-23 10:05:44 -07:00
echel0n
a350be339c
Fix for issue causing issues loading and saving search providers
2014-05-23 09:35:01 -07:00
echel0n
41ff17a2f0
Added in our favicons
2014-05-23 07:25:44 -07:00
echel0n
7391a6e454
App name change in code.
2014-05-23 05:37:22 -07:00
echel0n
5fffa002d5
Added sickrage logo for notifiers to git repo
2014-05-23 05:06:07 -07:00
echel0n
1a1f9d3e77
Fixed issue for shows that don't return a runtime typically from TVRage indexer
2014-05-23 03:00:45 -07:00
echel0n
5c43787560
Fixed missing ui notification for snatched episodes.
2014-05-22 23:58:29 -07:00
echel0n
43219e34e3
Fix for transmission torrent client and ratio's
2014-05-22 23:45:49 -07:00
echel0n
b499e4b6db
Fixed issues with per-provider torrent ratio settings, now can be left blank to default to client ratio setting.
2014-05-22 23:42:11 -07:00
echel0n
753be64090
Fixes issue of missing ui notification to let you know that there was no update needed when forcing a version check.
2014-05-22 22:43:53 -07:00
echel0n
d37a992508
Fixes issue with trailing slash being appened to end of url when adding custom RSS torrent provider.
2014-05-22 22:36:48 -07:00
echel0n
736cb7c738
Fixes issues with ABD shows searching for complete seasons and returning zero results.
2014-05-22 22:02:49 -07:00
echel0n
f5cb9ab84d
Fixes issue with version update not appearing at top of page
2014-05-22 20:17:24 -07:00
echel0n
abcde5ee89
Updated CSS style sheets to better suite our logo color scheme
2014-05-22 19:47:12 -07:00
echel0n
72a1e4e580
Updated logo design and removed old one
2014-05-22 18:32:09 -07:00
echel0n
9bf38c07ae
New logo design idea
2014-05-22 17:06:55 -07:00
echel0n
80651447ae
Update webserve.py
2014-05-22 10:01:03 -07:00
echel0n
9cd9576232
Fix for Next Ep airdates.
...
Added check for hidden folders in post-processing.
Cleaned up daily search function.
2014-05-21 20:12:15 -07:00
echel0n
e3da060000
Fix for adding new shows and issue with indexer_timeout
2014-05-21 15:55:02 -07:00
echel0n
e6cebdc5d4
Smoothed logo
2014-05-21 15:29:50 -07:00
echel0n
b31b054e0c
More logo changes
2014-05-21 15:15:09 -07:00
echel0n
43f66f63cf
Logo change
2014-05-21 14:49:31 -07:00
echel0n
dad2c1623c
Changed IRC channel details
2014-05-21 13:35:12 -07:00
echel0n
13462fbb67
Added user settable interval for autoPost-Processing to post-processing config section.
2014-05-21 13:26:24 -07:00
echel0n
95adb131e1
Revert "Fix for findpropers and newznab providers"
...
This reverts commit cfa5d99066
.
2014-05-21 12:08:08 -07:00
echel0n
63207ba93b
Added global indexer timeout for adding shows.
2014-05-21 11:17:52 -07:00
echel0n
3a874b56dd
Fixed issues with detecting _UNPACK_ when post-processing
2014-05-21 09:42:33 -07:00
echel0n
cfa5d99066
Fix for findpropers and newznab providers
2014-05-20 22:50:56 -07:00
echel0n
e09c4976a5
Removed internal cache update checks, cache updates will now perform at the interval setting time you set for daily searches.
2014-05-20 20:55:42 -07:00
echel0n
8141d8a170
Fixed issues for custom RSS torrent providers
2014-05-20 20:22:48 -07:00
Nils Vogels
37df671ae6
Adding some more references to the forum
...
Removing link to issue tracker
Adding instructions on how to perform basic branching, committing and submitting PR's
2014-05-21 01:17:49 +02:00
echel0n
d6a942698a
Fixes errors caused by duplicate newznab providers
2014-05-20 13:51:54 -07:00
echel0n
9914523f64
Correctly sets episodes past current date to UNAIRED if episode status is set to SKIPPED or WANTED so that manually snatched pre-release episodes do not get effected.
2014-05-20 12:24:20 -07:00
echel0n
3517952536
Fix to insure pre-release downloads/snatches don't get reset back to unaired.
2014-05-20 12:02:10 -07:00
echel0n
76e8c73c4b
rawhd update
2014-05-20 11:41:07 -07:00
echel0n
fa11b4ef3a
Removed some sleep timers to improve overall speed of sickrage.
2014-05-20 11:01:51 -07:00
echel0n
83d7e9fb69
Removed global seed ratio's
2014-05-20 09:27:52 -07:00