altexy 0 Posted August 6, 2015 Posted August 6, 2015 Hi, I'm implementing a client for Emby server. I need to remote control remote devices. I cannot find any API to get items in the "Play Now" queue. Can you help me? Thanks in advance Alexander
Angelblue05 4132 Posted August 6, 2015 Posted August 6, 2015 In Kodi, we use the websocket to receive Play Now commands which contain the list of Items to play. Hope this helps somehow: https://github.com/MediaBrowser/Emby/wiki/Web-Socket https://github.com/MediaBrowser/Emby/wiki/Remote-control
altexy 0 Posted August 6, 2015 Author Posted August 6, 2015 Thanks for response! So, using websocket notifications I may maintain the copy of the queue myself.
Angelblue05 4132 Posted August 6, 2015 Posted August 6, 2015 (edited) You'll at least know the items for play now, yes. What exactly are you looking to do with the list? Maybe there's a better way to achieve what you are looking for? Sent from my iPhone using Tapatalk Edited August 6, 2015 by Angelblue05 1
Luke 42077 Posted August 6, 2015 Posted August 6, 2015 actually we don't have the now playing queue in the api yet. it's on the to do list. what platform is this for?
altexy 0 Posted August 6, 2015 Author Posted August 6, 2015 I'm implementing application which may use remote sessions for playback media. I want to show to user the items queued fro playing, very similar of Playlist of remote control of web Emby client
altexy 0 Posted August 13, 2015 Author Posted August 13, 2015 actually we don't have the now playing queue in the api yet. it's on the to do list. what platform is this for? I use HTTP and websocket API from RTI XP Processor driver written in JS. How Emby web client show this list?
ebr 16169 Posted August 13, 2015 Posted August 13, 2015 How Emby web client show this list? I think it would only show this information when it was the one who created the list in the first place...
altexy 0 Posted August 14, 2015 Author Posted August 14, 2015 It looks like only PlayNow command is implemented. When I provide PlayLast or PlayNext as described in https://github.com/MediaBrowser/Emby/wiki/Remote-control#sending-a-play-command the result is the same as with PlayNow. IMO all client implement this functionality on client side.
holdestmade 11 Posted March 14, 2018 Posted March 14, 2018 I use HTTP and websocket API from RTI XP Processor driver written in JS. How Emby web client show this list? @@altexy - is this RTI XP driver available ? Can't see it in the store or on the foums. Sounds like is what I need. Cheers
altexy 0 Posted March 14, 2018 Author Posted March 14, 2018 @@altexy - is this RTI XP driver available ? Can't see it in the store or on the foums. Sounds like is what I need. I developed only REST/websocket API client and a model for a customer as closed source project. I don't know anything about its destiny.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now