Starting a file on Plex as found in the Media server
Hi all,
Sorry for asking again, but does anyone know how to start a file as found in the Plex Media Server (thanks Jam for helping me in thata area). The http interface gives me all details of files located in the Plex Media server .. but I can't get a file to start playin in a normal way ... the only way I got a music file started is to add the full http address of the media server location .. so for example http://:3000/xbmcCmds/xbmcHttp?command=PlayFile(http://:32400/music/iTunes/Tracks/Y/17444.mp3)... it starts but Plex sees it as a stream...
Is there a way I can address a music, picture, video file in the Plex Media Server to start is using the http api. A side question is : does it start like starting a music file in Plex (so sequential files are also played) .. and can a shuffle or party mode still be started??
Nobody knows a solution??? Dev team … are you working on an interface? An interface like Squeezecenter would be excellent (they use port 9090 to enable all commands and makes integration in central controlled system very comfortable ;).
I have a 7" touchscreen hooked to an old laptop, i’ve made a decent interface /remote to control plex, but it would be great to be able to select and play music without having the TV on.
i don’t use the local plex library for music, only for video. which means i can query the video database, and play video files back without the tv on, but that really isn’t that productive.
My music all comes from iTunes on my laptop.
Currently i can get the list of artist from PMS using
http://ip.of.PMS:32400/music/iTunes/artists/
and then can continue further down to artists or individual albums
and once I’ve gotten the artist or album i can bring up that on the main plex screen by
In the Plex/Nine series we have an improved remote control interface which we’ll detail once it’s released. That should help the process of playing media from the Plex Media Server on Plex clients.
Eagerly waiting the new release ;) ... this is what I have been waiting for for months ;)) .. but hopefully worth the waiting. Keep on doing the good work and I will get more people to use Plex!!
If you have any details of the new control which you might wanna share, please send them by PM . I am currently developing software for homecontrol units and still struggling with the response and control of Plex.... starting to develop UDP calls to the event client .. removing the burden of a full http interface...
Servername and MediaServername are the same in my case, I use IP's just to be sure, clientname is the client, Section and Media can be gotten from the plex management web site.
you should be able to just pull the curl command our there and run it from a linux terminal, just replace the variables in the url ($media etc).
The reason I made it easy to edit is since my media key kept changing as I tested things. I am pointing to a symbolic link that changes daily, and I run the above php command via a cron job as an alarm clock type setup.