- Thread starter
- #2,411
The settings are stored differently in the database.
You will need to delete the settings and start again.
Stop the TV service. Open MySql command line client.
Enter the password, should be "MediaPortal" Case sensitive, unless you have set it as something else.
Type the following,
use mptvdb; [return]
delete from setting where tag like '%SKYUKPLUG%'; [return]
Start the TV service and you should be able to select the new plugin.
You will need to delete the settings and start again.
Stop the TV service. Open MySql command line client.
Enter the password, should be "MediaPortal" Case sensitive, unless you have set it as something else.
Type the following,
use mptvdb; [return]
delete from setting where tag like '%SKYUKPLUG%'; [return]
Start the TV service and you should be able to select the new plugin.