Mercurial > audlegacy
diff src/audacious/objects.xml @ 3873:f3341c2d6b9e
audacious remote functions:
- playlist_ins_url_string() and playlist_enqueue_to_temp() have been implemented.
- now get_version() returns audacious version instead of protocol version.
audtool:
- now argc check works properly.
- some cleanups.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Tue, 30 Oct 2007 22:12:47 +0900 |
| parents | e48f2f4c116d |
| children | 86c9abc83fbd |
line wrap: on
line diff
--- a/src/audacious/objects.xml Tue Oct 30 18:17:55 2007 +0900 +++ b/src/audacious/objects.xml Tue Oct 30 22:12:47 2007 +0900 @@ -19,7 +19,7 @@ <!-- Defined: - CMD_GET_VERSION + CMD_GET_VERSION //CHANGED: now it returns audacious version instead of protocol version. CMD_PLAY CMD_PAUSE CMD_STOP @@ -60,7 +60,7 @@ CMD_SHOW_ABOUT_BOX CMD_SHOW_JTF_BOX - New: + Newly defined: CMD_PLAY_PAUSE CMD_ACTIVATE CMD_GET_SKIN @@ -71,16 +71,12 @@ CMD_PLAYQUEUE_ADD CMD_PLAYQUEUE_REMOVE CMD_PLAYQUEUE_CLEAR - CMD_PLAYQUEUE_GET_LPOS //CHANGED: get list position by queue position - CMD_PLAYQUEUE_GET_QPOS //CHANGED: get queue position by list postion + CMD_PLAYQUEUE_GET_LIST_POS //CHANGED: get list position by queue position + CMD_PLAYQUEUE_GET_QUEUE_POS //CHANGED: get queue position by list postion CMD_PLAYQUEUE_IS_QUEUED - - - In Progress: CMD_PLAYLIST_INS_URL_STRING + CMD_PLAYLIST_ENQUEUE_TO_TEMP CMD_PLAYLIST_ADD - CMD_PLAYLIST_ENQUEUE_TO_TEMP - Remaining: CMD_PLAYLIST_INS //unnecessary?
