mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-17 10:19:25 +00:00
Add undocumented feature. Refs #2317
This commit is contained in:
4
API.md
4
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()
|
||||
Allows you to manually pass a choose_specific_download release back to searcher.send_to_downloader()
|
||||
|
||||
Reference in New Issue
Block a user