Skip to content
  • Christophe Massiot's avatar
    * modules/control/http.c: Added two new RPN functions : playlist_add and · 4e69a722
    Christophe Massiot authored
       play. playlist_add takes two arguments, mrl and name, and returns
       the ID of the added item. play takes 1 argument, the ID of the item,
       and returns non-zero in case of error. These functions are much more
       convenient than using the "control" tags, because you can then do
       several commands in the same page, and get the playlist ID of the
       added item, which many people complained about.
    4e69a722