MPD Sticker Command - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: MPD Sticker Command (/showthread.php?tid=3500) |
MPD Sticker Command - blueboy - 02-14-2021 I've been trying to use the MAFA app's bookmarking option with Moode. Each attempt at adding a bookmark fails with an MPD error: unknown command “sticker”. The developer of MAFA believes it fails because Moode's MPD doesn't support the sticker command which the app relies upon to add and read bookmarks. Is this correct, and if so is there any way to add support for this command? RE: MPD Sticker Command - TheOldPresbyope - 02-14-2021 (02-14-2021, 04:42 PM)blueboy Wrote: I've been trying to use the MAFA app's bookmarking option with Moode. Each attempt at adding a bookmark fails with an MPD error: unknown command “sticker”. The sticker function requires a supporting database. Apparently, MPD uses sqlite3 which is already available in moOde. However, as I read the MPD documentation, MPD would have to be rebuilt with the sqlite3 option enabled. You can do this yourself if you're up to working from the command line and following the instructions in the moOde build recipe: In "STEP 6 - Compile and install MPD and MPC" at point 4, change -Dsqlite=disabled to -Dsqlite=enabled, and proceed. ETA- and the MPD configuration file amended to include the sticker_path. Unfortunately, this would get overwritten unless code in moOde were changed, More work from the command line So, yes, there is a way if there's enough demand for it. Regards, Kent RE: MPD Sticker Command - Tim Curtis - 02-14-2021 (02-14-2021, 04:42 PM)blueboy Wrote: I've been trying to use the MAFA app's bookmarking option with Moode. Each attempt at adding a bookmark fails with an MPD error: unknown command “sticker”. Our project does not support 3rd party front-ends. |