Once upon a time I could move things around within a playlist with an emptool command like this:
   move <track fid> ^#<pos>

Which would take the track specified by <track fid> and place it in the <pos> position within the current playlist. This was very handy for scripting since I could batch upload mp3 files from my archive, and then re-order them based on a separate playlist DB I keep.

How can I do this with the 1.0 version of emptool? Despite what the man page says, I cannot figure out a combination of ^ and #<pos> that doesn't blow up.

Thanks.