2016-03-14 08:47:28 +00:00
|
|
|
# Selection
|
2016-02-23 04:15:52 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
A selection can be a set of Artists, Albums, or songs. It is only ever one of
|
|
|
|
these things. So you can select multiple artists, or multiple albums, or
|
|
|
|
multiple songs.
|
2016-02-23 04:15:52 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
select {album, artist, file, playlist, tag} <id | name>
|
|
|
|
select {albums, artists, files, playlists, tags} where <criteria>
|
|
|
|
select files tagged as <tag>... and not as <tag>..
|
|
|
|
select playing {album, artist, file, playlist}
|
2016-02-23 04:15:52 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
# Play Queue Management
|
2016-02-23 04:15:52 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
enqueue selection
|
|
|
|
enqueue <selection-criteria>
|
2016-02-23 04:15:52 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
remove selection from queue
|
|
|
|
remove <selection-criteria> from queue
|
2016-03-10 16:42:44 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
play selection
|
|
|
|
play bookmark <id | name>
|
|
|
|
play <selection-criteria>
|
2016-02-23 04:15:52 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
clear queue
|
2016-02-23 04:15:52 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
# Tagging
|
2016-02-23 04:15:52 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
tag <tag>...
|
|
|
|
tag selection as <tag>...
|
|
|
|
tag <selection-criteria> as <tag>...
|
2016-02-23 04:15:52 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
# List
|
2016-02-23 04:15:52 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
list <selection-criteria>
|
|
|
|
list selected {albums, artists, files, playlists, tags}
|
|
|
|
list playing {albums, artists, files, playlists, tags}
|
2016-02-23 04:15:52 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
# Playlist management
|
2016-02-23 04:15:52 +00:00
|
|
|
|
2016-04-04 09:04:49 +00:00
|
|
|
create playlist named <playlist name>
|
|
|
|
create playlist named <playlist name> from {selection, queue}
|
2016-03-14 08:47:28 +00:00
|
|
|
copy playlist <id | name> as <new name>
|
|
|
|
rename playlist <old name> to <new name>
|
|
|
|
|
|
|
|
add selection to playlist <id | name>
|
|
|
|
add <selection-criteria> to playlist <id | name>
|
2016-02-23 04:15:52 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
remove selection from playlist <id | name>
|
|
|
|
remove <selection-criteria> from playlist <id | name>
|
2016-03-06 03:30:59 +00:00
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
clear playlist <id | name>
|
|
|
|
|
2016-04-05 18:12:20 +00:00
|
|
|
delete playlist <id | name>
|
|
|
|
|
2016-03-14 08:47:28 +00:00
|
|
|
# Bookmarking
|
|
|
|
|
2016-04-04 09:04:49 +00:00
|
|
|
create bookmark named <name>
|
|
|
|
create bookmark named <name> on <playlist id | name> at <media file id | name>
|
2016-03-14 08:47:28 +00:00
|
|
|
rename bookmark <old name> to <new name>
|
2016-04-05 18:12:20 +00:00
|
|
|
delete bookmark <name | id>
|
2016-03-14 08:47:28 +00:00
|
|
|
|
|
|
|
# Transport Functions
|
2016-02-23 04:15:52 +00:00
|
|
|
|
|
|
|
play
|
|
|
|
pause
|
|
|
|
stop
|
2016-03-14 08:47:28 +00:00
|
|
|
next <count>
|
|
|
|
prev <count>
|
|
|
|
ff <amount> <unit>
|
|
|
|
rw <amount> <unit>
|
|
|
|
jump <media file id | name>
|
|
|
|
|
|
|
|
# Misc
|
|
|
|
|
|
|
|
scan
|
|
|
|
clear
|