SIMADB_CLI(1) | mpd-sima 0.16.1 User Manual | SIMADB_CLI(1) |
simadb_cli - simadb_cli is a command line interface editor for the sima user DB.
simadb_cli --remove_artist=artist [--dbfile=db_file] [--reciprocal]
simadb_cli --purge_hist [--dbfile=db_file]
simadb_cli --view_all [--dbfile=db_file]
simadb_cli {--bl_curr_trk | --bl_curr_art | --bl_curr_alb | --bl_art=artist_name} [--dbfile=db_file] [--host=mpd_host] [--port=mpd_port]
simadb_cli --remove_bl=row_id [--dbfile=db_file]
simadb_cli --view_bl [--dbfile=db_file]
simadb_cli {{-h | --help} | --version}
This manual page documents briefly the simadb_cli commands.
simadb_cli is a command line interface to get and edit users blacklist database used with MPD_sima. The default database file (see the section called “FILES”) can be overridden if you want.
Adding to black list. You can add a single track, an album or an artist to the black list. The element to black list is chosen from the currently playing track. Use --bl_curr_trk to prevent simadb_cli to queue this track, --bl_curr_alb or --bl_curr_art respectively for the album and the artist.
Remember you need access to your MPD server to retrieve information to black list. Defaults are localhost:6600 or found in environment variables but you may set it up from command line:
simadb_cli --bl_curr_art -S mympd.example.org
To black list a specific artist (not currently playing) you can use --bl_ar="Artist name to black list".
The program follows the usual GNU command line syntax, with long options starting with two dashes ("-"). A summary of options is included below.
-h, --help
--version
--bl_art=artist_name
If artist_name is not found the script print out a list of matching artists.
--bl_curr_trk | --bl_curr_art | --bl_curr_alb
-d db_file, --dbfile=db_file
--purge_hist
--remove_bl=row_id
--view_bl
-P mpd_port, --port=mpd_port
-S mpd_host, --host=mpd_host
${XDG_DATA_HOME}/mpd_sima/sima.db
The maintainer would be more than happy to ear from you, don't hesitate to send feedback, https://kaliko.me/contact/.
XMPP users are welcome to join the dedicated chat room at kaliko.me@conf.azylum.org.
/usr/share/doc/mpd-sima/
kaliko <kaliko@azylum.org>
Copyright © 2009-2021 kaliko
This manual page was written for the Debian system (and may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
01/09/2021 | mpd-sima |