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

432 Commits

Author SHA1 Message Date
Adam
a38a9de8cb Merge branch 'feature/OverhaulSearchSettings' of https://github.com/JackDandy/SickRage into develop 2014-10-29 12:33:28 +08:00
Adam
df5777c90b Merge branch 'feature/config_provider_improvements' of https://github.com/Supremicus/SickRage into develop 2014-10-29 12:30:12 +08:00
Supremicus
12dd9abd5f config_notifications improvements
* Changed notifier test buttons to not run if required field is missing
* Required fields will now highlight input box and add an icon if field is missing when test is pushed
* Changed Test Plex Media Server to Test Plex Client as it only tests the client and not the server
* Styled config_notifications to match new config_general styling

Wording corrections
2014-10-29 13:07:49 +10:00
JackDandy
1b2195d246 Overhaul Config Search Settings in line with General Configuration.
Improve text wording on many UI elements under Search Settings.
Improve reduce over use of capitals.
Change prevent specific rTorrent guidance from showing everywhere.
Fix duplicate html IDs used on the Torrent Search tab, there can be only ONE ID!
Improve streamline UI layout, mark-up, and javascript, remove unused DOM setters.
Clean up text, correct quotations, use spaces for code lines, tabs for html.
2014-10-29 03:04:31 +00:00
Supremicus
6489905690 Feature/config_provider_improvements
* Styled config_providers to match new config_general styling
* Removed qtip from providers and converted back to a tab
* Removed superfish-1.4.8.js and supersubs-0.2b.js as they no longer
break provider sorting with qtip removed and is no longer required due
to new UI
2014-10-29 13:00:39 +10:00
JackDandy
d5863943c0 Fix theme identification for spinner when restarting. 2014-10-28 04:29:15 +00:00
JackDandy
0c765e552c Add an in progress spinner that is suitable for the dark theme.
Add dark spinner to "Add New Show" (searching indexers), "Add existing shows" (Loading Folders), Coming Eps and all config pages (when saving).
2014-10-28 00:36:02 +00:00
JackDandy
aa731b31ce Fix sorting options on Show List page.
Fix Layout "Poster" sort of Paused, Ended, and Continuing shows as they were random.
Fix Layout "Simple" sort of tvrage "New" and "Returning" series by changing status column text to "Continuing".
2014-10-27 19:39:15 +00:00
adam
195277f708 Clarify description for backlog searches option on provider settings page 2014-10-27 23:32:45 +08:00
Adam
9903819ce0 Implement automatic saving of poster layout sorting options on show list 2014-10-27 23:12:24 +08:00
JackDandy
8ecd4c796b Tweak description under "Git remote for branch" on "General Config"/"Advanced Settings". 2014-10-27 14:45:46 +00:00
JackDandy
3b5fe4b0de Overhaul General Configuration. Tweak top navbar. Fix imdb and other images.
Change to rename General Configuration -> "Web Interface" tab as "Interface".
Add a "User Interface" section to the "Interface" tab.
Change consolidate "Date and Time" and "Theme" tab content to "User Interface" section.
Add field in Advanced setting for a custom remote name used to populate branch versions.
Change theme name "original" to "light".
Improve text wording on all UI options under General Configuration.
Improve reduce over use of capitals.
Improve streamline UI layout, mark-up and some CSS styling of all General Configuration tabs.
Fix default top navbar background white-out behaviour on browsers that don't support gradients.
Improve top navbar gradient use for greater cross browser compatibility (e.g. Safari).
Fix dark theme divider between Season numbers on display show page.
Fix main background and border colour of logs on log page.
Fix imdb and three other images rejected by IExplorer because they were corrupt. Turns out that they were .ico files renamed to either .gif or .png instead of being properly converted.
Fix "Subtitle Language" drop down font colour when entering text on the Subtitles Search settings.
Clean up text, correct quotations, use spaces for code lines, tabs for html.
Update changelog.
2014-10-27 00:29:12 +00:00
JackDandy
7dd545ecae Improve display of progress bars.
Change fill color height of progress bars in the Downloads columns of the show list page.
Change fill color height of progress bars under the images in Layout Poster of the show list page.
Remove top grey border on the up to 20% red progress bars in Layout Poster of the show list page.
2014-10-24 19:28:50 +01:00
JackDandy
6c8d72b9c1 Revert "Added gui for IMDB watchlists in Config General."
The main core of this code was lifted from Trakt code and not developed enough to be suitable for purpose given that the Trakt code isn't fully developed either. An issue found leading to this decision was that show statuses were set false instead of the expected default, however, worse was that users had no way of choosing shows to add, was not informed of what was actually going on once a URL was added to the UI, and was not offered options prior to adding shows like the normal add new show work-flow does. Basically, there are too many issues and this feature is too immature for inclusion.
2014-10-24 17:03:32 +01:00
Supremicus
2c510aa210 Improve UI to display fluidly on different screen sizes.
Fixes the issue where top menu items would disappear on smaller screens.
Add Bootstrap v3.2.0 with Normalize v3.0.1 from github.com/twbs/bootstrap.
Add a modified jquery pnotify stylesheet.
Various UI tweaks.
Update CHANGES.md and TODO.txt
2014-10-23 23:23:56 +01:00
JackDandy
85d022916f Add "Archive on first match" to Manage, Mass Update, Edit Selected page. 2014-10-16 22:41:46 +01:00
adam
d452f199b6 Merge branch 'hotfix/0.1.0' into develop 2014-10-16 20:35:18 +08:00
adam
4e6afd7615 Update repo urls from echel0n to point to SickragePVR. Should fix autoupdating to the correct repo 2014-10-16 19:55:33 +08:00
JackDandy
a751af4291 Merge pull request #8 from JackDandy/UpdateComingEpsCalendar
Update Calender View on Coming Episodes Page.
2014-10-15 17:23:31 +01:00
JackDandy
f845ec24a4 Update Calender View on Coming Episodes Page.
Note: these updates are a bit hacky and will be cleaned up when new CSS arrives.
Tweak display of show cards.
Display show time based on General settings ... Date and Time.
Add hover over showtitle incase card image is non-descriptive.
Add text to columns where there are no shows for this day.
2014-10-15 16:45:55 +01:00
adam111316
a20cde9f76 Merge pull request #877 from JackDandy/ImproveAddTrending
Improve addShows trending page by using less memory and loading quicker.
2014-10-15 00:24:24 +08:00
JackDandy
397cc09610 Improve addShows trending page by using less memory and loading quicker.
The trending page shows approx. 500 images and typically, the size of fetched images were 1000 x 1500 pixels. The browser was relied on to reduce the images while rendering to 186 x 273 pixels. The result used a *lot* of memory, bandwidth, time, render processing, and server resources to populate the page so those issues have been eased by fetching smaller 300 x 450 pixel images instead.
2014-10-14 17:17:33 +01:00
adam111316
d0fea0add2 Merge pull request #875 from JackDandy/UpdateUI
Various tweaks to UI including additional use of fuzzy dates.
2014-10-14 12:48:43 +08:00
JackDandy
0333a9aa3e Various tweaks to UI including additional use of fuzzy dates.
Add a parameter to FuzzyMoments to output dates inline.
Add fuzzy dates to compact view of History page.
add fuzzy dates to poster view cards of Home page.
Tweak Home page poster view cards to span the date displayed across the first line.
Tweak Home page poster view cards to display download stats on left and network logo on right.
Tweak the two columns of Show Summary on the displayShow page to hold content.
Add title "Filters" and tweak the layout of filters sections on the displayShow page.
Move display value for show air date from Next Episode to the Airs field on the comingEpisodes page.
Add fuzzy dates to the Airs field in banner and poster views on the comingEpisodes page.
Tweak CSS for showSummary.
Tweak CSS for poster view cards line-height.
2014-10-14 05:13:59 +01:00
adam111316
5c73569f52 Merge pull request #874 from JackDandy/FixFailedDLsAndManageTorrentsIcons
Fix failed DLs and manage torrents icons
2014-10-14 10:35:31 +08:00
adam111316
914f04c231 Merge pull request #873 from JackDandy/TweakWidthCalenderView
Change: reduce width on comingEpisodes Calendar view for new page width.
2014-10-14 10:34:46 +08:00
JackDandy
07c0316815 Fix: Button icons for "Failed Downloads" and "Manage Torrents" now show on respective pages. 2014-10-13 20:08:56 +01:00
JackDandy
46554c382e Change: reduce width on comingEpisodes Calendar view for new page width. 2014-10-13 19:46:37 +01:00
adam111316
d532353a98 Merge pull request #872 from JackDandy/TweakWidthDisplayShow
Change: reduce details width on display show page for new UI width.
2014-10-14 02:15:36 +08:00
JackDandy
7bff816947 Change: reduce details width on display show page for new page width. 2014-10-13 19:10:52 +01:00
adam111316
1966ac75dd Merge pull request #871 from JackDandy/TweakWidthUI
Change: Reduce UI width. Adjust "Limit:" right alignment on history page...
2014-10-14 01:55:56 +08:00
JackDandy
8e631b11e5 Change: Reduce UI width. Adjust "Limit:" right alignment on history page. 2014-10-13 18:53:09 +01:00
adam111316
ddf6a52053 Merge pull request #869 from JackDandy/TweakUIWidth
Change: Reduce UI width. Adjust "Limit:" right alignment on history page...
2014-10-14 01:28:39 +08:00
JackDandy
d8f4c74acd Change: Reduce UI width. Adjust "Limit:" right alignment on history page. 2014-10-13 17:48:45 +01:00
adam111316
f9bac63135 Merge pull request #867 from ofir123/subscenter_support
Subscenter support
2014-10-13 15:15:16 +08:00
Kalle Møller
8b0e8d103f Danish TV 2 with space
The danish tv 2 is also reffered to with space between tv and 2.
2014-10-12 20:50:21 +02:00
Ofir Brukner
14f3848872 Added all logic related to subscenter, including logo 2014-10-12 16:19:34 +03:00
Peter Maciocia
5aae8d7b48 add checkbox to control proxying indexers 2014-10-10 19:08:53 +08:00
aaronkuchma
06e201cf49 Fix for failed episodes not counted in total
Failed episodes now form part of the "total episodes" count for progress
tracking purposes.
2014-10-09 22:54:39 -04:00
Supremicus
db6eb33db4 Removed unneeded code from theme_name tests yesterday 2014-10-09 10:02:43 +10:00
Supremicus
29403ff2cb Added small poster view back in 2014-10-09 10:00:36 +10:00
adam111316
75a72995b9 Merge pull request #859 from mastni/network-logos
Network logos for Australian ABC, ABC2, ABC3 and Sky Arts
2014-10-09 00:01:00 +08:00
mastni
009887140e Network logos for Australian ABC, ABC2, ABC3 and Sky Arts 2014-10-08 15:13:19 +02:00
adam111316
e4fad0b6b0 Merge pull request #853 from nielsenj/fixSeedIdleTime
Fixes SR setting SeedIdleLimit no matter what
2014-10-08 15:50:01 +08:00
Supremicus
d475ee82c8 styling fixes and clarify what to do after theme selection 2014-10-08 16:56:31 +10:00
Supremicus
5e5f96722e broke the arrows woops 2014-10-08 15:01:51 +10:00
Supremicus
888b4359b9 Setting up for theme changing
sickbeard.THEME_NAME to be added to source inc_top & confing_general
broken until then.
2014-10-08 14:48:35 +10:00
Justin Nielsen
78806a2223 Fixes SR setting SeedIdleLimit no matter what 2014-10-07 13:39:11 -07:00
adam111316
d42f854451 Revert "fix typo on network logo" 2014-10-07 14:36:30 +08:00
aaronkuchma
b8a653901c Added a "flip" search order option to new GUI
HTML/CSS might need to be cleaned up (I hate CSS more than python), but
sorting/flipping is working on my machine.
2014-10-07 00:07:07 -04:00
Adam
cadec21304 Test fix for manage backlog key error 2014-10-07 07:47:32 +08:00
adam
52a1254cfa Add global required words 2014-10-06 01:08:32 +08:00
Supremicus
ea8d109029 Update testRename.tmpl 2014-10-04 22:51:22 +10:00
Supremicus
3c1043f77e Fixes and additions to testRename.tmpl
Good named episodes show in green now and cannot be selected since it's
pointless.
Cancel Rename button added to return you to show page if you wish to
cancel.
2014-10-04 22:47:24 +10:00
Supremicus
b8d7796318 fix typo on network logo 2014-10-04 10:16:30 +10:00
Supremicus
060fa6562d fix for fuzzydates on comingepisodes list 2014-10-03 09:05:20 +10:00
Supremicus
f97507ffc7 fix for ui-pnotify 2014-10-03 08:26:46 +10:00
Supremicus
3c88cc1cda network logo's
logo's for 2BE, MTV2, Omroep MAX, RTE One, TROS & TV7
2014-10-02 22:39:48 +10:00
Adam
c19d5e1600 Fix anime legend table on post processing options page 2014-10-02 18:57:30 +08:00
Supremicus
f4e351a160 Fix for active and status sorting 2014-10-02 20:30:06 +10:00
Supremicus
db9802e442 Network logo for NRK1 2014-10-02 20:16:55 +10:00
Adam
0822d15d36 Add sizing field on show page 2014-10-02 16:41:13 +08:00
adam111316
f00dee3338 Merge pull request #837 from Hellowlol/process_api
add postprocess to api
2014-10-02 08:35:35 +08:00
Supremicus
362ee82c29 fix for date clipping on poster view 2014-10-02 09:36:55 +10:00
Adam
f20250e18d Add missing custom anime settings to new skin 2014-10-02 07:24:08 +08:00
John
6fe49066c8 add postprocess to api 2014-10-01 01:13:04 +02:00
Supremicus
8847fa056d New skin 2014-10-01 08:20:37 +10:00
KontiSR
7165df7405 Added gui for IMDB watchlists in Config General.
Used regex checks with javascript popup, for checking if valid imdb csv watchlist.
Added test/test_tvdb_api.py for testing the tvdb api for retrieving shows by IMDB id.

TODO: Help for assisting users in getting the correct IMDB url.
maybe, make interval configurable

First changes for imdb watchlist checker

Thrown the couch code overboard and created my own version of an imdb watchlist scraper

Added IMDB thread and test values with an IMDB csv url. These values should be replaced by front end UI settings.

- Removed some tracelogs when unable to download watchlist
- Added settings for enabling and setting of the watchlist csv url
TODO:
- create UI for setting from frontend
- Implement frontend and backend checks for validating the csv url

Default interval is 1 hour.
2014-09-30 12:25:11 +02:00
adam
37f021feb6 Custom naming for anime 2014-09-29 19:40:16 +08:00
echel0n
36bf98fcc5 Merge pull request #812 from sdbarker/pushbullet-fixes
Updates to Pushbullet functionality to address rejected keys / connections, provide "All Devices" functionality
2014-09-19 20:56:10 -07:00
Scott D. Barker
50dc83892f - Update Pushbullet notifier to no longer base64 encode the API key which was causing Pushbullet to reject the key and connections
- Update Pushbullet notifier's authorization header to reflect their API
- Update the JS that populates the Pushbullet device list to provide an "All Devices" option
2014-09-17 20:24:27 -07:00
adam111316
3f10a9e34f Merge pull request #811 from sdbarker/master
Update comingEpisodes.tmpl to prevent a 'NotFound' error for...
2014-09-18 08:37:26 +08:00
Scott D. Barker
f3c1fa6b61 Update comingEpisodes.tmpl to prevent a 'NotFound' error for cur_ep_enddate 2014-09-16 22:11:21 -07:00
Adam
9f92601262 Add first revision of calendar to coming episodes 2014-09-16 17:29:57 +08:00
echel0n
68bd6d87e2 Merge pull request #802 from KontiSR/dev_manual_search2
Implemented the queuing functionality also for Failed downloads (Retries).
2014-09-15 06:09:29 -07:00
KontiSR
bdac98db4b Implemented the queuing functionality also for Failed downloads.
ajaxEpSearch.js now also processes the clicks for Retries. SO merged those together and removed ajaxEpRetry.js.
2014-09-15 15:01:18 +02:00
echel0n
fc23454a1e Renamed filename for wgn america network logo 2014-09-15 05:59:11 -07:00
echel0n
e3db9b8c93 Renamed filename for donate button 2014-09-15 05:55:53 -07:00
echel0n
00879835a3 Added Pay-per-view, TruTV and WGN American network logos 2014-09-15 05:29:10 -07:00
KontiSR
419e35f300 sbRoot missing in some img url's
Added queued.png image.. for manual searching

Fixed issue where consecutive manual searches where not queued properly
Added first backend processing for retrieving all queued searches. This should fix the frondend blocking when doing manual searches for episodes, because the backend is free sooner. It now only queues the search.
Created a returning ajax call for getting a list of all searches in queue en running on the displayShow page.

For the getManualSearchStatus() function, only use curItem from the ManualSearchQueueItem or FailedQueueItem threads.

Conflicts:
	sickbeard/search_queue.py
2014-09-15 13:31:16 +02:00
echel0n
640b840cde PEP8 correction for search web html template 2014-09-15 02:30:01 -07:00
echel0n
e78392f04a Backlog frequency determined by algo that takes into account daily search frequency to prevent overlap of searches, automatically calculates allowed minimum value that is user-settable 2014-09-15 02:23:11 -07:00
echel0n
417047f590 Added ability to set number of days to start backlog searches from, eg 7 days would search for episodes 7 days and older 2014-09-15 01:57:50 -07:00
Adam
80a028d1a6 Add TokyoToshokanProvider logo 2014-09-12 20:41:16 +08:00
KontiSR
dddc66ee58 changed technique retrieving of newznab capabilities from sync ajax call to async. Added function for setting the capabilities. Code now also allot cleaner.
Retrieving of caps should no longer block the browser.
2014-09-11 10:47:59 +02:00
KontiSR
b3bfe99fad Fixed typo. 2014-09-10 17:00:54 +02:00
KontiSR
3366108255 - Removed annoying alert message when failed to retrieve newsnab capabilities (categories)
- Added backend debug logging
2014-09-10 16:43:58 +02:00
Adam
f5d3f71c70 Add search queue info to ManageSearches page 2014-09-08 11:54:43 +08:00
djoole
6a393cc755 Added an option in Post Processing options do activated/deactivate postponing postprocess if sync files are present in download TV dir (activated by default) 2014-09-07 12:45:19 +02:00
echel0n
e3781ece75 Merge pull request #780 from djoole/t411
Added the torrent provider for www.t411.me tracker
2014-09-05 19:17:32 -07:00
djoole
159e8ceb7c Added the torrent provider for www.t411.me tracker 2014-09-06 02:16:04 +02:00
Woodpaker
000467cc73 * Added saving of changed newznab categories in backend.
Added gui for selecting categories from multiselect box.
Created some helper function in js, for dynamically modifying selects/options

Made results of function for retrieving newznab capabilities more generic. In that now always a valid json is returned with success,tv_categories,error

Added gui elements for retrieving and displaying newznab capabilities

Added backend functions for calling ajax /getNewznabCategories?name=yourNewznabProvider&url=https://newznabprovURL&key=YourApiKey
Returns json.dumps() with TV category capabilities of newznab provider. Is going to be used for new gui element in adding newsnab provider.
2014-09-01 17:57:52 +02:00
adam
2b9945e0df Add transmission seed for X hours option 2014-08-31 14:41:53 +08:00
echel0n
ee458bd211 Fixed AttributeError: 'NoneType' object has no attribute 'is_scene' in scene_numbering code.
Show root dirs can not be set from general config menu.
Mass editing shows now has the ability to delete root dirs as well as edit them.
Daily search no longer is restricted to just 1 week of results for searching from which now allows for replacing lower quality downloads with higher quality ones if available.
RSS Cache is updated for each provider on demand now when performing manual, failed, backlog, or daily searches.
2014-08-30 01:47:00 -07:00
echel0n
00a1ebfee3 Fixed TypeError: string indices must be integers error when mapping indexer id's
Added full delete feature to mass update, removes show from SR and deletes show folder from hard drive. Remove will just delete show from SR without deleting files from hard drive

Fixed XML errors for TVRage indexer api
2014-08-29 10:05:15 -07:00
echel0n
3cb1c573a3 Fix for newznab provider settings not saving properly
Added new show option, delete now removes show from showlist and deletes from hard drive, remove will just remove show from showlist but leave files on hard drive untouched
2014-08-29 03:29:56 -07:00
echel0n
bcffc09589 Replaced provider backlog only search option with 2 new options that allow you to enable daily searches and backlog searches individually per provider, default is enabled for both. 2014-08-28 22:16:25 -07:00
Adam
7af333e1f7 Fix sorting on mass update page 2014-08-25 13:37:55 +08:00
echel0n
a3449db3d3 Fix for Error cannot find 'cur_ep_enddate' 2014-08-21 23:26:49 -07:00
Callum Loh
b140354b6d Fixes issue with search page from PR 713 2014-08-14 17:11:35 +10:00