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.
- Host: GitHub
- URL: https://github.com/digressive/vlc-basic-digital-signage
- Owner: Digressive
- License: mit
- Created: 2019-08-14T14:57:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T13:59:52.000Z (11 months ago)
- Last Synced: 2025-01-21T12:32:08.800Z (9 months ago)
- Topics: batch-script, digital-signage, free, fullscreen, loop, vlc
- Language: Batchfile
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```