-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtransfer_play.1
More file actions
27 lines (21 loc) · 672 Bytes
/
transfer_play.1
File metadata and controls
27 lines (21 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.TH transfer_play 1
.SH NAME
transfer_play \- Transfer mpd playlist from one host to another
.SH SYNOPSYS
.B transfer_play [--play] [--no-rm] \fIsrc\fR \fIdest\fR
.SH DESCRIPTION
\fBtransfer_play\fR transfers your mpd(1) playlist from one \fIsrc\fR to
\fIdest\fR. It uses the value of \fIstate_file\fR parameter in mpd.conf(5)
to get the current playlist on \fIsrc\fR. It the uses mpc(1) to load the
playlist on \fIdest\fR.
.SH OPTIONS
Known values for OPTION are:
--play
start playing on destination after transferring current playlist
--no-rm
Do not remove current playlist from source after transfer
.SH SEE ALSO
mpd(1),
mpdev(1),
mpdplaylist(1),
mpd.conf(5)