You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new command subsonicupdate (no arguments) which will trigger a library update for the configured Subsonic server.
Add a new plugin config parameter auto (boolean, defaults to `false). When this option is enabled the update request won't be made automatically with library or smart playlist updates.
Objective
Goals
To allow updating Subsonic library explicitly, for example if the library is on another machine and is independent of the main Beets library
Non-goals
Anti-goals
Nothing should break since the new auto config entry would be false by default which maintains the existing behaviour.
Proposed solution
subsonicupdate(no arguments) which will trigger a library update for the configured Subsonic server.auto(boolean, defaults to `false). When this option is enabled the update request won't be made automatically with library or smart playlist updates.Objective
Goals
Non-goals
Anti-goals
autoconfig entry would befalseby default which maintains the existing behaviour.