Commit Graph

322 Commits

Author SHA1 Message Date
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
echel0n 27ac36cde9 Merge pull request #713 from piejanssens/dev
Add priority option for daily snatches (inc force)
2014-08-12 18:33:53 -07:00
piejanssens e4282df953 Add priority option for daily snatches (inc force)
This adds a priority option that allows the user to specify the
priority to be used for daily/recent snatches instead of the default
high value ‘100’.

This also includes the use of priority ‘force’ which will let nzbget
download the task even if the queue is paused.
2014-08-11 22:07:02 +02:00
Adam f4c0893d32 Fixes for trakt settings not saving 2014-08-11 19:29:35 +08:00
echel0n 8bec8751fb Merge pull request #697 from cptjhmiller/dev
Trakt method, error checking, remove series
2014-08-08 17:35:16 -07:00
echel0n 89944ed82b Merge pull request #696 from monkiibiz/dev
Added Danish Public Service channels
2014-08-08 17:34:48 -07:00
Jamie 18da621016 Trakt method, error checking, remove series 2014-08-09 00:07:17 +01:00
monkiibiz 60129f57cc Added Danish Public Service channels
DR1, DR2, TV2
2014-08-08 10:07:38 -05:00
Sami Haahtinen cd1cef55d6 Fix <a> element so that it doesn't leak to other elements 2014-08-05 00:13:34 +03:00
echel0n a15258c784 Fixed massEdit issues. 2014-07-30 19:41:02 -07:00
echel0n 7b187c3add Fixed cannot find 'capitalize' while searching for 'capitalize' error.
Fixed unexpected branchVersion error.
2014-07-30 12:30:35 -07:00