Commit Graph

2681 Commits

Author SHA1 Message Date
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
M. Adam Kendall a1871e2d43 Format the rating in whole percentage 2015-01-25 22:31:53 -05:00
M. Adam Kendall 9cfc3e3788 Make sure we're returning the result of the recursive request 2015-01-25 21:33:57 -05: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
Fernando b9cbc661d4 Try to fix issue #258
SiCKRAGETV/sickrage-issues#258

related to: SiCKRAGETV/sickrage-issues#471
2015-01-25 01:17:17 -02:00
Alexandre Beloin f20bf1a45e Add a missing space 2015-01-24 17:20:26 -05:00
Alexandre Beloin 6c1ef84d1b Add a notice to inform the user about the current TVRage's indexer
implementation missing the ability to retrieve specials.
2015-01-24 14:00:09 -05: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
Alexandre Beloin a3a706dd74 Fix accent issue on system with locale like POSIX. 2015-01-22 11:21:22 -05:00
TagForce 2203939e6f Added Select All Checkbox to Preview Rename page
- Added "Select All" check box under new "All Seasons" table
- Duplicated "Rename Selected" and "Cancel Rename" buttons to be
available underneath the "Select All" checkbox.
2015-01-22 13:03:06 +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 d2f49a0759 Update unrar2 from 0.99.3 to 0.99.6 2015-01-21 21:15:23 -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 64626bc7aa Updated Kodi icons 2015-01-21 03:32:22 -05:00
Alexandre Beloin 942cca1ced Fix jump to select season dropdown list not working. 2015-01-20 23:12:26 -05:00
Alexandre Beloin 808074a5d1 Fix wrong icon used in Growl notification. 2015-01-20 22:57:02 -05:00
Fernando 18569665de Fix issue when location is empty
Comments here
https://github.com/SiCKRAGETV/SickRage/pull/1186
2015-01-20 20:06:57 -02: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
Alexandre Beloin 9dc7bd1938 Forgot $sbRoot. 2015-01-20 11:26:56 -05:00
Alexandre Beloin 25905a3aec Fix wrong country flag shown in displayShow.
Use flags from http://www.famfamfam.com/lab/icons/flags/, see
http://www.flag-sprites.com/en_US/ for more info.
2015-01-20 11:20:53 -05: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
Fernando aa3f517d9a Check if list_remote_branches is empty before for-loop
It's causing 'NoneType' object is not iterable when GIT timeout while connection to HTTPS

Discussion here:
https://github.com/SiCKRAGETV/sickrage-issues/issues/307
https://github.com/SiCKRAGETV/sickrage-issues/issues/388
https://github.com/SiCKRAGETV/sickrage-issues/issues/416
2015-01-19 09:01:30 -02:00
SickrageDK 760402452b Added HoundDawgs provider 2015-01-19 09:28:21 +01:00
larsjohnsen 639072ff3a Update manage.tmpl
Hotfix
2015-01-19 07:23:25 +01:00
Lars Johnsen 2fc5358283 Mass update: Add option for default episode status 2015-01-19 07:07:21 +01:00
Alexandre Beloin 0f9e729b7c Fix Safari next show button not working.
See SiCKRAGETV/sickrage-issues#436 for more info
2015-01-18 23:10:17 -05:00
echel0n 91cb8d885c Merge pull request #1196 from markheloking/patch-2
Update TODO.txt
2015-01-18 18:57:10 -08: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
echel0n ff7d53ecef Merge pull request #1199 from larsjohnsen/remove-provider-tvtorrents
Search Providers: Remove Tvtorrents
2015-01-18 18:56:28 -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
markheloking e123a195a9 Update TODO.txt
Isn't this file obsolete since we have the issuetracker?
2015-01-18 14:27:52 +01: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 6c3133226f Merge pull request #1187 from abeloin/patch-qtip221
Updated qtip to 2.2.1 to fix tooltip not showing.
2015-01-17 19:23:54 -08:00