Adam
d599406861
Remove old version checking code that no longer applies to SickGear's release system
2014-11-18 15:46:23 +08:00
Adam
8780d6a601
Add option to treat anime releases that lack a quality tag as HDTV instead of "unknown".
2014-11-17 15:58:17 +00:00
Adam
ff654aa894
Remove obsolete Animezb provider
...
Animezb provider no longer exists
2014-11-17 11:49:02 +00:00
Adam
8b5ab27444
Remove unsupported t411 provider
...
Removing unsupported french private tracker
2014-11-17 14:50:44 +08:00
JackDandy
b6d079fe48
Fix the log output of the limited backlog search for episodes missed.
...
The log text backwardly reported processing was for missed episodes older than x days. It's for episodes missed during the last x days.
2014-11-16 02:19:15 +00:00
Prinz23
1e69286c9f
Remove unneeded datetime convert from Coming Episodes page.
...
Prevent usage of function .fromtimestamp that can throw exceptions on some platforms.
Replace datetime calls with sbdatetime calls.
2014-11-15 22:42:46 +00:00
JackDandy
82363f8b37
Fix unset vars on Add New Shows Page used in the Add Existing Shows context.
2014-11-15 22:14:49 +00:00
Prinz23
2e2805b513
Fix adding shows with titles that contain "&" on Add Trending Show page.
2014-11-15 21:21:41 +00:00
JackDandy
96cd8590a8
Change Add Show on Add Trending Show Page to use the full Add New Show flow.
...
All the features of adding a new show are now available to shows added on the Add Trending Show page.
2014-11-15 20:47:16 +00:00
JackDandy
062a82b9b5
Change sharper looking heart image on the Add Show page.
2014-11-15 12:57:23 +00:00
Supremicus
e438ba4ce3
Change Help and Info icon sprites to color and text of Arguments if unused.
2014-11-15 06:31:01 +00:00
Supremicus
65b33a6fe7
Add filtering of shows on Add Trending Shows page.
...
Add dropdown on the Add Trending Shows page to display all shows, shows not in library, or shows in library.
2014-11-15 05:49:46 +00:00
JackDandy
abd1c453fb
Remove output of source code line when warnings highlight libraries not used with IMDb.
...
Add a new show to observe the output.
Conflicts:
CHANGES.md
2014-11-15 04:29:12 +00:00
Supremicus
4b34be35b5
Overhaul Config Anime.
...
Overhaul Config Anime to be in line with General Configuration.
2014-11-15 00:21:24 +00:00
Supremicus
02719ce23e
Fix poster preview on small poster layout
2014-11-14 07:52:54 +10:00
JackDandy
65d488321f
Change footer stats to not add newlines when copy/pasting.
...
Remove redundant references from Config / Help & Info.
2014-11-13 17:52:22 +00:00
Gareth Kirwan
db44f329de
Bump Changes
2014-11-13 14:31:00 +00:00
JackDandy
eb0ea69e5d
Remove browser player from Config General and Display Shows page.
2014-11-13 02:49:55 +00:00
Supremicus
4c8c6b21d5
Change logos, text etc. branding to SickGear.
2014-11-12 20:56:40 +00:00
Adam
b29d730313
Merge branch 'hotfix/0.2.2' into develop
2014-11-12 16:52:22 +08:00
Adam
fc09e56a37
Change updater URLs to reflect new repository location
2014-11-12 16:34:01 +08:00
tehspede
a1ce52df8f
Fix missing HTML in notifications resulting in incorrect formatting.
2014-11-12 09:24:34 +02:00
Prinz23
732009fd98
Change how the "local/network" setting is handled to address some issues.
...
Move local/network setting datetime convert into it's own function.
Function parse_date_time() now returns when possible a correct timezone aware datetime.
Change webapi to use new converter.
Fix Daily Searcher.
Fix saving old DateTime setting.
Add safety check if network_dict is already loaded.
2014-11-11 18:15:25 +00:00
tehspede
8514285530
Update PNotify lib. Make notify close button always visible. Fix issue with multiple tabs.
2014-11-11 19:11:15 +02:00
JackDandy
69a0e859ab
Fix missing header and text in poster layout when network is none on coming episodes page.
...
Fix missing header and "on <missing text>" when network is none and Layout "Poster" with Sort By "Network" on coming episodes page.
2014-11-11 15:38:05 +00:00
JackDandy
477b0806b0
Fix API response header for JSON content type and the return of JSONP data.
...
The API should return application/json Content-Type for JSON data instead of application/html. Tornado expects a dict in order to JSON encode and send header "Content-Type:application/json". SR already encodes data plus it supports JSONP. So, the encoded string data is wrapped into a dict, and a test is added at Tornado def write() to unwrap and skip encoding, in order to set the correct content-header and also use JSONP.
Added file HACKS.txt to serve as a reminder for anyone updating the library.
2014-11-11 13:22:03 +00:00
JackDandy
f43eb948c6
Merge pull request #137 from JackDandy/ChangeTZFailedToWarn
...
Change reporting failed network_timezones.txt updates from an error to a...
2014-11-10 13:34:07 +00:00
Supremicus
c8b4ae918b
Fix displayShow status and subtitle columns
...
Changed to the new column class names to properly update statuses.
Missed during new ui changes.
2014-11-10 17:29:24 +10:00
JackDandy
afce91f79d
Change reporting failed network_timezones.txt updates from an error to a warning.
...
Tone down the language used and error to a warning for this common temporary server side fault.
2014-11-10 04:45:26 +00:00
JackDandy
0607b912d8
Add an anonymous redirect builder for external links.
...
Add anonymous redirect to external links on pages... Add Trending Show, Add Existing Shows, Add New Shows, Coming Episodes, Display Show, Config Notifications, Config Anime, Subtitle Providers, ASCII chart on General Config Advanced, links of newly created Usenet and Torrent providers.
Update xbmc link to Kodi at Config Notifications.
Fix irc protocol link to not use http protocol linkage on Config/Help and align lower right side column to the upper right side text.
2014-11-10 04:01:53 +00:00
adam
af1c16c4da
Fix parsing utf8 data from tvdb and tvrage
2014-11-10 10:07:47 +08:00
Supremicus
8d12cadd14
Fix dropdown confirm dialogs
2014-11-10 08:10:37 +10:00
JackDandy
9ad811432a
Fix invalid use of str() in the Send2Trash library for platforms other.
2014-11-09 20:25:23 +00:00
Adam
687d2b96ab
Fix post processing when using tvrage indexer and mediabrowser metadata generation
2014-11-09 13:44:47 +08:00
JackDandy
288d488d09
Merge pull request #126 from adam111316/feature/FixPosterProgressSort
...
Fix progress sort direction for poster layout view on home page
2014-11-09 03:59:41 +00:00
Adam
9cfad22870
Fix progress sort direction for poster layout view on home page
2014-11-09 11:49:19 +08:00
Supremicus
c0d6641f04
Fix missing kat url in config_providers
2014-11-09 13:45:10 +10:00
Brendann
e58f3fd9cd
Update growl.py with missing registration of update notification
...
Update CHANGES.md
Added line to growl registration which adds common.NOTIFY_GIT_UPDATE as a sickrage notification type.
growl on some systems will not show notification unless it is registered.
2014-11-08 20:59:07 +08:00
JackDandy
46cd85299e
Change improve Add Show/Add Trending Show page.
...
Fix white screen of death when trying to add a show that is already in library by replacing "Add Show" button with "In library".
Add show sorting options.
Add handler for when Trakt returns no results.
Fix image links when anchor child images are not found at Trakt.
Add image to be used when Trakt posters are void.
2014-11-07 22:45:56 +00:00
adam
e63ffd363c
Fixes unicode issues during searches on newznab providers when rid mapping occurs
2014-11-08 01:02:29 +08:00
Adam
16b146284d
Fix invalid responses when using sickbeard.searchtvdb api command
2014-11-07 08:19:27 +08:00
Brandon Casey
1845bdd5a9
Made all init scripts executable
...
Added to made init scripts executable to the changelog
2014-11-06 13:43:58 -05:00
JackDandy
cacce83dbf
Tweak CHANGES.md.
2014-11-05 17:00:45 +00:00
JackDandy
2452063057
Fix Coming Episodes/Layout Calender/View Paused and tweak its UI text.
2014-11-05 15:53:01 +00:00
JackDandy
ef4470bd78
Add send2trash, General Config/Send to trash, and catch show dir not found exception.
...
Add send2trash, a small package that sends files to the Trash (or Recycle Bin) natively and on all platforms. If send2trash is found not compatible, the user can use the default delete and manually delete failed send2trash files.
Add General Config/Misc/Send to trash for actions that involve removing shows and log rotation.
Add handling for the exception raised while deleting a show and show folder no longer exists.
2014-11-05 05:36:16 +00:00
Adam
1cf3237b9e
Fixes changing root dirs on the mass edit page
2014-11-04 18:39:43 +08:00
JackDandy
cfd6ec4e00
Change to suppress reporting of Tornado exception error 1.
2014-11-03 23:04:36 +00:00
tehspede
ae94ab6d80
Change API now uses Timezone setting at General Config/Interface/User Interface/ at relevant endpoints
2014-11-04 00:26:22 +02:00
JackDandy
dfdc747018
Fix display issue of season tables in displayShow view / Display Specials.
2014-11-03 04:20:52 +00:00
Adam
d835e32063
Removed requirement for http login for API when an API key is provided
2014-11-02 23:50:47 +08:00