Jump to content

Remove Plugin MBT


Erik

Recommended Posts

I noticed while I was playing around with the netflix plugin in MBT, and when I attempted to remove it, the process completes, but the plugin remains even after several attempts and restarts.

Link to comment
Share on other sites

moviefan

I also had this same issue.  

 

I am running Windows 7 and clicked install before I saw the Windows 8 Only warning, so I figured that was the issue.  Are you running Win8 or Win7?

Link to comment
Share on other sites

i think it's the target file name in your package not matching the namespace. we should have documented that.

Link to comment
Share on other sites

snazy2000

Found the issue, I have updated the package manager with the updated version, you will need to remove the current file manually to then be able to install the new version.

 

To remove the file go to %appdata% and look for MediaBrowser-Theater then go to the plugins folder and remove the plugins that your having issues removing.

 

Then you must re download the new version 

Link to comment
Share on other sites

i think it's the target file name in your package not matching the namespace. we should have documented that.

 

What's not matching?

Link to comment
Share on other sites

Because we load the plugin assembly into memory before bringing it into the AppDoman, it's no longer linked to the .dll file so the best we can do to get to the file name is

 

        public string AssemblyFileName
        {
            get
            {
                return AssemblyName.Name + ".dll";
            }
        }
 
so we either document this requirement, make it virtual, or both.
Link to comment
Share on other sites

so he goes to uninstall the plugin, and it looks for a file with that name, which isn't the same as the one defined in the package.

Link to comment
Share on other sites

snazy2000

Yes that was the issue I have updated all my files now :) sorry I didn't realise it was like that would be nice if it could read thebfile name then wouldn't have that issue :)

Link to comment
Share on other sites

Not to hijack but i cant get the kylo plugin working, i installed kylo, mbt keeps telling me it cant find the file.

Will try the above suggestion though.

Edit-still says it cant find the file specified for kylo. 

Edited by Ghostm
Link to comment
Share on other sites

snazy2000

The reason it doesn't work it because when installing Kylo you need to select the Current User section and not All Users because the way the plugin currently works it reads it from the appdata directory. 

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