Create a playlist of URLs in VLC

1

1

I have a list to links of flv files (not youtube or anything like that.) The problem is that you can't embed them, you need to use a flv player. Instead, I would like to open them all in VLC as a playlist, but as far as I can see, you can only open them using 'network stream' one by one. Ideally, I'd like to take the list and copy/paste them somehow into VLC. Is this possible?

user245145

Posted 2013-10-03T23:11:19.483

Reputation:

Answers

3

There are multiple ways of doing this

Using the GUI

  1. Hit CTRL+L to open up the playlist window in VLC.
  2. Right click in the playlist window and choose Advanced Open...
  3. Click on the Network tab, enter the URL, and hit Enqueue
  4. Repeat this for each of the URLs

Using the command line

Use this syntax:

vlc <URL 1> <URL 2> <URL 3> ...

Using an external tool

You can create an XSPF playlist using an external tool like this one. Then, just open the playlist with VLC.

hololeap

Posted 2013-10-03T23:11:19.483

Reputation: 951

5

Put links into a plain text file separated by newlines and save as *.m3u. Then open it with vlc.

user619271

Posted 2013-10-03T23:11:19.483

Reputation: 203

-1

You can use this open source project to generate your playlist : https://github.com/sybaris/PlayListGenerator

Regards,

Sybaris

Sybaris

Posted 2013-10-03T23:11:19.483

Reputation: 1

Link only answer is useless, especially when it will be broken. – Toto – 2018-03-12T09:09:40.120

Hello, welcome to Super User! Please just note if you want to promote or recommend your own product/blog, there are some guidelines in place for doing so. Following them will help you avoid giving the impression that you're spamming. Could you please [edit] to explicitly state your affiliation? Thanks. (If you're not actually affiliated, it may be worth mentioning that as well.)

– DavidPostill – 2018-03-12T09:59:12.383