Add undocumented feature. Refs #2317

This commit is contained in:
Bas Stottelaar
2015-09-10 20:23:15 +02:00
parent 07b28605b5
commit 4e79698b4e

4
API.md
View File

@@ -66,7 +66,7 @@ Unmark album as wanted / i.e. mark as skipped
### forceSearch
force search for wanted albums - not launched in a separate thread so it may take a bit to complete
### forceProcess
### forceProcess[&dir=/path/to/folder]
Force post process albums in download directory - also not launched in a separate thread
### forceActiveArtistsUpdate
force Active Artist Update - also not launched in a separate thread
@@ -108,4 +108,4 @@ See above.
Gives you a list of results from searcher.searchforalbum(). Basically runs a normal search, but rather than sorting them and downloading the best result, it dumps the data, which you can then pass on to download_specific_release(). Returns a list of dictionaries with params: title, size, url, provider & kind - all of these values must be passed back to download_specific_release
### download_specific_release&id=albumid&title=$title&size=$size&url=$url&provider=$provider&kind=$kind
Allows you to manually pass a choose_specific_download release back to searcher.send_to_downloader()
Allows you to manually pass a choose_specific_download release back to searcher.send_to_downloader()