Page 1 of 1

Search string in url

PostPosted: Sun Jan 08, 2012 11:18 pm
by walterring
I'd like to submit a search string in my url through the web interface.

So for example, if my Server is http://subsonic.mydomain.com I would like to add something like this:
http://subsonic.mydomain.com?search="Beatles"
and would like to get the result of my search string.

Anybody knows how to do that?

Re: Search string in url

PostPosted: Sun Jan 08, 2012 11:43 pm
by ytechie
Have a look at viewtopic.php?f=8&t=8500.

Re: Search string in url

PostPosted: Sun Jan 08, 2012 11:48 pm
by walterring
Thanks, ytechie, but this does not help.

I don't want to use Google search bar, but want to be able to directly use the search feature of the Subsonic web interface, by simply submitting an url in the browser. (those urls would be created from another webpage, and I'd like to simply click those urls).

Re: Search string in url

PostPosted: Mon Jan 09, 2012 12:23 am
by ytechie
I was working on that but the problem is passing the parameter to the right frame. There are five frames, and I don't know how to pass the parameter without adding a lot of code to one of the existing frames.