zzarbi / synology

PHP Implementation of Synology Download Station
MIT License
125 stars 58 forks source link

Added support for BT Search #9

Closed PBXg33k closed 9 years ago

PBXg33k commented 10 years ago

First of all, thanks for the great work!

I've taken the liberty to add some code on my fork to support the Search functionality of the DSM Download Station. My changes can be seen on my "features/btsearch" branch

Some limitation do apply unfortunately. It looks like search tasks are bound to the session so once you log-out or otherwise destroy the session, you will not be able to get the results anymore.

A small snippet from a test run ss 2014-09-13 at 01 45 28

zzarbi commented 9 years ago

Thank you if you create a pull request I can merge it.