An open API service indexing awesome lists of open source software.

https://github.com/digressive/vlc-basic-digital-signage

Windows script to use VLC to play a folder of media on a loop, fullscreen. Like a basic digital signage program.
https://github.com/digressive/vlc-basic-digital-signage

batch-script digital-signage free fullscreen loop vlc

Last synced: 7 months ago
JSON representation

Windows script to use VLC to play a folder of media on a loop, fullscreen. Like a basic digital signage program.

Awesome Lists containing this project

README

          

# VLC-Basic-Digital-Signage

Small Windows batch script that uses VLC to play a configurable folder of media, in an endless loop, full screen and without any UI elements.

Please consider supporting my work:

* Support with [Github Sponsors](https://github.com/sponsors/Digressive).
* Support with a one-time donation using [PayPal](https://www.paypal.me/digressive).

Please report any problems via the ‘issues’ tab on GitHub.

-Mike

## Requirements

* VLC installed.
* A folder of media that VLC can open.

The script has been tested on Windows 10 1903.

### Configuration

Open the script in your favourite editor and change the media variable to your desired folder.

``` txt
SET "media=C:\foo\media"
```