Mplayer playlist question
  • Order of the Butterfly
    Order of the Butterfly
    vulture
    Posts: 193 from 2008/2/4
    From: Greece
    Is there a way to queue via command line files to Mplayer's playlist? I'm trying to make right click entries for some filetypes to do just that, but I had no luck so far. Any ideas?
  • »24.06.12 - 16:31
    Profile
  • Fab
  • MorphOS Developer
    Fab
    Posts: 1331 from 2003/6/16
    While loading files can be done by Rexx in both GUI and CLI mode, appending is only doable in CLI mode, it would seem. I'llfix that for next version.

    Anyway, this is the way to do it (and it will work as intended in GUI mode in next version).
    rx "address MPLAYER.1; 'raw loadfile <file> 1'" (1 is the flag to append instead of playing)
  • »24.06.12 - 18:07
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    vulture
    Posts: 193 from 2008/2/4
    From: Greece
    Thx Fab! :)
  • »25.06.12 - 06:11
    Profile