echel0n
60491bff08
Merge pull request #597 from adam111316/usenet-crawler-fix
Fixes searching with usenet-crawler
11 years ago
Adam
5fd0a2a1f3
Fix for Newznab providers when searching for a show without a tvrage id we use the name of the show. If the show name is more than one word we are using a `_` as our delimiter which works fine unless the NN provider uses sphinx.. as the underscore then is used as part of the show name.. thus we always get back no results. We should just use `.` as it works for both sphinx and non sphinx servers. Tested this out on nzbs.org / nzb.su (sphinx) / sbi (non sphinx).
11 years ago
echel0n
c2ba2d6550
Reverted episode cache changes
11 years ago
echel0n
44358ef601
Reverted episode cache changes
11 years ago
echel0n
013f9a2134
Reverted episode cache changes
11 years ago
echel0n
4c5425f4d1
Update network_timezones.py
Fix for timezone conversion issues.
11 years ago
echel0n
3384e2c51d
Update tv.py
Removed weakref, caused issues with searching and downloads
11 years ago
Nils
166dffeb5a
Merge pull request #582 from bikemike222/add_cookies_rss
Added cookie support to custom torrent provider
11 years ago
Nils
813fd0d98a
Merge pull request #590 from JackDandy/FuzzyMomentsLang
Small fuzzy moments update: Use day numbers instead of lang dependant names
11 years ago
Nils
23f08e72de
Merge pull request #591 from jtdroste/patch-1
Fixing "Release" spelling
11 years ago
echel0n
3d062b3510
Fix for import issue with episodeCache
11 years ago
echel0n
89ad4bccc3
Moved show season/episode cache to outside of the show class and turned it into a global to avoid circular ref that may memory leak.
11 years ago
echel0n
df7c3f4aff
Fix for NoneType can't be iterated when viewing home page.
11 years ago
James Droste
e595da84b4
Fixing "Release" spelling
11 years ago
echel0n
97a1693abf
Fixes for TVDB and TVRage API search issues.
11 years ago
echel0n
1f180a5a05
Fix for closing cache connection early when needed.
11 years ago
echel0n
ecad67be06
Fix for config page issues.
11 years ago
echel0n
a1da7df12e
Fixes for DB issues
11 years ago
echel0n
d00d55fdfc
Modified DB code to close its connection if right after its finished with it, helps performance-wise and should resolve locked db issues as well.
11 years ago
echel0n
2c0f3a3dc3
Added thread locking for queues.
Fixed imdbinfo issues.
11 years ago
echel0n
cfcc35ebcc
Upgraded IMDBpy and improved performance of it.
Fixed TVDB Indexer API issues.
11 years ago
echel0n
4784b4619f
Fix for invalid literal for int() with base 10: 'NULL'
11 years ago
echel0n
08d8beffa4
Misc fixes and code cleanups.
11 years ago
echel0n
a9f142184a
Fix for nonetype issues during parsing
11 years ago
echel0n
24dfbc3f15
Quality is now set during parsing of results.
Fixed more anime regex bugs.
Fixed Indexer API issues for anime shows and unicode problems.
11 years ago
echel0n
31ce517e8f
Added 480p to be ignored for anime regexes when matching for absolute numbers.
11 years ago
echel0n
d07976f057
Fixed searching for new anime shows, unicode issues resolved and Naruto does indeed work!
11 years ago
echel0n
1e8f3e2883
Added ability for format anime naming from post-processing options.
Fixed regex issues for anime shows matching 720p as a absolute number.
Custom sports naming has been fixed to adhere to dates.
11 years ago
JackDandy
02ecb18eff
Use day numbers instead of text for language independent day name fuzzyness.
11 years ago
echel0n
08159e2872
Updated post-process code.
11 years ago
echel0n
64b857ee57
Fixed failed download handling.
11 years ago
echel0n
05dcdd72d7
Fix for air-by-date/sports/anime provider searches
11 years ago
echel0n
cab05efa64
Added anime search support and removed extra pipe symbole from search string.
11 years ago
echel0n
14201c71f3
Fixes issues with scene numbering being set to 0x0 after snatch is performed.
Fixes issues with KAT Provider sphinx error on searches.
11 years ago
echel0n
4df31bccee
PublicHD removed till further notice.
11 years ago
echel0n
dfe9619ddd
Fix for SSL support, reverted back to CherryPy 3.23 as 3.30 is borked for SSL.
11 years ago
echel0n
4e83cbe6d1
Fixed naming issues and parsing issues.
11 years ago
echel0n
4c9da4f448
Fix for custom scene numbering, now able to correct numbering or remove it.
Fixed show force-update and mass update to properly force updates on the show including xem numbering.
11 years ago
echel0n
34009bb9b8
MainDB is backed up before being restored now to .r* versioned backup backups
11 years ago
echel0n
fc7b28a8bc
Automatic DB restores now done if upgrade fails due to corrupt DB or incorrect db numbering
11 years ago
echel0n
385bf3987e
db locking issues fix #2
11 years ago
echel0n
26f30cacf5
db lock issues fix test
11 years ago
echel0n
5eabe43e48
Adding shows via TVRage fixed!
11 years ago
echel0n
d30060bf91
Fix for db locking issues
11 years ago
echel0n
f052848e52
Fix for sql rowcount error
11 years ago
echel0n
8fbd9155d3
fix for recent sql errors around connection object
11 years ago
echel0n
7e5cc8c673
Fix for coming soon episodes page.
Reverted sql -> sqlachemy changes, to soon and will be done in seperate branch.
11 years ago
echel0n
9e4ec2cfb8
Fix for importing existing shows being set to anime when there not anime shows causing parsing errors when trying to parse episode files from disk. Please perform a mass reset of shows marking the ones that are not anime so that this issue is fixed for when it does its next show refresh.
11 years ago
echel0n
1dc913824a
Fix for startup issue due to dependant that was missing.
11 years ago
echel0n
cec4ed573d
Upgraded CherryPy libs to 3.3.0
Switched out sqlite3 libs in favour of SQLAlchemy v0.9, will gradually migrate dialects and scheme to be fully SQLAlchemy compliant for using there ORM with sessions instead of direct.
Fixed getEpisode function to stop making unrequired scene number conversions on already converted data thats available now from cache.
11 years ago