lkt update
Comparer les modifications
+ 2
− 2
@@ -4,7 +4,8 @@
@@ -4,7 +4,8 @@
@@ -15,7 +16,6 @@ typedef void (*lkt_cmd_callback)(struct lkt_cmd_args *);
@@ -15,7 +16,6 @@ typedef void (*lkt_cmd_callback)(struct lkt_cmd_args *);
Update lkt to add the following commands:
lkt queue pos <pos>
get the song with the position <pos>
in the queuelkt queue pos <from:to>
same but with a rangelkt queue <count>
get the next <count>
songs in the queuelkt search queue <query>
search in the queue for all songs matching the <query>
lkt queue pop [pos]
delete and go to next kara in the queue, the [pos]
is optionallkt queue seek <id>
go to the song the id <id>
lkt queue delete <id>
the song that has the id <id>
in the queuelkt queue clear
clear the queuelkt queue crop
crop the queueCloses #30 (closed)