Jump to content

Modify AppxManifest.xml to include uap:Extension & uap:Protocol


abuthemagician

Recommended Posts

abuthemagician

How would I go about getting the Windows 10 Store Emby Theater AppxManifest.xml to include a uap:Extension and uap:Protocol so I can launch Emby via a Start command on the command line? The xbox app has a setup like this to launch it using a "Start Xbox:" command:

<Extensions>
<uap:Extension Category="windows.protocol">

<uap:Protocol Name="xbox"/>

</uap:Extension>

 

I am trying to remap my MCE remote to start the windows 10 app from the media center button, but every time the app updates i have to fix my command. A Protocol name would fix that nicely. I know that Netflix and others also have this setup.

Link to comment
Share on other sites

abuthemagician

Sweet! I will try modifying the file manually if I can get windows to let me change permissions on the file. So excited.

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...