Ticket #72 (closed enhancement: fixed)
Use CLI for MusicIP mix kickoff
| Reported by: | stuarth | Owned by: | stuarth |
|---|---|---|---|
| Priority: | major | Milestone: | 3.1 |
| Component: | Plugin | Version: | 3.0 |
| Keywords: | Cc: |
Description
Currently the plugin uses some horrible cludge to kick off mixes since that functionality was tightly embedded in the Browse button mode and not exposed through an API. I basically copied-and-pasted a chunk of that code.
That's fragile and feels wrong so it should be changed.
There is now a CLI interface for it so that means we should have access to a simple command now (like we use for playing and adding tracks to the current playlist). We should change to using that.
Change History
Note: See
TracTickets for help on using
tickets.

The CLI was implemented in SlimBugzilla:4451.