Skip to content

How to bypass Setup Wizard and Autoconfigure LMS? #887

Answered by mherger
PrinceJJPablo asked this question in Q&A
Discussion options

You must be logged in to vote

That should work if done correctly. Are you sure the file paths, permissions, formatting of the file etc. are correct?

You mention a custom skin. Would you be able to add another file? You could create Slim/Utils/OS/Custom.pm with the following lines:

sub initPrefs {
	my ($class, $prefs) = @_;
	$prefs->{wizardDone} = 1;
}

See eg. https://github.com/Logitech/slimserver/blob/feb5e256ad91cf07e58a0cee1a49392b21c7bdd6/Slim/Utils/OS/OSX.pm#L84

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@PrinceJJPablo
Comment options

@michaelherger
Comment options

Answer selected by PrinceJJPablo
Comment options

You must be logged in to vote
1 reply
@marioqxx
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants