Is it possible to have the CLI command to write python some script for a kind of remote auto access ?
There's no dedicated CLI command for this, as it's mostly a UI thing: a third party could always have queried multiple servers, then added the remote streams to the controlling server as simple http:// streams.
That said I'd suggest that you look into slimmenu/slimbrowse if you plan to implement any kind of controller software. This way you'll have access to most menus available on the SB, including Remote Libraries.
http://wiki.slimdevices.com/index.php/Home_Menu_Items_Versus_SlimbrowseItems
Would it be possible to create a dynamic playlist including the original library and the Remote Music Libraries ?
Depends on how that dynamic playlist is being created. Right now I don't know of any implementation which would allow to do this. Keep in mind that the remote library's metadata is not stored on the controlling server instance. Therefore you'd always have to deal with multiple servers to create that playlist.
But you can of course build a playlist of local and remote items. -- Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
