Python coding with VLC player (quite a basic query I expect)

Posted by Todd on Super User See other posts from Super User or by Todd
Published on 2014-08-21T03:47:44Z Indexed on 2014/08/21 4:23 UTC
Read the original article Hit count: 412

Filed under:
|
|
|

I'm fairly new to the whole coding realm so my knowledge is fairly limited, and I can't seem to find any basic tutorials on how to use scripts with VLC player. More specifically, the reason I'm asking here is because I stumbled across a post on this site about playing random clips from random videos on VLC player automatically.

This is the forum post: Playback random section from multiple videos changing every 5 minutes

My situation is similar to this lovely gentleman's was, though he clearly knows a lot more about coding than I do.

In short, I'd like to copy this coding into a file of some sort and apply it to VLC player myself. Only I'm not sure what file type I'd have to save it as (I have Python by the way, and I tried saving it as a .py file but I didn't know if it was correct or where to go from there). Additionally, I'm not sure how to get VLC to "read" the script, so to speak - is there a specific location the file needs to be, and do I run the script from another program or through VLC?

I'll reiterate that I'm relatively new to this, so if anybody would be so kind as to post a quick list of steps on how to save/place the file and use it with VLC player I really would appreciate it!

P.S. I'm not computer illiterate, I'm fine with most programs and I'd understand if you just said things like "C:\Program Files (x86)\VideoLAN\VLC\plugins" or "in VLC, select Tools > Plugins and extensions", I just wouldn't catch on to anything about adding a line of coding that does something without being told exactly what to write!

Many thanks in advance! :)

Todd

© Super User or respective owner

Related posts about script

Related posts about python