Re: [SlimDevices: Plugins] Questions regarding Custom Browse CLI

2007-05-30 Thread crwilliams
Hi, I'm trying to work out how to use the CLI interface to CustomBrowse. I am able to use the SlimServer CLI but cannot seem to get the CustomBrowse CLI to work, based on the examples above. CustomBrowse and MultiLibrary work fine through the web interface. I notice that 'can custombrowse'

Re: [SlimDevices: Plugins] Questions regarding Custom Browse CLI

2007-05-30 Thread barrygordon
I am running Custum Browse 1.22.4 and Slimserver 6.5.2 and use the CLI interface very heavily from touchscreens of my own design(software that is). 1.22.4 cleared up the only issue I had. Have you checked it and the wikki for the CLI documentation. To startout I issue something like

Re: [SlimDevices: Plugins] Questions regarding Custom Browse CLI

2007-05-30 Thread erland
crwilliams;205750 Wrote: I notice that 'can custombrowse' returns 0. Should this return 1? No, but 'can custombrowse browse' should return 1 crwilliams;205750 Wrote: I previously had older versions of CustomBrowse and SlimServer installed, could this be the problem? I don't think so.

Re: [SlimDevices: Plugins] Questions regarding Custom Browse CLI

2007-05-30 Thread barrygordon
Erland, I just changed my code to use the can custombrowse browse command and it works fine. I did it the way I did since I did not know about can custombrowse browse. Is that documented somewhere under the custombrowse plugin wikki, or under slimserver in general? If so could you point me in

Re: [SlimDevices: Plugins] Questions regarding Custom Browse CLI

2007-05-30 Thread erland
barrygordon;205773 Wrote: Erland, I just changed my code to use the can custombrowse browse command and it works fine. I did it the way I did since I did not know about can custombrowse browse. Is that documented somewhere under the custombrowse plugin wikki, or under slimserver in

Re: [SlimDevices: Plugins] Questions regarding Custom Browse CLI

2007-05-27 Thread barrygordon
Things are going well. I can now browse my stereo music for alnums, artists, genres, etc. One slight issue but not a problem, if I ask for 10 entries starting at location i, I get back some number of entries but generally not 10. I get 19, 12, 21, 3, ... It is not an issue since the count is

Re: [SlimDevices: Plugins] Questions regarding Custom Browse CLI

2007-05-27 Thread erland
barrygordon;204842 Wrote: One slight issue but not a problem, if I ask for 10 entries starting at location i, I get back some number of entries but generally not 10. I get 19, 12, 21, 3, ... It is not an issue since the count is correct and I will increment i by the count as opposed to by

Re: [SlimDevices: Plugins] Questions regarding Custom Browse CLI

2007-05-27 Thread barrygordon
No you are correct. It was in the level and itemid parameters. What exactly is being encoded %25 would be a % and %20 would be a blank, is %2520 a % (percent blank)? -- barrygordon barrygordon's Profile:

Re: [SlimDevices: Plugins] Questions regarding Custom Browse CLI

2007-05-27 Thread erland
barrygordon;204933 Wrote: No you are correct. It was in the level and itemid parameters. What exactly is being encoded %25 would be a % and %20 would be a blank, is %2520 a % (percent blank)? The id's are used internally inside Custom Browse and can't contains spaces and other strange