More > JRiver Media Center 25 for Mac

Any way to bind a key to a specific favourite view or audio sub tree?

<< < (2/3) > >>

Hendrik:
The proper URL for that would be this:

http://localhost:52199/MCWS/v1/UserInterface/Show?View=3Main

with appropriate escaping, of course.

zeltak:
thx so much @Hendrik

ive tried that with not much success still:


--- Code: ---zeltak@imbp-50:~/ZH_tmp|⇒  wget http://localhost:52199/MCWS/v1/Playback/UserInterface/Show\?View\=3Main
--2019-07-20 12:38:09--  http://localhost:52199/MCWS/v1/Playback/UserInterface/Show?View=3Main
Resolving localhost (localhost)... 127.0.0.1, ::1
Connecting to localhost (localhost)|127.0.0.1|:52199... connected.
HTTP request sent, awaiting response... 500 Internal server error
2019-07-20 12:38:09 ERROR 500: Internal server error.

--- End code ---

also tried via the web and get this error (see attachment 1)

also attaching the current view in MC

can you elaborate more about escaping? I don't have a empty space in my view as far as a I can tell but perhaps I'm missing something

best

Z

blgentry:
Try it in a web browser first.  Once you get it working there, you can probably copy the URL to wget.  It also might be helpful to surround the URL in wget with single quotes, as that should protect the special characters from the shell, and let get see them directly.

Brian.

zeltak:
thx appreciate  the answer
This is the error I get when using the browser:



--- Code: ---This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Response Status="Failure" Information="Function 'Playback/UserInterface/Show' not found."/>

--- End code ---

I also tried the normal Audio view:


--- Code: ---http://localhost:52199/MCWS/v1/Playback/UserInterface/Show?View=Audio

--- End code ---

alas with same error

any clue?

thx

Z

Hendrik:
Oh, remove the Playback from the path.
Should be only http://localhost:52199/MCWS/v1/UserInterface/Show?View=3Main

You can lookup commands and their parameters here:
http://localhost:52199/MCWS/v1/doc

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version