PLS_CURRENT_MOVE_TO

You have a question or need an advice about how to do something? Ask it here!
phonic
Posts: 327
Joined: 06 Mar 2019 14:45
PLS_CURRENT_MOVE_TO

Post 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?
phonic
Posts: 327
Joined: 06 Mar 2019 14:45
Re: PLS_CURRENT_MOVE_TO

Post by phonic »

also, on playlists. Is their a way of getting the played status of a track in the current playlist?
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: PLS_CURRENT_MOVE_TO

Post 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.
phonic
Posts: 327
Joined: 06 Mar 2019 14:45
Re: PLS_CURRENT_MOVE_TO

Post 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?
phonic
Posts: 327
Joined: 06 Mar 2019 14:45
Re: PLS_CURRENT_MOVE_TO

Post by phonic »

Hi,

Any update on if this command will be added?
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: PLS_CURRENT_MOVE_TO

Post 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 *.
phonic
Posts: 327
Joined: 06 Mar 2019 14:45
Re: PLS_CURRENT_MOVE_TO

Post 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.
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: PLS_CURRENT_MOVE_TO

Post 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).
phonic
Posts: 327
Joined: 06 Mar 2019 14:45
Re: PLS_CURRENT_MOVE_TO

Post 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.
phonic
Posts: 327
Joined: 06 Mar 2019 14:45
Re: PLS_CURRENT_MOVE_TO

Post by phonic »

I've been using the beta since its release on the 8th, and the new command is working perfectly.

Post Reply