Page 1 of 2

PLS_CURRENT_MOVE_TO

Posted: 29 Sep 2021 20:39
by phonic
Would it be possible(or maybe it's already possible) to have a PLS_CURRENT_MOVE_TO <index> to move and insert in the new position in the current playlist?

Re: PLS_CURRENT_MOVE_TO

Posted: 29 Sep 2021 20:53
by phonic
also, on playlists. Is their a way of getting the played status of a track in the current playlist?

Re: PLS_CURRENT_MOVE_TO

Posted: 29 Sep 2021 21:23
by radio42
See the following commands:
For getting the status see here:
PLS_CURRENT_GET_ENTRY
PLS_CURRENT_PLAYER_A/B/C/D_STATUS_GET

For moving nodes see here:
PLS_CURRENT_MOVE_UP
PLS_CURRENT_MOVE_DOWN
PLS_CURRENT_MOVE_TOBEGINNING
PLS_CURRENT_MOVE_TOEND

But a dedicated MOVE_TO does not exist at the moment. I can see, if I can add that to a next version.

Re: PLS_CURRENT_MOVE_TO

Posted: 29 Sep 2021 21:33
by phonic
Thanks I will look forward to that addition in the next release.

With regards to played status I mean when a track has been played and ejected and remains in the playlist to check if it's been played. like an an extra field in get entries for track already played boolean or can this be obtained already in another way?

Re: PLS_CURRENT_MOVE_TO

Posted: 02 Dec 2021 23:22
by phonic
Hi,

Any update on if this command will be added?

Re: PLS_CURRENT_MOVE_TO

Posted: 02 Dec 2021 23:26
by radio42
Not yet, but it is still on the WishList.

You can get the playername. When not loaded/played yet it will return an empty string. When loaded to a DJ Player it will return its name, eg. A, B, C.. and once played, it will return *.

Re: PLS_CURRENT_MOVE_TO

Posted: 03 Dec 2021 15:51
by phonic
radio42 wrote: 02 Dec 2021 23:26 Not yet, but it is still on the WishList.

You can get the playername. When not loaded/played yet it will return an empty string. When loaded to a DJ Player it will return its name, eg. A, B, C.. and once played, it will return *.
Thanks for the update.

Re: PLS_CURRENT_MOVE_TO

Posted: 03 Dec 2021 19:14
by radio42
The new PLS_CURRENT_MOVE_TO control-command was added to a new beta version:
A new v4.2.6.13-beta is available - so select "Check for Beta-Versions..." to update (located under to blue question mark icon at the very top right).

Re: PLS_CURRENT_MOVE_TO

Posted: 08 Dec 2021 18:52
by phonic
radio42 wrote: 03 Dec 2021 19:14 The new PLS_CURRENT_MOVE_TO control-command was added to a new beta version:
A new v4.2.6.13-beta is available - so select "Check for Beta-Versions..." to update (located under to blue question mark icon at the very top right).
Wonderful news. Thank you so much.

Re: PLS_CURRENT_MOVE_TO

Posted: 11 Dec 2021 21:31
by phonic
I've been using the beta since its release on the 8th, and the new command is working perfectly.