Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install.xml without force? #3

Open
labor4 opened this issue Dec 7, 2018 · 2 comments
Open

install.xml without force? #3

labor4 opened this issue Dec 7, 2018 · 2 comments

Comments

@labor4
Copy link

labor4 commented Dec 7, 2018

Hi!

I copied the script to my own server and installed it via repo/xml.
That way I was having troubles with your install.xml file. LMS kept restarting.

I found install.xml to be the problem in my case. Missing fields I guess.
This config is worky, also with empty fields (and no force needed):

<?xml version="1.0"?>
<extension>
	<id>d61ddfa2-f7ca-4fb0-a9be-1f242b4f6ec8</id>
	<name>ULTRALIGHT_SKIN</name>
	<creator>Daniel Miller</creator>
	<defaultState>enabled</defaultState>
	<module>Plugins::UltralightSkin::Plugin</module>
	<version>0.4.0b1</version>
	<description>PLUGIN_ULTRALIGHT_SKIN</description>
	<email></email>
	<type></type>
	<icon></icon>
    <targetApplication>
        <id>SqueezeCenter</id>
        <maxVersion>*</maxVersion>
        <minVersion>7.9</minVersion>
    </targetApplication>
</extension>

cheers
manu

@millerdev
Copy link
Owner

What version of LMS are you running and on what OS?

@labor4
Copy link
Author

labor4 commented Dec 10, 2018

i think 7.9.2 on ubuntu18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants