When I send the following command:
http://localhost:52199/MCWS/v1/Browse/ChildrenI get:
<?xml version="1.0" encoding="UTF-8" standalone="true"?>
<Response Status="OK">
<Item Name="Audio">1</Item>
<Item Name="Images">2</Item>
<Item Name="Video">3</Item>
<Item Name="Playlists">4</Item>
</Response>
Can I assume these values will remain constant, or do I need to get the values each time I start to browse?
When I send the command:
http://localhost:52199/MCWS/v1/Browse/Children?id=1I get the following:
<?xml version="1.0" encoding="UTF-8" standalone="true"?>
<Response Status="OK">
<Item Name="Artists">1000</Item>
<Item Name="Albums">1001</Item>
<Item Name="Recent Albums">1002</Item>
<Item Name="Genres">1003</Item>
<Item Name="Ratings">1004</Item>
<Item Name="All Files">1005</Item>
</Response>
Can I assume these values will remain constant, or do I need to get the values each time I start to browse?
When I send the following command to get a list of albums:
http://localhost:52199/MCWS/v1/Browse/Children?id=1001How long are the IDs valid for? It appears they do change, I was doing some testing last night and between last night and tonight the values changed (1st Album ID went from 1070 last nightto 1007 now.) I have not loaded any new albums. I did update J River Media Center to build 16.0.179 between the last night and now.
When issuing a Browse\Children?ID=1001
- Is there any way to page through the result set instead of getting one large result set?
When doing a Browse\Children based on Genre, Artist\Album
Is there any way to filter results based on some type of filter criteria? For example all albums that have an artist of Beetles. Or album names that contain Disney? I see you can search files, but I am trying to search albums.
Thx
Bryan