X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=data%2Fman%2Fsimadb_cli.1.xml;fp=data%2Fman%2Fsimadb_cli.1.xml;h=0000000000000000000000000000000000000000;hb=3636f8f37183e1b1f1c581b4edfff1b1abd70462;hp=6bab00402194cb068e2b9746a8fd5d3dbd9bb17d;hpb=5de446a3d7e67a95afa7cff1c9c12642daeaf8ce;p=mpd-sima.git diff --git a/data/man/simadb_cli.1.xml b/data/man/simadb_cli.1.xml deleted file mode 100644 index 6bab004..0000000 --- a/data/man/simadb_cli.1.xml +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -]> - - - - - &dhutils; - &dhsection; - - - &dhutils; - &dhutils; is a command line interface editor for the sima user DB. - - - - &dhutils; - artist - - db_file - - - - - - - &dhutils; - - - db_file - - - - &dhutils; - - - db_file - - - - &dhutils; - - - - - artist_name - - - db_file - - - mpd_host - - - mpd_port - - - - &dhutils; - row_id - - db_file - - - - &dhutils; - - - db_file - - - - &dhutils; - - - - - - - - - - - - - - DESCRIPTION - This manual page documents briefly the - &dhutils; commands. - simadb_cli is a command line interface to get and edit users - blacklist database used with MPD_sima. The default - database file (see ) can be overridden if - you want. - - - EXAMPLE - - Black list edition - 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 - to prevent &dhutils; to queue this - track, or 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: - - &dhutils; --bl_curr_art -S mympd.example.org - - To black list a specific artist (not - currently playing) you can use . - - - - - OPTIONS - The program follows the usual GNU command line syntax, - with long options starting with two dashes ("-"). A summary of - options is included below. - - - - - - - Print help and exit. - - - - - - Print version and exit. - - - - - - Use to black list artist_name. &dhutils; is checking artist_name is actually in MPD music library (cf and options to set MPD host/address if necessary). - If artist_name is not found the script print out a list of matching artists. - - - - | | - - Use to black list the currently playing track|artist|album. You need access to your MPD server, use and to set MPD host/address if necessary. - - - - - - - Use the specific file db_file as database.Default is too use XDG_DATA_HOME (see ). - - - - - - Purge history, you may supply an alternative DB file with --dbfile option. - - - - - - Use to remove a black list entry. To get the row_id to suppress use option. - - - - - - Get all entries in the black list. - - - - - - - Use the specific port number mpd_port on MPD server. This overrides MPD_PORT environment variable.Default is 6600. - - - - - - - Use the specific host mpd_host as MPD server.mpd_host can be an IP or a fully qualified domain name as long as your system can resolve it. This overrides MPD_HOST environment variable.Default is localhost. - - - - - - FILES - - - ${XDG_DATA_HOME}/mpd_sima/sima.db - - SQLite DB file. Usually XDG_DATA_HOME is set to ${HOME}/.local/share. - - - - - - -