According to link you provided I'm trying to find HD disk to mount using command:
Of course erlier I added:
to MPD installed on Ubuntu server
And after restart MPD service
I can see:
I use mpc ver 0.31:
Code: Select all
Usage: mpc [options] <command> [<arguments>]
mpc version: 0.31
Options:
-v, --verbose Give verbose output
-q, --quiet Suppress status message
-q, --no-status synonym for --quiet
-h, --host=<host> Connect to server on <host>
-P, --password=<password> Connect to server using password <password>
-p, --port=<port> Connect to server port <port>
-f, --format=<format> Print status with format <format>
-w, --wait Wait for operation to finish (e.g. database update)
-r, --range=[<start>]:[<end>] Operate on a range (e.g. when loading a playlist)
Commands:
mpc Display status
mpc add <uri> Add a song to the queue
mpc crop Remove all but the currently playing song
mpc current Show the currently playing song
mpc del <position> Remove a song from the queue
mpc play [<position>] Start playing at <position>
mpc next Play the next song in the queue
mpc prev Play the previous song in the queue
mpc pause Pauses the currently playing song
mpc pause-if-playing Pauses the currently playing song; exits with failure if not playing
mpc toggle Toggles Play/Pause, plays if stopped
mpc cdprev Compact disk player-like previous command
mpc stop Stop playback
mpc seek [+-][HH:MM:SS]|<0-100>% Seeks to the specified position
mpc seekthrough [+-][HH:MM:SS] Seeks by an amount of time within the song and playlist
mpc clear Clear the queue
mpc outputs Show the current outputs
mpc enable [only] <output # or name> [...] Enable output(s)
mpc disable [only] <output # or name> [...] Disable output(s)
mpc toggleoutput <output # or name> [...] Toggle output(s)
mpc outputset <output # or name> <name>=<value> Set output attributes
mpc queued Show the next queued song
mpc shuffle Shuffle the queue
mpc move <from> <to> Move song in queue
mpc playlist [<playlist>] Print <playlist>
mpc listall [<file>] List all songs in the music dir
mpc ls [<directory>] List the contents of <directory>
mpc lsplaylists List currently available playlists
mpc load <file> Load <file> into the queue
mpc insert <uri> Insert a song to the queue after the current track
mpc prio <prio> <position/range> ... Change song priorities in the queue
mpc save <file> Save a queue as <file>
mpc rm <file> Remove a playlist
mpc volume [+-]<num> Set volume to <num> or adjusts by [+-]<num>
mpc repeat <on|off> Toggle repeat mode, or specify state
mpc random <on|off> Toggle random mode, or specify state
mpc single <on|off> Toggle single mode, or specify state
mpc consume <on|off> Toggle consume mode, or specify state
mpc search <type> <query> Search for a song
mpc searchadd <type> <query> Search songs and add them to the queue
mpc find <type> <query> Find a song (exact match)
mpc findadd <type> <query> Find songs and add them to the queue
mpc searchplay <pattern> Find and play a song in the queue
mpc list <type> [<type> <query>] Show all tags of <type>
mpc crossfade [<seconds>] Set and display crossfade settings
mpc clearerror Clear the current error
mpc mixrampdb [<dB>] Set and display mixrampdb settings
mpc mixrampdelay [<seconds>] Set and display mixrampdelay settings
mpc update [<path>] Scan music directory for updates
mpc rescan [<path>] Rescan music directory (including unchanged files)
mpc sticker <uri> <get|set|list|delete|find> [args..] Sticker management
mpc stats Display statistics about MPD
mpc version Report version of MPD
mpc idle [events] Idle until an event occurs
mpc idleloop [events] Continuously idle until an event occurs
mpc replaygain [off|track|album] Set or display the replay gain mode
mpc channels List the channels that other clients have subscribed to.
mpc sendmessage <channel> <message> Send a message to the specified channel.
mpc waitmessage <channel> Wait for at least one message on the specified channel.
mpc subscribe <channel> Subscribe to the specified channel and continuously receive messages.
mpc mount [<uri> <storage>] List mounts or add a new mount.
mpc unmount <uri> Remove a mount.
See man 1 mpc for more information about mpc commands and options
There is no 'mpc listneighbors' on the list.
Is my mpc version installed from newest Ubundu distro wrong?
Below there are current HD diks mounted on my Ubuntu server:
Code: Select all
ela@akacja:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 89.4M 1 loop /snap/core/6818
loop1 7:1 0 53.9M 1 loop /snap/lxd/10601
loop2 7:2 0 53.8M 1 loop /snap/lxd/10508
loop3 7:3 0 89.3M 1 loop /snap/core/6673
loop4 7:4 0 91.1M 1 loop /snap/core/6531
loop5 7:5 0 53.8M 1 loop /snap/lxd/10526
sda 8:0 0 29.8G 0 disk
├─sda1 8:1 0 512M 0 part /boot/efi
└─sda2 8:2 0 29.3G 0 part /
sdb 8:16 0 931.5G 0 disk
└─sdb1 8:17 0 931.5G 0 part /mnt/harddisk
sdc 8:32 1 465.8G 0 disk
└─sdc1 8:33 1 465.8G 0 part /mnt/harddisk1
sdd 8:48 1 931.5G 0 disk
└─sdd1 8:49 1 931.5G 0 part /mnt/harddisk2
and directory linked currently to MPD:
Code: Select all
ela@akacja:~$ mpc mount
/mnt/harddisk2/MUSIC
I wolud like to add three other directories to MPD databases from disks /mnt/harddisk and /mnt/harddisk1.
My ubuntu instead of udisks uses udisksctl.