Search found 1 match

Go to advanced search

by JuneTooJuly
27 Aug 2024 11:48
Forum: Scripting VLC in lua
Topic: Busy Waiting in VLC
Replies: 0
Views: 2268

Busy Waiting in VLC

I'm trying to make a script to play a random song from each playlist, then loop. function descriptor() return { title = "Atomic Radio test"; } end function play_random_song(pathTo) vlc.playlist.clear() vlc.playlist.add({{path = pathTo}}) vlc.playlist.random("random") vlc.playlist...

Go to advanced search