Normal
AW: Add Dialogue/Menu Button.. if you just want the user let it do manually, it's probably the easiest to map a button to that action - so you don't need to go through all menus just to start the remote server.The better way would probably be to do that automatically - but there was a discussion in the past already - you will imho require codechange in mediaportal.Advantage would be, that for this case, you could handle full path and then decide, if or if not you have to start whatever server e.g. by grabbing the left part and check matching to your configured servers, e.f. \\myserver1\blablabla -> start myserver1 - and do nothing if it's local media (e.g. e:\music\song.mp3).
AW: Add Dialogue/Menu Button
.. if you just want the user let it do manually, it's probably the easiest to map a button to that action - so you don't need to go through all menus just to start the remote server.
The better way would probably be to do that automatically - but there was a discussion in the past already - you will imho require codechange in mediaportal.
Advantage would be, that for this case, you could handle full path and then decide, if or if not you have to start whatever server e.g. by grabbing the left part and check matching to your configured servers, e.f. \\myserver1\blablabla -> start myserver1 - and do nothing if it's local media (e.g. e:\music\song.mp3).