You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tangentially referred to this use-case on Discord, but outlining it here in detail for posterity:
Primarily:
I want to call search programmatically, based on a list of files matching a certain criteria. The query is constructed dynamically, and passed to the search.
Subsequently, I want to rank the search results.
Finally, I want to download the highest ranked result programmatically.
Hello @maksis
I tangentially referred to this use-case on Discord, but outlining it here in detail for posterity:
Primarily:
search
programmatically, based on a list of files matching a certain criteria. The query is constructed dynamically, and passed to the search.So far, I have cobbled together:
My challenges:
search instance
and hence the results all get coalesced into a single object.search_results_added
andsearch_results_updated
events affect the search results.I saw that you linked to https://github.com/peps1/airdcpp-auto-downloader/tree/master, and I like it, however it adds another dependency to the mix, and the users of
ThreeTwo
will be expected to configure it as such.I think that I am missing a few pieces from achieving my stated goal, just need your input.
The text was updated successfully, but these errors were encountered: