INTERACT FORUM
Networks and Remotes => Media Network => Topic started by: avid on July 16, 2010, 03:47:26 am
-
Hi,
As I like to listen to whole albums, but often use "Play 100 Random Tracks" smart list too, and because the new WebRemote search returns tracks ...
Is there any chance of a new MCWS function PlayAlbumByKey? Just like PlayByKey it takes a FileKey parameter, but would queue up the whole containing album.
Currently, the only way I can play a whole album from WebRemote is from [LibraryItem([z]).PlayLink], which is not very flexible.
Thanks
Brian
-
Good idea.
How about a parameter on PlayByKey "Album". It it's set to one, it would play the whole album?
-
Even better idea. That would very well for me
Thanks
Brian
-
This will be available in a coming build.
We're in a stable-push phase, so new features like this might not show up for a couple weeks.
-
We're in a stable-push phase, so new features like this might not show up for a couple weeks.
Thanks Matt,
I am not expecting instant (or even any) response to my requests. But it's nice to know that you are so responsive to ideas.
Now if I could just sell you on my two requested library tree navigation options .... :)
Brian
-
Anyone care to describe how we implement these MCWS commands? Do I add Album=1 after my search string? Is it added to the url?
PlayByKey
Play a file by database key.
Parameters:
Key: The key of the file to play. (default: -1)
Location: The location of the file. Use 'End' to add to the end of the current playlist, or a number to insert at a specific index. (default: )
Album: Set to 1 to play the entire album starting at this file. (default: )
Zone: The zone the command is targetted for. (default: -1)
ZoneType: The type of value provided in 'Zone' (id: zone id; index: zone index; name: zone name (default: id)
Response:
Examples:
Click here