1

I want to create a playlist in RealPlayer through a Perl script to avoid every time opening the ReaPlayer for an audio or video file.

brian d foy
  • 129,424
  • 31
  • 207
  • 592

2 Answers2

2

You could use the Smil module from CPAN. RealPlayer supports SMIL.

weismat
  • 7,195
  • 3
  • 43
  • 58
1

You just have to construct the right text in the file. Lucas Gonze put together a nice survey of playlist formats, including the ones you need for RealPlayer.

brian d foy
  • 129,424
  • 31
  • 207
  • 592