echel0n
9084d7de19
Fixed issues with added new shows not showing any episodes.
...
Fixed issues with duplicate downloads of the same season/episode caused by multithreading.
2014-05-07 02:03:57 -07:00
echel0n
fc94243546
Fixes backlog and manual searches.
...
Fixes season pack and single/multi episode searches.
Fixes multi-threading issues.
Fixes incorrect status being reported for manual searches.
Fixes quality being returned as N/A all the time for torrents.
2014-05-07 00:50:49 -07:00
echel0n
ee6e55aa88
Fix for missing column 'subtitles' during migration from other forks.
...
Fix for invalid literals when searching for episodes
2014-05-06 16:11:56 -07:00
echel0n
6295d6be94
Fix for invalid literal for int
2014-05-06 15:46:00 -07:00
echel0n
fb71c6139e
Added in optional multi-threading for all search queues, can be set from General->Advanced config section.
...
Fixed issue #417 and #335
2014-05-06 04:29:38 -07:00
echel0n
faeb11a9ac
Fixes issue #376
2014-05-04 22:50:28 -07:00
echel0n
a5b72dea84
Fixes issues with findpropers and airdate.
...
Fixes issues with unhashable dict types.
Fixes issues with 100% CPU usage.
Fixes issues with RSS feed cache.
Fixes issues with scene numbering and converting back to indexer numbering.
Fixes issues with backlog searches.
Fixes issues with season pack searches.
Fixes issues with BTN.
2014-05-04 20:08:32 -07:00
echel0n
dea826c3ba
Fixed alot of issues pertaining to season pack searches and backlog searches in regards to returning accurate results or no results at all.
...
Fixed issue #335
2014-05-03 20:16:26 -07:00
echel0n
b4627af3d2
Fixes issue #327
2014-05-03 17:22:33 -07:00
echel0n
afde3b4c28
Fixes issues #333 and problems with converting str to int via prettyName func
2014-05-03 15:29:00 -07:00
echel0n
c29b29a7e7
Merge pull request #312 from WebSpider/dev-code_cleanup
...
Code cleanup
2014-05-03 05:24:15 -07:00
echel0n
a3bdf6038f
Fixes issue #326
2014-05-03 05:07:44 -07:00
echel0n
72828e1a8d
Fixes sql issues
2014-05-03 04:50:29 -07:00
echel0n
a47136e551
Fixed issue with saving show info to DB
2014-05-03 04:16:12 -07:00
echel0n
dfd6f38cfe
Fix for scene numbering during post-processing
2014-05-03 04:10:20 -07:00
echel0n
d5f183c171
Major changes made to search code, tvcache code, and name parser
2014-05-03 02:23:26 -07:00
Nils Vogels
17171dba8b
Simplifying expressions
2014-05-02 13:33:06 +02:00
echel0n
09476224c5
Improved code for better performance of application memory and cpu usage.
2014-05-02 03:09:17 -07:00
echel0n
319ac2602f
Fixed scene_numbering issues for shows that use scene numbers instead of TVDB numbering.
...
Fixed issues with local SB cache.
Fixed issues with sports naming patterns, we no longer treat sports as a airdate show and have created custom regex's to aid in finding sports related shows.
2014-04-30 05:10:13 -07:00
echel0n
dbe7e019f6
Cache issue fixes.
...
Naming Pattern issues fixed.
Regex patterns cleaned up.
Misc bug fixes.
2014-04-29 07:44:13 -07:00
echel0n
87b752b4e5
Re-coded the Indexer cache, cache lookups are only performed for existing shows and we don't add any cache entries unless we are Indexing the show in our database so we don't waste cpu cycles and memory.
...
Manual and backlog searches both search the cache first before even attempting to send a search request to a provider.
More bugs have been worked out.
2014-04-29 06:14:19 -07:00
echel0n
96a2c047a0
Fixes issues with scene converting
2014-04-28 22:41:40 -07:00
echel0n
51f691eeb2
Fix for issue #182
2014-04-28 21:59:00 -07:00
echel0n
c330bbb386
Fixed issues with post-processing, we now perform the auto-detection of the indexer in a spot that doesn't require the post-processing to start all the way from the begining allowing for less processing time to take place.
...
Fixed more code relating to scene converting and sports event episodes/shows.
Post-processing now checks for indexer id in the cache as well as the other normal ways it did before.
2014-04-28 21:55:59 -07:00
echel0n
7f44a2cfad
Fixed issues with finding propers to many keywords.
...
Fixed issues with scene numbering when searching for propers.
2014-04-28 18:25:27 -07:00
echel0n
43b6b4b594
Improved XEM scene numbering converting.
...
Fixed release naming and parsing.
Improved overall application performance and foorprint.
2014-04-28 17:12:06 -07:00
echel0n
3fbfed7d93
Fixes cache issues with lookups resulting in wasted cpu cycles.
...
Fixes issues with scene numbered releases not properly being converted before a cache lookup is performed and not being properly converted when returned from providers as a possible match for a show requested to be snatched.
2014-04-28 16:04:11 -07:00
echel0n
160b4bc4cc
Fix for sports naming patterns
2014-04-28 06:35:49 -07:00
echel0n
5e38813a73
Added sports feature, acts just like air_by_date except allows us to control the date pattern to match events that air_by_date could not.
...
Custome sports naming patterns can be set now as well.
Fixed issues with FINDPROPERS.
Fixed issues with session connections.
Cleaned up code.
2014-04-28 02:15:29 -07:00
echel0n
831e9a537e
Disabled sceneConvert renamer for now till we add it in optionally.
2014-04-27 04:46:21 -07:00
echel0n
5772de9eec
Complete re-code of season/episode search code.
...
Switched from using standard requests to using sessions.
Fixed bug in speedcd that was preventing config from saving.
2014-04-27 03:31:54 -07:00
echel0n
4f049f4e7e
Fixed show name formatting issues.
...
Added tests for XEM scene numbering.
2014-04-26 13:12:58 -07:00
echel0n
f9cd37c243
Fix for formatting pattern issues
2014-04-26 04:17:28 -07:00
echel0n
e787ef8332
XEM Scene Numbering fixes.
...
Deepcopy thread.lock issue fixed.
Overall performance increased, searches faster and more accurate.
2014-04-26 03:37:40 -07:00
echel0n
0766dfe310
Resolves problem for display country icons if show has more then one country listed for it.
2014-04-25 00:28:16 -07:00
echel0n
0cc5ba4eb7
Fix for country codes not being properly accessed from imdb causing no icon to display when looking at show info
2014-04-24 13:21:04 -07:00
echel0n
f8ec897010
Lightning fast indexer searches now!
...
Version checks reverted back to every 12 hours.
2014-04-24 04:52:44 -07:00
echel0n
c945726f05
Fixed subliminal issues.
...
Added ignore/required words option to bet set individually for each show.
Fixed issue with global ignore words not properly matching against releases.
Fixed issue with
2014-04-23 22:18:16 -07:00
echel0n
9171a28f68
Fixes issue #53 , ignore words not working correctly
2014-04-23 21:04:36 -07:00
echel0n
8d9d62caf5
Updated sumbliminal.
...
Fixed issue #52
2014-04-23 20:22:21 -07:00
echel0n
ad339a9b2e
Multiple bugfixes for provider code
2014-04-22 01:02:43 -07:00
echel0n
fb85c6e50e
Fixed issue #20
2014-03-28 21:41:35 -07:00
echel0n
6a7906eeb1
Fixed bug in TVRage API that was not properly handling malformed airdates for shows.
...
Fixed bug in metadata function that was throwing attribute errors when checking for banner images for shows from TVRage
Converted some list comprehensions to generators to improve speed and lower memory usage of SB
2014-03-27 02:42:00 -07:00
echel0n
8004685d3f
Re-wrote the indexerApi wrapper, was causing a bottlekneck
...
Fixed bug when show folder is deleted before being deleted from SB
New Show searches now confirm results have a valid firstaired date
2014-03-26 12:28:46 -07:00
echel0n
95d7d728e0
Re-write of Indexer API wrapper
...
Re-write of New Show seearch function
Re-write of Existing show search helper function for determining indexer/indexerid
Massive code cleanup and more bugs found and fixed
Indexer code fully modualized for future proofing
2014-03-24 22:57:24 -07:00
echel0n
f3c33279b5
Previous fix to air dates did not take but this fix does correct the issue once causing malformed air dates or no air dates at all.
2014-03-21 10:12:43 -07:00
echel0n
b3662cfb7b
Fixed bug with air dates being malformed
2014-03-21 04:09:18 -07:00
echel0n
10637f8f29
Code Clean up and regex fix for "no repeats" error (reverted from commit 8ecd5a196d
)
2014-03-20 11:03:22 -07:00
echel0n
8ecd5a196d
Code cleanup and regex fix for "no repeats" error
2014-03-20 10:51:59 -07:00
echel0n
3665a1f69b
Fixed a bug in the SQL statement for a transactional
2014-03-20 06:45:43 -07:00
echel0n
972833a7f6
Added Transaction for add/update/delete episodes and change episode status
2014-03-20 03:24:58 -07:00
echel0n
ce5053f25d
Bunch of code upgrades and bugfixes
2014-03-20 01:15:22 -07:00
echel0n
f4a9987933
Added in a new feature called "Archive First Match", you can enable this feature from displayShow->editShow by using custom qualities and checking off "archive first match"
...
This feature will snatch and your episode based on matching ANY one of your archive quality choices on a first match basis then set its status to archived to prevent further snatch attempts.
2014-03-19 16:33:49 -07:00
echel0n
dbaf9955cb
Fixed issue with BTN provider.
...
Started to added in "archive on firstmatch" feature.
2014-03-18 06:50:13 -07:00
echel0n
5cd7ad2afb
Fixed issue that was causing malformed dates for shows, now SB will smartly set the date even if one didn't exist so that we don't just toss the episode away so long as we have enough data to satisfiy us.
2014-03-16 06:33:00 -07:00
echel0n
f2bbe76271
Code improvements for the indexer API handler and a few code cleanups as well.
2014-03-11 22:28:30 -07:00
echel0n
ff548a7f6b
bugfix in tv.py
2014-03-11 12:39:25 -07:00
echel0n
90cdf326b7
Bugfixes
2014-03-11 09:35:13 -07:00
echel0n
bbf9491943
Code cleanup and bugfixes
2014-03-10 19:32:02 -07:00
echel0n
056b266613
Auto-detection of indexer code added in for adding existing shows along with TV Cache lookups, few bugfixes as well.
2014-03-10 16:59:22 -07:00
echel0n
581c4daca2
Automaticly determins the indexer for auto post-processing of shows. this should fix any other issues that were present with post processing
2014-03-10 05:18:04 -07:00
echel0n
0d9fbc1ad7
Welcome to our SickBeard-TVRage Edition ...
...
This version of SickBeard uses both TVDB and TVRage to search and gather it's series data from allowing you to now have access to and download shows that you couldn't before because of being locked into only what TheTVDB had to offer.
Also this edition is based off the code we used in our XEM editon so it does come with scene numbering support as well as all the other features our XEM edition has to offer.
Please before using this with your existing database (sickbeard.db) please make a backup copy of it and delete any other database files such as cache.db and failed.db if present, we HIGHLY recommend starting out with no database files at all to make this a fresh start but the choice is at your own risk!
Enjoy!
2014-03-09 22:39:12 -07:00