SickGear/sickbeard
Prinz23 fe1aabca00 Change overhaul and add API functions
Change API version... start with 10
Change set application response header to 'SickGear' + add API version
Change return timezone (of network) in API
Add indexer to calls
Add SickGear Command tip for old SickBeard commands
Add warning old sickbeard API calls only support tvdb shows
Add "tvdbid" fallback only for sickbeard calls
Add listcommands
Add list of all commands (old + new) in listcommand page at the beginning
Change hide 'listcommands' command from commands list, since it needs the API builder CSS + is html not json
Add missing help in webapi
Add episode info: absolute_number, scene_season, scene_episode, scene_absolute_number
Add fork to SB command
Add sg
Add sg.activatescenenumbering
Add sg.addrootdir
Add sg.checkscheduler
Add sg.deleterootdir
Add sg.episode
Add sg.episode.search
Add sg.episode.setstatus
Add sg.episode.subtitlesearch
Add sg.exceptions
Add sg.forcesearch
Add sg.future
Add sg.getdefaults
Add sg.getindexericon
Add sg.getindexers to list all indexers
Add sg.getmessages
Add sg.getnetworkicon
Add sg.getrootdirs
Add sg.getqualities
Add sg.getqualitystrings
Add sg.history
Add sg.history.clear
Add sg.history.trim
Add sg.listtraktaccounts
Add sg.listignorewords
Add sg.listrequiedwords
Add sg.logs
Add sg.pausebacklog
Add sg.postprocess
Add sg.ping
Add sg.restart
Add sg.searchqueue
Add sg.searchtv to search all indexers
Add sg.setexceptions
Add sg.setignorewords
Add sg.setrequiredwords
Add sg.setscenenumber
Add sg.show
Add sg.show.addexisting
Add sg.show.addnew
Add sg.show.cache
Add sg.show.delete
Add sg.show.getbanner
Add sg.show.getfanart
Add sg.show.getposter
Add sg.show.getquality
Add sg.show.listfanart
Add sg.show.ratefanart
Add sg.show.seasonlist
Add sg.show.seasons
Add sg.show.setquality
Add sg.show.stats
Add sg.show.refresh
Add sg.show.pause
Add sg.show.update
Add sg.shows
Add sg.shows.browsetrakt
Add sg.shows.forceupdate
Add sg.shows.queue
Add sg.shows.stats

Change sickbeard to sickgear
Change sickbeard_call to property
Change sg.episode.setstatus allow setting of quality
Change sg.history, history command output
Change sg.searchtv to list of indexers
Add uhd4kweb to qualities
Add upgrade_once to add existing shows
Add upgrade_once to add new show
Add upgrade_once to show quality settings (get/set)
Add 'ids' to Show + Shows
Add ids to coming eps + get tvdb id from ids
Add 'status_str' to coming eps
Add 'local_datetime' to comming eps + runtime
Add X-Filename response header to getbanner, getposter
Add X-Fanartname response header for sg.show.getfanart

Add missing fields to sb.show
Add missing fields to sb.shows
Change sb.seasons
Change overview optional
Change make overview optional in shows
Add setscenenumber to API builder
Change move set_scene_numbering_helper into scnene_numbering for use in web interface and API
Change use quality_map instead of fixed list
Add eigthlevel for API/builder page
Change limit indexer param to valid values
Fix wrong parameter in existing apiBuilder.tmpl that prevents javascript from continuing + add console error message for it
Fixed: filter missed shows correctly
Add @gen.coroutine
2018-02-02 03:12:07 +00:00
..
clients Change qBittorent to handle the change to its API success/fail response. 2017-11-01 12:27:26 +00:00
databases Add support for a testing.db version (>=100000). 2018-01-30 17:57:15 +00:00
indexers Change overhaul and add API functions 2018-02-02 03:12:07 +00:00
metadata Add config/general/web interface/send security headers (default enabled). 2018-01-25 19:49:28 +00:00
name_parser Change improve media process to parse anime format 'Show Name 123 - 001 - Ep 1 name'. 2018-01-12 22:12:34 +00:00
notifiers Fix NotifierFactory attribute enabled_ondownloadsubtitles should be enabled_onsubtitlesdownload. 2017-12-02 19:44:51 +00:00
providers Change TBy prov add UHD cat. 2018-01-30 17:38:46 +00:00
__init__.py Change integrate proper search into recent search. 2018-01-27 16:16:34 +00:00
auto_post_processer.py Change improve core scheduler logic. 2017-12-27 18:01:00 +00:00
blackandwhitelist.py Change overhaul UI of editShow and anime release groups, refactor and simplify code. 2015-02-21 22:34:20 +00:00
browser.py Change file browser to permit manually entering a path. 2016-01-08 18:20:01 +00:00
bs4_parser.py Change providers, add some, remove one, fix a snatch issue, rework ignore/require words, refactor code. 2015-12-02 01:31:50 +00:00
classes.py Change overhaul handling of PROPERS/REPACKS/REAL. 2017-10-30 22:21:55 +00:00
common.py Change layout of quality custom to improve clarity. 2018-01-29 19:26:52 +00:00
config.py Change improve core scheduler logic. 2017-12-27 18:01:00 +00:00
db.py Change integrate proper search into recent search. 2018-01-27 16:16:34 +00:00
encodingKludge.py Fix copy post process method on posix. 2017-07-31 20:51:46 +01:00
event_queue.py Fix Events shutdown (a manual start-up is required after updating to this fix). 2018-01-04 16:47:44 +00:00
exceptions.py Change refactor, PEP8, code convention cleanse for nzb/torrent code and remove newzbin remnants. 2015-07-15 19:19:39 +01:00
failed_history.py Remove Torrentshack. 2017-02-17 04:48:49 +00:00
failedProcessor.py Change allow pp to replace files with a repack or proper of same quality. 2016-10-01 11:27:25 +01:00
generic_queue.py Change adding show processing to be highest priority. 2016-03-24 18:56:43 +00:00
gh_api.py Change general config's branches and pull request list generation for faster page loading 2015-03-03 00:21:40 +08:00
helpers.py Add option "Display disk free" to general config/interface page (default enabled). 2018-01-25 20:22:34 +00:00
history.py Change reduce number of DB calls for extra_info_no_name. 2017-10-31 20:35:57 +00:00
image_cache.py Fix image scan log for show titles that contain "%". 2016-12-19 11:49:07 +00:00
indexermapper.py Change improve indexermapper. 2017-01-17 12:16:12 +00:00
logger.py Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
name_cache.py Change editshow saving empty scene exceptions. 2017-07-12 12:54:18 +01:00
naming.py Fix refresh handling of Skipped and Ignored items and issue entering scene numbers. 2016-02-01 19:37:32 +00:00
network_timezones.py Change overhaul and add API functions 2018-02-02 03:12:07 +00:00
nzbget.py Change overhaul handling of PROPERS/REPACKS/REAL. 2017-10-30 22:21:55 +00:00
nzbSplitter.py Change improve .nzb handling. 2017-11-12 18:42:10 +00:00
postProcessor.py Add log message for not found on indexer when adding a new show. 2017-12-27 03:14:20 +00:00
processTV.py Add quality tag to archived items, improve displayShow/"Change selected episodes to". 2017-12-04 19:27:50 +00:00
properFinder.py Fix web type detection for new propers. 2018-01-31 19:56:14 +00:00
rssfeeds.py Change improve the manage searches error stats UI and backend functions. 2018-01-26 01:35:02 +00:00
sab.py Change skip episodes that have no wanted qualities. 2017-02-17 03:48:24 +00:00
sbdatetime.py Change overhaul and add API functions 2018-02-02 03:12:07 +00:00
scene_exceptions.py Change catch show update task errors. 2017-06-15 01:37:28 +01:00
scene_numbering.py Change overhaul and add API functions 2018-02-02 03:12:07 +00:00
scheduler.py Change improve core scheduler logic. 2017-12-27 18:01:00 +00:00
search.py Change improve the manage searches error stats UI and backend functions. 2018-01-26 01:35:02 +00:00
search_backlog.py Change add output to log when backlog hasn't run due to 'disable' setting (in case user wonders why backlog isn't running). 2016-10-28 13:51:24 +01:00
search_propers.py Change integrate proper search into recent search. 2018-01-27 16:16:34 +00:00
search_queue.py Change UI footer tweaks + only display footer propers time if option is actually enabled. 2018-01-27 17:00:52 +00:00
search_recent.py Change providers, add some, remove one, fix a snatch issue, rework ignore/require words, refactor code. 2015-12-02 01:31:50 +00:00
show_name_helpers.py Add config/general/web interface/send security headers (default enabled). 2018-01-25 19:49:28 +00:00
show_queue.py Change overhaul and add API functions 2018-02-02 03:12:07 +00:00
show_updater.py Change integrate proper search into recent search. 2018-01-27 16:16:34 +00:00
subtitles.py Change improve core scheduler logic. 2017-12-27 18:01:00 +00:00
trakt_helpers.py Add multiple Trakt account support to Config/Notifications/Social. 2015-12-22 12:56:17 +00:00
traktChecker.py Change replace trakt with libtrakt for API v2. 2015-11-16 11:48:13 +00:00
tv.py Fix setting episode status when testing for if it should be deleted. 2018-01-19 00:39:48 +00:00
tvcache.py Change improve the manage searches error stats UI and backend functions. 2018-01-26 01:35:02 +00:00
ui.py Change fanart images to not use cache as cache is not required. 2016-12-18 22:17:40 +00:00
version_checker.py Change overhaul Notifications, add Notifier Factory and DRY refactoring. 2017-10-25 16:51:44 +01:00
webapi.py Change overhaul and add API functions 2018-02-02 03:12:07 +00:00
webserve.py Change overhaul and add API functions 2018-02-02 03:12:07 +00:00
webserveInit.py Fix "too many redirects" or "no CSS/JS content" delivered. 2017-02-02 00:21:24 +00:00