Re: When developing a plugin, where should I put it in the Docker container?

Michael Herger <slim-b/[email protected]> Wed, 18 May 2022 15:37:48 +0200
Newsgroups gmane.music.equipment.slimdevices.devel
Message-ID <[email protected]>
> When I start the server up, I don't see any sign of the 'warn' logging
> that's in InitPlugin. However, the plugin is listed in the web
> interface, and if I make changes to its settings I get logging in the
> server log file showing that the settings have been updated.
> 
> Does this mean that the plugin isn't being loaded when the server
> starts?

No. If it wasn't loaded, then you wouldn't have any settings to change.

> I guess it comes back to the original question. If I want to work on the
> development of a plugin in the Docker container, where should I put the
> plugin files while working on them?

/config/cache/Plugins IMHO is the right place.

But why would you need to run Docker in development? Any system able to 
run Docker should be able to run LMS from the source, IMHO.