Page 1 of 1

Slideshow from commandline

Posted: 21 Sep 2018 14:56
by blackswan99
Hi everyone,

I'm trying to use VLC for a slideshow. Therefor I'm tryng to start it from the command line with parameters to play all JPGs/PNGs in a folder and to loop.
Is this possible?

Code: Select all

vlc.exe --fullscreen --repeat "C:\Video\D1\*.*"
Unfortunately this is not working. The documentation doesn't provide any help. I cannot create a playlist, because the content of the folder changes ever day and I want his slideshow to be automated.
Any idea, how to solve this?

Thanks in advance.
Blackswan

Re: Slideshow from commandline

Posted: 20 Jun 2019 09:34
by PhredE
:!: Upvote :)

Re: Slideshow from commandline

Posted: 20 Jun 2019 13:16
by mederi

Code: Select all

vlc.exe --fullscreen --repeat "C:\Video\D1"

Re: Slideshow from commandline

Posted: 25 Jun 2019 19:29
by unidan
Hi, you can't reload the directory like that in the playlist, it's expanded afterward, but you can change the content of the playlist through another control interface like http, so make your own update.

Re: Slideshow from commandline

Posted: 16 Jan 2020 19:53
by lesmikesell
Is there any way to make vlc play a slideshow of photos from a folder on a DLNA server?