Jump to content

Open movie in EMBY via "URL"


Marc0

Recommended Posts

You could check out the swaggar API. Specifically 'Sessions', and General commands. 

Sending browse commands, is in there.

Link to comment
Share on other sites

Just now, Luke said:

Or are you asking about url schemes?

Yes That's what I need.... I like to start EMBY IOS from another app with URL schemes

Link to comment
Share on other sites

if you're on Android then yes, you can deep link to a specific item using the emby:// scheme. 

You currently have to set the Intent action to "android.intent.action.VIEW", then you can use a link like "emby://items/{SERVER_ID}/{ITEM_ID}"

Link to comment
Share on other sites

iOS has a slightly different url format, where the item ID and server ID are query parameters. So you can use 

"emby://items?serverId={SERVER_ID}&itemId={ITEM_ID}" on iOS. 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...