|
Viewing Issue Simple Details |
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0001184 |
xmms2d |
feature |
N/A |
06-10-29 11:35 |
08-09-01 19:54 |
|
|
Reporter |
vortex |
View Status |
public |
|
|
Assigned To |
theefer |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
resolved |
|
|
|
|
|
Summary |
0001184: playlist_rinsert is missing |
|
Description |
The server currently can do 'playlist_add' which appends a playable item to the end of the playlist, 'playlist_radd' which appends all playable files in a directory to the end of the playlist and 'playlist_insert' which inserts a playable item at the given position in the playlist.
However, to provide full functionality an 'playlist_rinsert' is required. |
|
Additional Information |
Example:
When the user uses drag-and-drop to insert a whole directory into an xmms2-client's playlist, he expects the directory's contents to be insertet at the position where he dropped the directory. Currently, the files will be added to the end of the playlist instead. |