1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
Commit Graph

561 Commits

Author SHA1 Message Date
Alexandre Beloin
152b4cf26e Merge pull request #1284 from Arcanemagus/patch-2
Set the default Pushbullet target to all devices
2015-02-15 18:24:36 -05:00
Alexandre Beloin
a3fe42d8a5 Merge pull request #1279 from coolius/develop
Corrected aspect ratio of Sky Atlantic network logo
2015-02-15 18:22:36 -05:00
Alexandre Beloin
983fb5846f Merge pull request #1276 from abeloin/patch-home_sort
Always sort last by asc name in shows table.
2015-02-15 18:21:44 -05:00
Alexandre Beloin
a78344b609 Merge pull request #1274 from Benouch/develop
Newznab Categories not beeing saved
2015-02-15 18:20:54 -05:00
Alexandre Beloin
225b1171da Merge pull request #1269 from LinuxBozo/trakt-fixes
Trakt 2.0 API fixes
2015-02-15 18:20:23 -05:00
Alexandre Beloin
bc603f28e6 Merge pull request #1268 from abeloin/patch-boxcar2
Fix case issue for accesstoken
2015-02-15 18:19:20 -05:00
Alexandre Beloin
6cbc7ea978 Merge pull request #1260 from fernandog/patch-17
Improve code check for list comprehensions
2015-02-15 18:17:20 -05:00
Alexandre Beloin
62187d01b8 Merge pull request #1224 from abeloin/patch-network_name
Fix accent issue on system with locale like POSIX.
2015-02-15 18:13:08 -05:00
Landon Abney
52e8cb847b Set the default Pushbullet target to all devices
Sets the default device to "All devices" (string choice may need changing). A user may still select a specific device if desired. Fixes SiCKRAGETV/sickrage-issues#511. Also corrects the handling of current_pushbullet_device, the variable was not defined in the inner function before.
2015-02-05 11:10:47 -08:00
coolius
1b555c88ad Corrected aspect ratio of Sky Atlantic network logo 2015-02-04 16:53:07 +00:00
Benouch
b6eb81b9f5 Newznab Categories not beeing saved 2015-02-02 14:52:59 -05:00
M. Adam Kendall
6b7a96a135 Clean up the trakt config section 2015-01-31 13:34:11 -05:00
Alexandre Beloin
f79951832e Always sort last by asc name.
Added sortAppend in the home.tmpl table to always sort by name asc
after selecting an other column
2015-01-31 11:45:42 -05:00
M. Adam Kendall
7f5d0ff375 Make the timeout configurable 2015-01-30 19:42:12 -05:00
Fernando
2c293e3617 Improve code check for list comprehensions
As discussed here:
https://github.com/SiCKRAGETV/sickrage-issues/issues/457
2015-01-30 13:09:45 -02:00
Alexandre Beloin
cb68f649ea Fix case issue for accesstoken 2015-01-30 00:29:45 -05:00
echel0n
888406faaf Merge pull request #1235 from abeloin/patch-tvrage_info_special
Add notice in addShow for special with TVRage
2015-01-29 15:00:34 -08:00
echel0n
c7c6fd42b1 Merge pull request #1241 from LinuxBozo/trakt-api-2
Update to Trakt.tv API 2.0
2015-01-29 14:52:40 -08:00
echel0n
01f5c13335 Merge pull request #1248 from TagForce/Show_Filesize
Added option to display file sizes in Show page
2015-01-29 14:49:30 -08:00
echel0n
dc6e6d2fcc Merge pull request #1249 from fernandog/patch-6
Change color of 100% progress bar light theme
2015-01-29 14:44:32 -08:00
echel0n
1f00a5a295 Merge pull request #1256 from abeloin/patch-transmission_rpc
Added custom rpc url for transmission
2015-01-29 14:44:12 -08:00
echel0n
59915f62ac Merge pull request #1222 from TagForce/SelectAll
Added Select All Checkbox to Preview Rename page
2015-01-29 14:42:37 -08:00
echel0n
3694ff3053 Merge pull request #1213 from fernandog/patch-16
Fix issue when location is empty and there's no len()
2015-01-29 14:42:28 -08:00
echel0n
7b09339fe7 Merge pull request #1216 from abeloin/patch-kodi_icons
Updated Kodi icons
2015-01-29 14:38:11 -08:00
echel0n
8f2c52e717 Merge pull request #1215 from abeloin/patch-season_jump
Fix jump to select season dropdown list not working.
2015-01-29 14:36:57 -08:00
echel0n
c6a8bf0244 Merge pull request #1210 from abeloin/patch-country_flags
Patch country flags
2015-01-29 14:36:49 -08:00
echel0n
89fa3e9713 Merge pull request #1203 from fernandog/patch-3
Check if list_remote_branches is empty before for-loop
2015-01-29 14:35:12 -08:00
echel0n
4c56d97388 Merge pull request #1202 from SickrageDK/develop
Added HoundDawgs provider
2015-01-29 14:34:58 -08:00
echel0n
dc58cfd9aa Merge pull request #1201 from larsjohnsen/massedit-default-episode-status
Mass update: Add option for default episode status
2015-01-29 14:34:49 -08:00
M. Adam Kendall
94d17c286e Update to provide option to disable SSL certificate verification 2015-01-27 14:26:53 -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
Fernando
cc9b6018e2 Change color of 100% progress bar light theme
because the actual color don't have contrast with black font.
2015-01-26 15:27:48 -02: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
M. Adam Kendall
a1871e2d43 Format the rating in whole percentage 2015-01-25 22:31:53 -05:00
M. Adam Kendall
dba4d17603 Update to Trakt.tv API 2.0 2015-01-25 15:14:57 -05: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
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
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
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
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
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