diff --git a/API.md b/API.md index 0fc0946d..d1dcdc21 100644 --- a/API.md +++ b/API.md @@ -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() \ No newline at end of file +Allows you to manually pass a choose_specific_download release back to searcher.send_to_downloader()