Fernando
d280b56e13
Set UNKNOWN quality as Low Quality
...
https://github.com/SiCKRAGETV/sickrage-issues/issues/493#issuecomment-71538630
UNKNOWN quality will always be low quality no matter what.
It's different from unknown episode status.
2015-01-26 19:55:56 -02:00
Alexandre Beloin
6b915ebc1c
Added simple url check
2015-01-26 15:29:09 -05:00
Alexandre Beloin
b67ef81337
Fixed leading slash.
...
Fix Transmission name not showing in RPC URL text in config.
Added option descritption
2015-01-26 14:52:18 -05:00
Alexandre Beloin
37ab43adbc
Added ability to modify Transmission's RPC url.
2015-01-26 12:19:16 -05:00
TagForce
9c635f81ff
Added option to display file sizes in Show page
...
- Added option checkbox under General -> GUI (display filesizes)
- Added filesize column on Show Page to display filesize when episode is
Downloaded
- Changed style min-width for Episode Name when display_filesize = True
to keep episode names from wrapping around earlier on mobile devices.
(min-width: 190px)
2015-01-26 16:13:42 +01:00
flightlevel
d7a60e2930
FreshonTV now supports HTTPS
...
Change HTTP to HTTPS as FreshonTV now supports secure connections
2015-01-26 20:56:18 +11:00
Alexandre Beloin
2ef08d1c25
Use shutil.move instead of os.rename to move file as os.rename doesn't
...
work across partition.
2015-01-25 20:44:58 -05:00
M. Adam Kendall
a3bb636df2
Fix misplaced or to prevent Nonetype errors
2015-01-25 19:14:17 -05:00
Alexandre Beloin
bb267905aa
Remove an extra apostrophe.
2015-01-25 16:14:20 -05:00
M. Adam Kendall
dba4d17603
Update to Trakt.tv API 2.0
2015-01-25 15:14:57 -05:00
Tawmmm
2f9362c74c
Update helpers.py
...
Ignore partially synced files from BTSync 2.0 Alpha
2015-01-25 16:49:46 +00:00
Alexandre Beloin
0888942820
Fix wrong url handler
2015-01-23 22:11:54 -05:00
Alexandre Beloin
e96ad42c5d
Fix access to webcal without password.
2015-01-23 21:45:22 -05:00
Alexandre Beloin
c9085a3ac6
Fix number of lines submitted.
2015-01-23 16:43:41 -05:00
TagForce
ecc7839cf7
Fix for issue #358
...
- Renamer now correctly handles metadata files that have add-ons to the
filename itself (fixes
https://github.com/SiCKRAGETV/sickrage-issues/issues/358 )
- Renamer now correctly handles subfolders for metadata (fixes
MediaBrowser and TiVO metadata renaming issues)
2015-01-23 22:16:03 +01:00
Alexandre Beloin
17545d93b2
Prevent submitting empty gist.
2015-01-23 13:44:18 -05:00
Alexandre Beloin
cee1566b7b
Fix if network is None
2015-01-23 13:16:06 -05:00
TagForce
5088e06e28
Changed Releasegroup handling in Renamer
...
- Added a check for release_group field in db
- Added a check for location field in db (filename, requires
qual-RLSGROUP convention to be succesful)
- If release_group field in db empty and the releasegroup was found in
either release_name or location fields, then updates the db with the
releasegroup. Except when releasegroup is 'SiCKRAGE'
- If release_name is empty, and SR wants to replace it with a generic
one, it will now use the releasegroup if found, and otherwise replace
with SiCKRAGE.
2015-01-22 15:28:46 +01:00
Alexandre Beloin
94732e9568
Fix absolute numbering used everywhere if selected even if custom anime
...
rename isn't active.
2015-01-21 23:48:03 -05:00
Alexandre Beloin
faa3cc8fdf
Fix 'Sort with "The", "A", "An"' on dropdown in displayShow not working.
2015-01-21 15:29:16 -05:00
Alexandre Beloin
808074a5d1
Fix wrong icon used in Growl notification.
2015-01-20 22:57:02 -05:00
Fernando
728b7bb107
Fix versionchecker
...
In CheckVersion.init (sickbeard/versionChecker.py, line 41), the install_type attribute is only assigned if sickbeard.gh has been set, and it won't be if SR couldn't connect to Github. The restart code (SickBeard.py, line 482) tries to access install_type to determine which update command to run, which raises an AttributeError and prevents SR from restarting.
SiCKRAGETV/sickrage-issues#307 (comment)
2015-01-20 18:42:18 -02:00
coolius
503282694c
Update torrentday.py
2015-01-20 11:56:26 +00:00
coolius
bef446186e
Updated iptorrents URL
...
Updated iptorrents URL to preferred, block-advoiding iptorrents.eu
2015-01-20 11:47:36 +00:00
coolius
5b534e5430
Updated torrentday URL
...
Updated torrentday URL to preferred, block-avoiding torrentday.eu
2015-01-20 11:46:40 +00:00
Alexandre Beloin
bb59873536
Reenabled resultType.
...
Check the instance to see if contain: resultType
2015-01-19 23:15:54 -05:00
Alexandre Beloin
0ae2b03484
Fix resultType error: remove resultType as object is
...
sickbeard.classes.Proper and not sickbeard.classes.*SearchResult
Fix 'NoneType' object has no attribute 'rls_ignore_words': See
SiCKRAGETV/sickrage-issues#328 for more info
2015-01-19 21:29:19 -05:00
Fernando
8ad52924a6
Re-download episode when manualsearch if quality is Unknown
...
https://github.com/SiCKRAGETV/sickrage-issues/issues/428
2015-01-19 15:03:52 -02:00
SickrageDK
760402452b
Added HoundDawgs provider
2015-01-19 09:28:21 +01:00
Lars Johnsen
2fc5358283
Mass update: Add option for default episode status
2015-01-19 07:07:21 +01:00
echel0n
653851e2a4
Merge pull request #1197 from abeloin/patch-default_ep_status
...
Fix default episode status in display and edit show.
2015-01-18 18:56:43 -08:00
Lars Johnsen
dc17344e48
Removed provider TvTorrents
2015-01-19 03:07:30 +01:00
Alexandre Beloin
28f75bf91d
Fix default episode status in display and edit show.
...
See SiCKRAGETV/sickrage-issues/issues/111 for more info
2015-01-18 14:15:45 -05:00
echel0n
ce997c79fe
Merge pull request #1183 from darklow/patch-2
...
Feature: Add IMDB ID to show webapi
2015-01-17 19:29:55 -08:00
echel0n
56bddc305c
Merge pull request #1184 from fernandog/patch-1
...
Fix low quality snatched episode don't appear at backlog
2015-01-17 19:29:18 -08:00
echel0n
9fb34b128c
Merge pull request #1186 from Ulrar/master
...
Adding a download field for the episodes
2015-01-17 19:23:32 -08:00
echel0n
f59d8119da
Merge pull request #1189 from abeloin/patch-jquery_bwlists
...
Patch jquery bwlists
2015-01-17 19:21:43 -08:00
echel0n
2a43bda0c2
Merge pull request #1193 from eli-jordan/develop
...
use os.system for file copies on posix systems
2015-01-17 19:20:23 -08:00
swamp12
53c205422c
SiCKRAGETV/sickrage-issues#360 : remove globals in post processing code for thread safety. Second upload. Missed updating a function call to use the "result" object.
2015-01-18 01:01:21 +01:00
elijordan
a8787bc0d3
use os.system for file copies on posix systems
2015-01-17 12:17:06 +11:00
Alexandre Beloin
10a199e62f
Fix only generating the bwlists for the first item.
2015-01-14 21:37:17 -05:00
Kevin Lemonnier
39edad882e
Added config option download_url
...
Added field to configure download_url in general --> interface
Added link to download episodes in the displayShow template, using download_url
2015-01-14 16:06:28 +01:00
Fernando
9101f644f7
Fix low quality snatched episode don't appear at backlog
...
SiCKRAGETV/sickrage-issues#281
2015-01-14 08:25:59 -02:00
Kaspars Sprogis
5171b7f8d7
Feature: Add IMDB ID to show webapi
...
It would be very useful to get IMDB_ID together with `tvdbid` and `tvrage_id`
2015-01-14 09:01:07 +02:00
echel0n
0bb84466d0
Merge pull request #1182 from lucianot54/patch-1
...
Fix for https://github.com/SiCKRAGETV/sickrage-issues/issues/178
2015-01-13 19:50:43 -08:00
echel0n
ad3cd8fb5e
Merge pull request #1180 from anthonyryan1/develop
...
config.clean_url may add trailing /'s in unsuitable circumstances.
2015-01-13 19:50:33 -08:00
echel0n
f45f191039
Merge pull request #1179 from swamp12/develop
...
Fix for SiCKRAGETV/sickrage-issues#360 : remove globals in post processin...
2015-01-13 19:50:21 -08:00
echel0n
3f0bd5fda5
Merge pull request #1176 from aidik/patch-1
...
Postpone Processing for incomplete torrents.
2015-01-13 19:49:55 -08:00
echel0n
58b741f7ae
Merge pull request #1175 from InfernoZeus/multipart-rar-fix
...
Fix multipart rars causing the same extracted video to be postprocessed more than once
2015-01-13 19:49:47 -08:00
echel0n
4ac31a7159
Merge pull request #1174 from CoRpO/develop
...
fix for SiCKRAGETV/sickrage-issues#347
2015-01-13 19:49:38 -08:00
echel0n
bdc59daec6
Merge pull request #1173 from TagForce/develop
...
Made logging configurable
2015-01-13 19:49:23 -08:00
echel0n
9207206f4f
Merge pull request #1171 from fernandog/patch-15
...
Auto send user and password when open managetorrents page
2015-01-13 19:49:09 -08:00
echel0n
a2828eb3e3
Merge pull request #1165 from Heisenberg74/FreeMobileNotifier
...
Add Free Mobile SMS Notifier
2015-01-13 19:47:24 -08:00
echel0n
b269faad39
Merge pull request #1164 from fernandog/patch-12
...
Backup/restore: include cache directory
2015-01-13 19:47:18 -08:00
echel0n
fde6b4be52
Merge pull request #1162 from fernandog/patch-7
...
Don't clean user files when GIT CLEAN
2015-01-13 19:47:00 -08:00
echel0n
10502ddaef
Merge pull request #1155 from fernandog/patch-4
...
Don't re-download same quality if we do MANUAL SEARCH
2015-01-13 19:45:41 -08:00
lucianot54
8ae08af5e5
Fix for https://github.com/SiCKRAGETV/sickrage-issues/issues/178
2015-01-13 15:23:04 +01:00
Anthony Ryan
82da3171cd
sickbeard.config.clean_url may add trailing /'s in unsuitable circumstances
...
Also adds some simple tests so we can avoid future regressions.
2015-01-13 08:49:49 -05:00
swamp12
9fb3ca9e59
Fix for SiCKRAGETV/sickrage-issues#360 : remove globals in post processing code for thread safety.
2015-01-12 21:08:18 +01:00
Václav Navrátil
4122029df6
Update helpers.py
...
Processing postpone will happened if there is file with .part extension - incomplete transmission file.
2015-01-09 18:38:04 +01:00
Ben Fox-Moore
5df19ac536
Fix multipart rars causing the same extracted video to be postprocessed more than once
2015-01-08 23:43:05 +01:00
CoRpO
9aa28d18d2
fix for sickragetv/sickrage-issues#347
...
Adds missing code for saving per show email notifications
2015-01-08 15:01:12 +01:00
TagForce
e88e12f5d5
Made logging configurable
...
Made logging configurable through settings - general page. Changing the
logging requires a restart (since the logger is initialized on startup.
2015-01-08 11:01:48 +01:00
Fernando
d4fdb6cc00
Auto send user and password when open managetorrents page
...
https://github.com/SiCKRAGETV/sickrage-issues/issues/315
2015-01-06 13:34:07 -02:00
Heisenberg74
7fd8b999b6
Add Free Mobile SMS Notifier
...
Allow SickRage to send SMS notifications through Free Mobile SMS API.
Works only for Free Mobile subscribers.
2014-12-31 13:40:48 +01:00
Fernando
12edc24ec4
Backup/restore: include cache directory
...
As mentioned in here:
https://github.com/SiCKRAGETV/sickrage-issues/issues/243
2014-12-30 11:27:15 -02:00
Fernando
81e4cfcd29
Don't clean user files when GIT CLEAN
...
The "x" option ignores the .gitignore
-x
Don’t use the standard ignore rules read from .gitignore (per directory) and $GIT_DIR/info/exclude, but do still use the ignore rules given with -e options. This allows removing all untracked files, including build products. This can be used (possibly in conjunction with git reset) to create a pristine working directory to test a clean build.
http://git-scm.com/docs/git-clean
2014-12-30 10:30:41 -02:00
echel0n
8b84e4f4bc
Fix for sickragetv/sickrage-issues#178
2014-12-24 09:25:31 -08:00
echel0n
9fedc24c55
Fix for sickragetv/sickrage-issues#178
2014-12-24 09:19:25 -08:00
echel0n
450a09f1a0
Fix for sickragetv/sickrage-issues#274
2014-12-24 08:04:27 -08:00
echel0n
0da960ff51
Fixed issues with newznab custom provider categories.
...
Updated feedparser and added custom code to parse subcategories.
Updated jQuery and Bootstrap.
2014-12-24 07:49:15 -08:00
echel0n
972ee14216
Fix for sickragetv/sickrage-issues#263
2014-12-23 22:38:15 -08:00
Fernando
8b3f431ae1
Don't re-download same quality if we do MANUAL SEARCH
...
If we want to re-download the same quality, set as WANTED.
As mentioned in here: https://github.com/SiCKRAGETV/sickrage-issues/issues/206
2014-12-23 17:59:53 -02:00
echel0n
68e4acaf37
Fix for sickragetv/sickrage-issues#256
2014-12-21 19:01:52 -08:00
echel0n
c71085ab38
Merge tag 'v4.0.9' into develop
...
4.0.9 v4.0.9
2014-12-21 18:28:29 -08:00
echel0n
33e95870e0
Fix for sickragetv/sickrage-issues#246 - Moved rls required/ignored words to pickBestResults function to occure before we filter the rls name for bad characters plus we now use this function when searching for propers/repacks.
2014-12-21 18:26:15 -08:00
echel0n
0b35e9f2fd
Dropped pastebin and switched to using Gist's for attaching logs to issue reports.
2014-12-21 17:14:11 -08:00
echel0n
afd2db5dd3
Merge pull request #1149 from dsoms/patch-1
...
Update kodi.py
2014-12-21 16:39:03 -08:00
echel0n
35fcca3873
Downgraded "show already in your list" exception when adding a new show to WARNING
2014-12-21 16:35:48 -08:00
echel0n
009da64975
Fix for sickragetv/sickrage-issues#236
2014-12-21 09:36:28 -08:00
echel0n
b667c722f2
Fix for sickragetv/sickrage-issues#247
2014-12-21 09:28:20 -08:00
echel0n
b669195882
Updated flag images.
2014-12-21 08:43:42 -08:00
echel0n
1044808638
Fixed sickragetv/sickrage-issues#117
2014-12-21 05:04:26 -08:00
echel0n
978fe5bb63
Merge remote-tracking branch 'origin/develop' into develop
...
Conflicts:
sickbeard/config.py
2014-12-21 04:42:35 -08:00
echel0n
eff83dd745
Added in migration code to convert old XBMC settings to new KODI settings.
...
Bumped config to version 6 for config migration.
2014-12-21 04:34:14 -08:00
echel0n
52cccb0a69
Added in migration code to convert old XBMC settings to new KODI settings.
...
Bumped config to version 6 for config migration.
2014-12-21 04:30:56 -08:00
echel0n
f2e3380cb2
Resized flags to 16x11 to correctly fit in language selector for subtitles.
...
Fixed sickragetv/sickrage-issues#245
WebAPI is now hard-coded in as enabled.
2014-12-21 04:02:30 -08:00
echel0n
d08d401769
Fix for sickragetv/sickrage-issues#236
2014-12-20 20:36:01 -08:00
echel0n
d5f7a0719e
Fixed sickragetv/sickrage-issues#238
2014-12-20 19:33:41 -08:00
echel0n
46bd8515c2
Updated fanart api handler to use new v3 api scheme and re-coded metadata function to properly retrieve images including thumbs.
2014-12-20 17:29:17 -08:00
David Soms
964c16d309
Update kodi.py
...
Change some remaining XBMC to KODI.
2014-12-21 01:46:21 +01:00
echel0n
785ffdcf2f
Fixed sickragetv/sickrage-issues#117 - CensoredFormatter class func format code corrected.
2014-12-20 15:30:24 -08:00
echel0n
76062ae2a7
download_file helper function now decodes unicode on the fly
2014-12-20 09:59:28 -08:00
echel0n
ef9334fa6a
Fixed for Fanart.TV API when indexerid is 0
2014-12-20 09:13:56 -08:00
echel0n
7e8b27fcd3
Small fix in code for TMDB API
2014-12-20 09:07:04 -08:00
echel0n
de1c40db01
Added FanArt.TV API package to libs, we now try to get images from fanart.tv if we can't find them on theTVDB or TMDB.
2014-12-20 09:05:38 -08:00
echel0n
2d14eef522
Git clean/reset performed before updates now if set from config to avoid update issues
2014-12-20 07:26:19 -08:00
echel0n
482f20b735
Malformed airdates now raises a warning instead of a error so we dont clutter logs.
...
Updates now remove untracked files plus perform a hard reset on branch if first update attempt fails then trys to update for a 2nd time.
2014-12-20 07:19:59 -08:00
echel0n
3b37dc0540
Fixed issues with issue submitter and pastebin logs.
...
Added test for issue submitter.
2014-12-20 05:49:35 -08:00
echel0n
fb3d485ced
Fixed issue with issue submitter deleting all errors before submitting them all.
2014-12-20 00:58:40 -08:00
echel0n
1b45caaf7f
Fixed traktAPI to properly do GET and POST request methods based on API call
2014-12-19 23:54:46 -08:00
echel0n
cac4af0ed7
Added a exception catcher to the verify download function to catch corrupt/null torrent file exceptions.
2014-12-19 23:40:19 -08:00
echel0n
2e13186256
Fixed sickragetv/sickrage-issues#205 - Getting a proper local lan ip
2014-12-19 22:58:19 -08:00
echel0n
8e9f4f47cb
Updated code for get_lan_ip to fix issues with returning local lan ip from network interface.
2014-12-19 22:30:06 -08:00
echel0n
4e0a4c3f99
Updated code to added referer header for web proxies
2014-12-19 22:17:29 -08:00
echel0n
4b039b0313
Added new webproxy per-provider option to allow accessing blocked content from different countries that may have restrictions, this feature is beta.
...
Performed misc PEP8 code cleanups.
Fixed sickragetv/sickrage-issues#213
Fixed sickragetv/sickrage-issues#217
2014-12-19 22:07:39 -08:00
echel0n
0f4a539194
Fixed sickragetv/sickrage-issues#180 - this resolves redirect loops resulting from to many threads being open at once.
...
FIxed issues with threads increasing but never decreasing and staying within there assigned limits.
2014-12-19 14:08:33 -08:00
echel0n
3b42cb68f9
Fixed sickragetv/sickrage-issues#210
2014-12-19 13:28:56 -08:00
echel0n
477938e5f3
Improved pastebin logs to search via regex and timestamps for error line then grab 50 lines of data before that.
2014-12-19 13:24:41 -08:00
echel0n
120ea961f2
Possible fix for sickragetv/sickrage-issues#180 - redirect loop
2014-12-19 06:36:08 -08:00
echel0n
f0798d3e75
Merge remote-tracking branch 'origin/develop' into develop
2014-12-19 05:50:08 -08:00
echel0n
9927e8ad92
Fixed home page issues.
...
Fixed episode status issues.
2014-12-19 05:49:57 -08:00
echel0n
997efc8351
Merge pull request #1146 from jeroenpeters1986/piratebay-url-update
...
Updated piratebay.py with oldpiratebay.org urls
2014-12-19 05:13:08 -08:00
echel0n
d881f794de
Fixed issues with pastebin attachments for issue submitter.
2014-12-19 05:06:37 -08:00
echel0n
5fe4d74316
Fixed issues with WebAPI and showPoster function - Improved re-write
2014-12-19 04:27:43 -08:00
echel0n
26e4979f10
Fixed issues with WebAPI and showPoster function
2014-12-19 03:40:09 -08:00
echel0n
5e1298f801
Fixed sickragetv/sickrage-issues#113
2014-12-18 16:54:39 -08:00
echel0n
417ffbf22c
Added code to ensure logfile is not NoneType when deciding to create a pastebin of last 50 lines of logfile
2014-12-18 16:16:55 -08:00
echel0n
88af4c905a
Fixed sickragetv/sickrage-issues#175
2014-12-18 16:12:46 -08:00
echel0n
b27e8e88a5
Fixed sickragetv/sickrage-issues#175
2014-12-18 16:09:54 -08:00
echel0n
3060757381
Fix for sickragetv/sickrage-issues#157 - force redirect to home if 404 http error.
2014-12-18 14:48:55 -08:00
echel0n
ce7873584f
Fixed sickragetv/sickrage-issues#162 - will always return list object even when branches do not exist
2014-12-18 14:04:15 -08:00
echel0n
340bcffc91
Fix for sickragetv/sickrage-issues#164 - ensures result.hash is never NoneType for when attempting to raise exceptions.
2014-12-18 13:59:47 -08:00
echel0n
042c3f4287
Failing to download results now marked as a WARNING instead of ERROR.
2014-12-18 13:51:09 -08:00
echel0n
ca0c98c913
Added code to check if title present when error report being submitted to GH is present.
2014-12-18 13:48:35 -08:00
echel0n
422f0935d8
Added newline after inserting error message into issue ticket.
2014-12-18 13:44:02 -08:00
echel0n
f40d5e1310
Fix for duplicate tickets being submitted via app, title variable was being appended to.
...
Added in code to send the last 50 lines of app's logs to pastebin then give back a url.
2014-12-18 13:33:35 -08:00
Jeroen
4039c928eb
Updated piratebay.py with oldpiratebay.org urls
...
Thanks to 'nizzle' who was so kind to provide these changes on SickRage forums: https://sickrage.tv/forums/forum/main-category/main-forum/15133-piratebay-down-way-to-use-oldpiratebay-org?p=15276#post15276
2014-12-18 08:04:33 +01:00
echel0n
b2d5ef531b
Merge pull request #1140 from luxmoggy/develop
...
Catches error from set file date and email when they have special charactors in them
2014-12-17 18:46:49 -08:00
echel0n
086e7abf70
Fixed sickragetv/sickrage-issues#119 - IOLoop was being loaded before daemonizer code due to improper placement in WebHandler class, moved to init.
2014-12-17 17:10:33 -08:00
echel0n
ced8785269
Fixed sickragetv/sickrage-issues#119 - IOLoop was being loaded before daemonizer code due to improper placement in WebHandler class, moved to init.
2014-12-17 17:05:05 -08:00
echel0n
7b219fce8f
ErrorLogs now cleared after submission of issue ticket reports so that the same errors don't keep getting re-submitted with new ones.
2014-12-17 16:39:56 -08:00
echel0n
6713ce0981
Fixes sickragetv/sickrage-issues#101 - Added code to mainDB to correct malformed episode statues, converted column default_ep_status field type from TEXT to NUMERIC, default to ep status UNKNOWN when loading from DB incase of exception errors.
...
Added git branch reset option to general settings github to help fix git update related issues.
Added github username/password options to general settings github as a requirement for submitting issue tickets from app.
Fixed issue with default ep status not showing correct value.
Added ability to submit issue reports via errorlogs menu.
Added errorlogs view button to error message displayed for webui errors.
2014-12-17 16:36:27 -08:00
echel0n
45b21ce5d2
Small comparison correction
2014-12-17 03:20:29 -08:00
echel0n
d26576122e
Small SQL syntax fix
2014-12-17 02:24:57 -08:00
echel0n
261efe25d0
Fixed sickragetv/sickrage-issues#79 - kwargs where not being properly parsed from API class
2014-12-17 01:44:07 -08:00
echel0n
9eefc8034b
Logging class now uses a custom censored formatter to filter out sensitive information from being logged.
2014-12-17 00:36:42 -08:00
echel0n
e9affae8f8
Added sensitive data filter to logger.
2014-12-16 23:54:24 -08:00
echel0n
5a3d11a0fe
Fixed issues with WebAPI builder - incorrect jquery libs specified
2014-12-16 23:49:18 -08:00
echel0n
33c070ae13
Fixed error 'No handlers could be found' issue
2014-12-16 23:33:35 -08:00
echel0n
628f2fed1f
Added better error handling code to logger class.
...
Added improved filtering of sensitive data to logger class.
Added more loggers to logger class with finer control over whats logged.
2014-12-16 23:20:37 -08:00
echel0n
466ced4c02
Fixed sickragetv/sickrage-issues#109 - resolves logging issues related to new code added in via last updates.
2014-12-16 18:01:36 -08:00
echel0n
3214f879ac
Fixed few misc things related to new logging code and webapi
2014-12-16 02:55:21 -08:00
echel0n
949c56439c
Fixed few misc things related to new logging code and webapi
2014-12-16 02:52:34 -08:00
echel0n
9dc03c5d6a
Fix for reverseNames missing from new logging code
2014-12-16 02:35:27 -08:00
echel0n
d1341bf777
Fix for logs being sent to error log viewer when not errors.
2014-12-16 02:28:20 -08:00
echel0n
3eb366ac05
Re-coded logger facility for better performance and cleaner code plus has better code for rotation of logs.
2014-12-16 02:24:06 -08:00
echel0n
f713567d60
Fixed sickrage/sickrage-issues#105 - old code that needed updating that was causing unicode issues.
2014-12-15 14:28:22 -08:00
luxmoggy
0030c87d04
Catch error when speical charactor crashes email send
2014-12-15 12:49:09 +01:00
luxmoggy
27daf8b46c
Catch error when speical charactor crashes email send
2014-12-15 12:38:02 +01:00
luxmoggy
ed0e7e4716
Catch error when setting file date
2014-12-15 12:26:10 +01:00
echel0n
b255f5d0f8
SiCKRAGETV/sickrage-issues#86 - Fixed WebUI encoding issues with template filter.
2014-12-14 20:55:09 -08:00
echel0n
3d293af71b
Merge remote-tracking branch 'origin/develop' into develop
2014-12-14 19:36:39 -08:00
echel0n
956e16f481
Fixed encoding/decoding issues with WebUI and IndexerAPI's
2014-12-14 19:35:47 -08:00
echel0n
b63fdd2b51
Merge pull request #1124 from fernandog/patch-14
...
Add kat url to the logo at Providers
2014-12-13 18:41:42 -08:00
echel0n
2f4b4b7669
Added function to mainDB to correctly map TVRage show status to TVDB statues, resolves issues with empty statuses as well.
2014-12-13 16:29:20 -08:00
Fernando
fead907d7a
Add kat url to the logo at Providers
...
As reported here: #1120
2014-12-13 21:12:55 -02:00
echel0n
2cba62a0e8
Testing fix for issue #1113
2014-12-13 11:19:13 -08:00
echel0n
9000dbd10a
Fixed issues with randomly returned empty show statuses, added tvrage status mapping to ensure it never gets returned incorrectly.
2014-12-13 11:06:33 -08:00
echel0n
f302ef3d77
Fixed more issues with mass editing of shows and episode status editing.
2014-12-13 09:09:05 -08:00
echel0n
98a32c5665
Fixed issues with mass editing of shows and episode status editing.
2014-12-13 06:20:50 -08:00
echel0n
a2a49b3f3f
Updated setup package for autoProcessTV to auto-install depends.
...
Added code to set default headers and add a no-cache header to fix WebUI issues.
2014-12-13 06:09:23 -08:00
echel0n
831248b412
Fixed issue with theTVDB IndexerAPI _parseActors method improperly parsing the data returned from the api causing an exception to occur during metadata refreshes.
...
Fixed issues with Backup/Restore.
Fixed issues with banners, posters, images via showPoster method.
Fixed issues with WebAPI apikeys.
Fixed issues with WebUI and url pattern matching.
2014-12-13 05:21:46 -08:00
echel0n
2adfa81341
Fix for issue #1087 - KAT torrent provider value unpacking issue resolved.
2014-12-13 01:45:18 -08:00
echel0n
06915f3a15
Added radio canada network logo.
...
Added no-cache header for non-static content.
2014-12-12 22:46:26 -08:00
echel0n
ac70dd38c2
Fixed issue with login url
2014-12-12 22:19:49 -08:00
echel0n
269bf2333b
Fix for issue #1111
2014-12-12 21:48:18 -08:00
echel0n
92a554da99
Fixed issue #1024 - EncodingKludge issue identified and fixed
2014-12-12 20:25:44 -08:00
echel0n
0494f6f76c
Fixed issue #1105 , WebAPI
2014-12-12 19:56:23 -08:00
echel0n
467c42747f
Fixed issue #1105
2014-12-12 19:36:45 -08:00
echel0n
de24e52be6
Fixed issue #1055 , adding existing shows with prompt for settings
2014-12-12 18:49:52 -08:00
echel0n
d183debc4b
Fixed issues regarding KAT torrent provider and feedcache
2014-12-12 18:03:23 -08:00
echel0n
0209852af5
Fixed issues with network timezone downloads crashing on a empty return.
...
Changed version checker url and moved code to Home class.
Fixed WebUI issues caused by calling redirect method.
Fixed update checking issues, added no cache header.
Fixed WebAPI builder issues with show.delete cmd.
Fixed article sorting for both WebAPI and WebUI.
2014-12-12 17:52:32 -08:00
echel0n
0b403a419c
Fixed issues with network timezone downloads crashing on a empty return.
...
Changed version checker url and moved code to Home class.
Fixed WebUI issues caused by calling redirect method.
Fixed update checking issues, added no cache header.
2014-12-12 12:18:33 -08:00
echel0n
979bf70f5c
Fixed issues with network timezone downloads crashing on a empty return.
...
Changed version checker url and moved code to Home class.
Fixed WebUI issues caused by calling redirect method.
Fixed update checking issues.
2014-12-12 11:45:32 -08:00
echel0n
35af9acadb
Fixed issues with network timezone downloads crashing on a empty return.
...
Changed version checker url.
2014-12-12 08:54:37 -08:00
echel0n
3f29439ff3
Fixed issues with network timezone downloads crashing on a empty return.
...
Changed version checker url.
2014-12-12 08:46:03 -08:00
echel0n
40b8e2d64d
Fix for issue #1053 - WebAPI issue with checkparms
2014-12-11 17:11:37 -08:00
echel0n
c678b96732
Updated KAT urls.
...
Fixed unicode issues with KAT, iptorrents, and TPB providers.
Fix for Newznab providers.
GIT Updates now perform auto-resets of branch on errors then attempt update again.
2014-12-11 16:09:02 -08:00
echel0n
0e34a41485
Updated KAT urls
...
Fix for Newznab providers
2014-12-11 15:37:08 -08:00
echel0n
7339ab9224
Updated KAT urls
2014-12-11 14:58:25 -08:00
echel0n
d88dccd5ab
Fixed issues with TorrentDay provider.
...
Fixed issues with newznab providers.
2014-12-11 14:17:39 -08:00
echel0n
2cd72ad4e8
Fixed small cosmetic bug with trakt trending shows page.
...
KAT torrent provider now gets and stores size and publishing date info.
Fixed feedcache issue with KAT torrent provider
Added timeout for trakt trending shows page
2014-12-11 13:47:59 -08:00
echel0n
7f0dd9cbef
Fixed small cosmetic bug with trakt trending shows page.
...
KAT torrent provider now gets and stores size and publishing date info.
Fixed feedcache issue with KAT torrent provider
2014-12-11 13:26:00 -08:00
echel0n
a14969f4bf
Fixed small cosmetic bug with trakt trending shows page.
...
KAT torrent provider now gets and stores size and publishing date info.
2014-12-11 13:15:08 -08:00
echel0n
8066983384
Updated KAT provider urls.
...
KAT Provider now uses feedcache to get its results via rss feeds.
Fixed issues with Trakt.TV notifications and adding of trending shows
Improved Trakt trending shows page, now shows progress animation well it waits to load shows list.
2014-12-11 12:46:01 -08:00
echel0n
02a9148025
Updated KAT provider urls.
...
KAT Provider now uses feedcache to get its results via rss feeds.
Fixed issues with Trakt.TV notifications and adding of trending shows
2014-12-11 11:30:57 -08:00
echel0n
3d7e460079
Fixed issues with newznab/torrent provider searches.
...
Fixed issues with browser launches at startup.
Fixed issues with feedparser and feedcache relating to provider searches.
2014-12-11 10:06:50 -08:00
echel0n
78bfc40757
Fixed manual post-processing issues with WebUI.
...
Decreased WebUI overall loadtime by shifting a few key methods around into there correct classes to allow them to become threaded.
2014-12-10 17:05:21 -08:00
echel0n
efc2aad782
Fixed issues serving static image content for banners/posters and misc other static images, improves overall performance of webui as well.
2014-12-10 15:54:25 -08:00
echel0n
3a2a5f9d70
Fixed issues with adding shows via WebUI
2014-12-10 12:05:29 -08:00
echel0n
785c2d37db
Fixed issues with cached images not loading correctly, major speed improvement!
...
Fixed issues with saving config.
2014-12-10 10:30:38 -08:00
echel0n
22fd3086ae
Fix for issues regarding string 'None' being set in config.ini causing issues, this will reset it back to the default setting to avoid further complications.
2014-12-10 06:38:57 -08:00
echel0n
405d54011f
Fixed for result NoneType being returned
2014-12-10 06:23:00 -08:00
echel0n
5fa67936aa
Fixed WebUI issue displaying main index home page
2014-12-10 05:47:35 -08:00
echel0n
7213fbac11
Fixed issues with WebUI crashing when using a custom web_root setting in the config, also fixed a few other misc WebUI related issues.
...
This resolves issue tickets #1065 , #1064 , #1049
2014-12-10 05:10:51 -08:00
echel0n
9466bddc3e
Fixes for issues relating to multi-threading, webui, and databases
2014-12-08 11:58:51 -08:00
echel0n
c83dc5650b
REVERT: Fixed sqlite code to work better with multithreaded webui code
2014-12-08 08:43:59 -08:00
echel0n
64bdd4d64a
Fixed sqlite code to work better with multithreaded webui code
2014-12-08 08:40:03 -08:00
echel0n
a311b665ba
Fix for unicode issues with image files
2014-12-08 07:37:14 -08:00