echel0n
|
2546a5199f
|
Test fix for home page none type error
|
2014-06-12 11:30:59 -07:00 |
|
echel0n
|
9e4ee04f57
|
Fixed language and subtitle issue for new shows.
Subtitle and language opts where ordered backwards causing incorrect
values to be set.
|
2014-06-12 10:26:09 -07:00 |
|
echel0n
|
60491bff08
|
Merge pull request #597 from adam111316/usenet-crawler-fix
Fixes searching with usenet-crawler
|
2014-06-11 20:55:16 -07:00 |
|
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).
|
2014-06-12 11:19:27 +08:00 |
|
JackDandy
|
e99d779f7d
|
Fix, update and add some network specific logos as seen on the home page in "poster" view mode.
|
2014-06-11 23:09:57 +01:00 |
|
echel0n
|
c2ba2d6550
|
Reverted episode cache changes
|
2014-06-11 07:37:30 -07:00 |
|
echel0n
|
44358ef601
|
Reverted episode cache changes
|
2014-06-11 07:16:24 -07:00 |
|
echel0n
|
013f9a2134
|
Reverted episode cache changes
|
2014-06-11 07:14:29 -07:00 |
|
echel0n
|
4c5425f4d1
|
Update network_timezones.py
Fix for timezone conversion issues.
|
2014-06-09 17:39:52 -07:00 |
|
echel0n
|
3384e2c51d
|
Update tv.py
Removed weakref, caused issues with searching and downloads
|
2014-06-09 17:37:48 -07:00 |
|
Peter Tutervai
|
0658f161ee
|
Hid the browse button on the Synology DS configuration page as the entered path has to be a relative path from a shared directory
|
2014-06-09 01:03:28 +02:00 |
|
Peter Tutervai
|
f24999b10d
|
Changed the config page to show the path field for the Synology DS, added the parameter to the DS API
|
2014-06-09 01:01:47 +02:00 |
|
Nils
|
166dffeb5a
|
Merge pull request #582 from bikemike222/add_cookies_rss
Added cookie support to custom torrent provider
|
2014-06-09 00:20:37 +02:00 |
|
Nils
|
813fd0d98a
|
Merge pull request #590 from JackDandy/FuzzyMomentsLang
Small fuzzy moments update: Use day numbers instead of lang dependant names
|
2014-06-09 00:20:07 +02:00 |
|
Nils
|
23f08e72de
|
Merge pull request #591 from jtdroste/patch-1
Fixing "Release" spelling
|
2014-06-09 00:09:42 +02:00 |
|
echel0n
|
3d062b3510
|
Fix for import issue with episodeCache
|
2014-06-07 21:32:06 -07:00 |
|
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.
|
2014-06-07 21:20:59 -07:00 |
|
echel0n
|
df7c3f4aff
|
Fix for NoneType can't be iterated when viewing home page.
|
2014-06-07 21:13:40 -07:00 |
|
James Droste
|
e595da84b4
|
Fixing "Release" spelling
|
2014-06-07 21:23:17 -04:00 |
|
echel0n
|
97a1693abf
|
Fixes for TVDB and TVRage API search issues.
|
2014-06-07 17:43:58 -07:00 |
|
echel0n
|
1f180a5a05
|
Fix for closing cache connection early when needed.
|
2014-06-07 16:16:01 -07:00 |
|
echel0n
|
ecad67be06
|
Fix for config page issues.
|
2014-06-07 15:50:51 -07:00 |
|
echel0n
|
a1da7df12e
|
Fixes for DB issues
|
2014-06-07 15:35:16 -07:00 |
|
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.
|
2014-06-07 14:32:38 -07:00 |
|
echel0n
|
4e5beacfe6
|
Merge branch 'origin/dev'
|
2014-06-07 11:47:07 -07:00 |
|
echel0n
|
2c0f3a3dc3
|
Added thread locking for queues.
Fixed imdbinfo issues.
|
2014-06-07 11:36:26 -07:00 |
|
echel0n
|
0b5c9e9c38
|
Merge branch 'origin/dev'
|
2014-06-07 08:39:46 -07:00 |
|
echel0n
|
cfcc35ebcc
|
Upgraded IMDBpy and improved performance of it.
Fixed TVDB Indexer API issues.
|
2014-06-07 08:33:18 -07:00 |
|
echel0n
|
4784b4619f
|
Fix for invalid literal for int() with base 10: 'NULL'
|
2014-06-07 05:42:50 -07:00 |
|
echel0n
|
08d8beffa4
|
Misc fixes and code cleanups.
|
2014-06-07 05:36:50 -07:00 |
|
echel0n
|
a9f142184a
|
Fix for nonetype issues during parsing
|
2014-06-07 04:08:12 -07:00 |
|
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.
|
2014-06-07 04:06:21 -07:00 |
|
echel0n
|
31ce517e8f
|
Added 480p to be ignored for anime regexes when matching for absolute numbers.
|
2014-06-07 01:57:03 -07:00 |
|
echel0n
|
d07976f057
|
Fixed searching for new anime shows, unicode issues resolved and Naruto does indeed work!
|
2014-06-07 01:45:21 -07:00 |
|
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.
|
2014-06-07 01:17:12 -07:00 |
|
JackDandy
|
02ecb18eff
|
Use day numbers instead of text for language independent day name fuzzyness.
|
2014-06-07 02:39:17 +01:00 |
|
echel0n
|
4da7173fa4
|
Merge branch 'origin/dev'
|
2014-06-06 18:08:11 -07:00 |
|
echel0n
|
08159e2872
|
Updated post-process code.
|
2014-06-06 17:44:44 -07:00 |
|
echel0n
|
64b857ee57
|
Fixed failed download handling.
|
2014-06-06 17:06:29 -07:00 |
|
echel0n
|
05dcdd72d7
|
Fix for air-by-date/sports/anime provider searches
|
2014-06-06 16:55:14 -07:00 |
|
echel0n
|
24f5bbae97
|
Merge branch 'origin/dev'
|
2014-06-06 15:57:40 -07:00 |
|
echel0n
|
cab05efa64
|
Added anime search support and removed extra pipe symbole from search string.
|
2014-06-06 15:27:20 -07:00 |
|
echel0n
|
14201c71f3
|
Fixes issues with scene numbering being set to 0x0 after snatch is performed.
Fixes issues with KAT Provider sphinx error on searches.
|
2014-06-06 15:16:15 -07:00 |
|
echel0n
|
4df31bccee
|
PublicHD removed till further notice.
|
2014-06-06 13:48:25 -07:00 |
|
echel0n
|
2aba611b36
|
Merge branch 'origin/dev'
|
2014-06-05 21:29:32 -07:00 |
|
echel0n
|
dfe9619ddd
|
Fix for SSL support, reverted back to CherryPy 3.23 as 3.30 is borked for SSL.
|
2014-06-05 21:24:43 -07:00 |
|
echel0n
|
03722bcc3e
|
Merge branch 'origin/dev'
|
2014-06-05 18:42:28 -07:00 |
|
echel0n
|
4e83cbe6d1
|
Fixed naming issues and parsing issues.
|
2014-06-05 18:38:50 -07:00 |
|
echel0n
|
e4a4d285e8
|
Merge branch 'origin/dev'
|
2014-06-05 17:54:47 -07:00 |
|
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.
|
2014-06-05 17:53:34 -07:00 |
|