echel0n
25e2430820
Added code to check and confirm that a daily search was performed on previous cache results before we go ahead with clearing the cache and wasting results that could hold potential items to be snatched.
2014-05-15 00:20:00 -07:00
echel0n
7d6e73f026
Fix for migration issues
2014-05-12 12:18:27 -07:00
echel0n
c373844d87
Fixes issues with indexer_id never being added into tv_shows table when at a db version of 15 or higher
2014-05-06 17:49:03 -07:00
echel0n
fe10a4551e
Fixed issue with main database migration numbering
2014-05-06 17:13:58 -07:00
echel0n
09dd1b6db2
Fixed main database structure to line up with original sickbeard structure so that migrating users get our database modifications migrated in without issues plus I've updated our main database structure to reflect all our recent changes so that new fresh installs dont have to go through the migration process
2014-05-06 17:03:55 -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
886753b766
Fix for missing indexer_id during migration from other forks
2014-05-06 15:54:04 -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
c2e79bf031
Fixed inital scene numbering database check to look for a value of -1 before updating to insure this record gets done at startup once and once only
2014-05-03 04:06:11 -07:00
echel0n
e8fc45058f
Test fix #3
2014-05-03 03:54:50 -07:00
echel0n
9fc07617f1
Fix for NoneType object error
2014-05-03 03:41:56 -07:00
echel0n
580afec2a7
Fixes more non-sense issues
2014-05-03 03:15:18 -07:00
echel0n
233667c6d1
Fixes for db scene numbering fix
2014-05-03 03:11:52 -07:00
echel0n
1c56876ecc
Fixed unicode issues
2014-05-03 02:34:53 -07:00
echel0n
d5f183c171
Major changes made to search code, tvcache code, and name parser
2014-05-03 02:23:26 -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
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
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
ca45ec5064
Fixed migration issues for TPB->TVRAGE
2014-04-22 16:09:29 -07:00
echel0n
a7ae6a1977
Fix for missing indexes
2014-04-22 13:15:47 -07:00
echel0n
f54a6e25b2
Fixes issues with tvdb and tvrage api content attribute not found
2014-04-22 12:15:15 -07:00
echel0n
fdfc8eb219
Fixes missing indexes for tv_shows and tv_episodes tables
2014-04-22 11:32:45 -07:00
echel0n
5dbfc81bb2
Fixes other temp tables that may have been left behind from a bad migration of the db
2014-04-22 10:57:37 -07:00
echel0n
bc79c93018
Fixes issue with previous db migrations that failed and left behind tables that should have been dropped.
2014-04-22 10:52:14 -07:00
echel0n
e7cf923cc0
Removes primary keys and unique keys from xem_numbering table in cache.db
2014-04-22 03:30:18 -07:00
echel0n
b30ef51b22
Fixed issue with columns not being unique for xem_numbering table.
2014-04-21 22:56:30 -07:00
echel0n
9ab143dde7
Testing fix for unique index error on xem_numbering table in cache database
2014-04-21 19:33:48 -07:00
echel0n
97db8fd408
Fixed IntegrityError caused by primary key not being unique
2014-03-27 19:18:39 -07:00
echel0n
872389d055
New show search code changed to optimize for quicker searches
...
Increased mainDB version to 28
2014-03-25 11:01:21 -07:00
echel0n
e255e44462
Changed to mass action for db indexer convert code
2014-03-25 00:05:23 -07:00
echel0n
999b1bafe0
Missed coverting scene_numbering table, fixed!
2014-03-24 23:58:31 -07:00
echel0n
5709c8843c
Fix in indexer conversion code for mainDB
2014-03-24 23:53:20 -07:00
echel0n
e8fd2d20b3
Added code to convert Indexers from string format to new integer format
2014-03-24 23:42:39 -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
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
36643acf5e
Added TVRage support to our scene numbering lookups.
...
Tweaked our API's HTTP Handlers for better performance.
Fixed a bug in metadata parser that was preventing TVRage shows from getting images.
2014-03-19 22:33:34 -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
b435fc9d71
Fixes to metadata parser
2014-03-11 12:52:00 -07:00
echel0n
264f852a97
Mor bugfixes to code that handles converting sickbeard.db and cache.db files to our new scheme.
2014-03-11 12:28:44 -07:00
echel0n
481fdc1ac6
Small Bugfix
2014-03-11 11:33:57 -07:00
echel0n
c97f5b9c70
Bugfixes and improvements to our code that converts regular sickbeard.db to our new indexer scheme
2014-03-11 11:27:59 -07:00
echel0n
90cdf326b7
Bugfixes
2014-03-11 09:35:13 -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