Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
b26b57b6
Commit
b26b57b6
authored
Sep 28, 2008
by
Eric Wong
Committed by
Max Kellermann
Sep 28, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMMANDS: document moveid with negative _to_ argument, too
parent
63ec066f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
COMMANDS
doc/COMMANDS
+3
-1
No files found.
doc/COMMANDS
View file @
b26b57b6
...
@@ -55,7 +55,7 @@ add <string path>
...
@@ -55,7 +55,7 @@ add <string path>
addid <string path> <int position>
addid <string path> <int position>
_path_ is always a single file or URL
_path_ is always a single file or URL
_position_ is optional, a negative number means it is relative
_position_ is optional, a negative number means it is relative
to the currently playing song (if there is one)
to the currently playing song
in the playlist
(if there is one)
adds a song to the playlist (non-recursive) and returns the song id;
adds a song to the playlist (non-recursive) and returns the song id;
example:
example:
...
@@ -126,6 +126,8 @@ move <int from> <int to>
...
@@ -126,6 +126,8 @@ move <int from> <int to>
moveid <int songid> <int to>
moveid <int songid> <int to>
move song with _songid_ to _to_ in the playlist
move song with _songid_ to _to_ in the playlist
increments playlist version by 1
increments playlist version by 1
if _to_ is negative, it is relative to the current song in
the playlist (if there is one).
next
next
plays next song in playlist
plays next song in playlist
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment