Skip to content

Queue manip

Kubat requested to merge queue-manip into master

Queue manipulation, the implemented functions are:

  • mpc add <uri>
  • mpc addid <id>
  • mpc crop
  • mpc del <pos>
  • mpc move <from> <to>

URI are like:

  • fs://path/to/file.mkv or fs://file_without_path.mkv
  • id://kara_id
  • plt://playlist_name
  • type://OP, type://ED, ...
  • author://<$author_name>
  • category://cdg, category://vo, ...
  • lang://<$lang>
  • query://%sql%regex%
Edited by Kubat

Merge request reports