This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### Checks VLC's current playlist against the images and videos in a folder | |
### (recursively), and without restarting VLC, updates the playlist to match. | |
### Useful for kiosk slideshows, or smart picture frame setups. | |
### First run VLC with telnet and a password that matches this script. (Telnet | |
### is only needed within localhost here, it would be insecure to try this over | |
### the network or on a shared computer): | |
### > vlc --extraintf telnet --telnet-password your_pass_here |