Mercurial > audlegacy
comparison src/audacious/objects.xml @ 2769:bf2d80abf76e trunk
[svn] Implemented CMD_IS_ADVANCE and CMD_TOGGLE_ADVANCE. Added partial MPRIS support. Root is complete, Player is partially implemented, and TrackList has not been started.
| author | magma |
|---|---|
| date | Sun, 13 May 2007 18:38:53 -0700 |
| parents | ea20b1e92411 |
| children | 7a0ca380c843 3b6d316f8b09 |
comparison
equal
deleted
inserted
replaced
| 2768:4a5cdf975bb3 | 2769:bf2d80abf76e |
|---|---|
| 54 CMD_MAIN_WIN_TOGGLE | 54 CMD_MAIN_WIN_TOGGLE |
| 55 CMD_QUIT | 55 CMD_QUIT |
| 56 CMD_EJECT | 56 CMD_EJECT |
| 57 CMD_GET_INFO | 57 CMD_GET_INFO |
| 58 CMD_PLAYLIST_GET_TUPLE_DATA | 58 CMD_PLAYLIST_GET_TUPLE_DATA |
| 59 CMD_IS_ADVANCE | |
| 60 CMD_TOGGLE_ADVANCE | |
| 59 | 61 |
| 60 | 62 |
| 61 Remaining: | 63 Remaining: |
| 62 CMD_PLAYLIST_ADD | 64 CMD_PLAYLIST_ADD |
| 63 CMD_GET_SKIN | 65 CMD_GET_SKIN |
| 78 CMD_PLAYLIST_INS | 80 CMD_PLAYLIST_INS |
| 79 CMD_PLAY_PAUSE | 81 CMD_PLAY_PAUSE |
| 80 CMD_PLAYQUEUE_ADD | 82 CMD_PLAYQUEUE_ADD |
| 81 CMD_GET_PLAYQUEUE_LENGTH | 83 CMD_GET_PLAYQUEUE_LENGTH |
| 82 CMD_PLAYQUEUE_REMOVE | 84 CMD_PLAYQUEUE_REMOVE |
| 83 CMD_TOGGLE_ADVANCE | |
| 84 CMD_IS_ADVANCE | |
| 85 CMD_ACTIVATE | 85 CMD_ACTIVATE |
| 86 CMD_SHOW_JTF_BOX | 86 CMD_SHOW_JTF_BOX |
| 87 CMD_PLAYQUEUE_CLEAR | 87 CMD_PLAYQUEUE_CLEAR |
| 88 CMD_PLAYQUEUE_IS_QUEUED | 88 CMD_PLAYQUEUE_IS_QUEUED |
| 89 CMD_PLAYQUEUE_GET_POS | 89 CMD_PLAYQUEUE_GET_POS |
| 329 <!-- Clear the playlist --> | 329 <!-- Clear the playlist --> |
| 330 <method name="Clear"> | 330 <method name="Clear"> |
| 331 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> | 331 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
| 332 </method> | 332 </method> |
| 333 | 333 |
| 334 <!-- Query auto-advance status --> | |
| 335 <method name="AutoAdvance"> | |
| 336 <arg type="b" direction="out" name="is_advance"/> | |
| 337 </method> | |
| 338 | |
| 339 <!-- Toggle auto-advance --> | |
| 340 <method name="ToggleAutoAdvance"> | |
| 341 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> | |
| 342 </method> | |
| 343 | |
| 334 <!-- Query repeat status --> | 344 <!-- Query repeat status --> |
| 335 <method name="Repeating"> | 345 <method name="Repeat"> |
| 336 <arg type="b" direction="out" name="is_repeating"/> | 346 <arg type="b" direction="out" name="is_repeat"/> |
| 337 </method> | 347 </method> |
| 338 | 348 |
| 339 <!-- Toggle repeat --> | 349 <!-- Toggle repeat --> |
| 340 <method name="Repeat"> | 350 <method name="ToggleRepeat"> |
| 341 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> | 351 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
| 342 </method> | 352 </method> |
| 343 | 353 |
| 344 <!-- Query shuffle status --> | 354 <!-- Query shuffle status --> |
| 345 <method name="Shuffling"> | 355 <method name="Shuffle"> |
| 346 <arg type="b" direction="out" name="is_shuffling"/> | 356 <arg type="b" direction="out" name="is_shuffle"/> |
| 347 </method> | 357 </method> |
| 348 | 358 |
| 349 <!-- Toggle shuffle --> | 359 <!-- Toggle shuffle --> |
| 350 <method name="Shuffle"> | 360 <method name="ToggleShuffle"> |
| 351 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> | 361 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
| 352 </method> | 362 </method> |
| 353 </interface> | 363 </interface> |
| 354 </node> | 364 </node> |
