This is a simple media player that uses true randomization to play the selected files. Its intended use was for leaving it as a background filler in any social gathering, hoping the quantum randomness would add an extra pinch of queue-spice.
It leverages the ANU API for getting quantum random numbers. It will fallback to pseudorandom if no internet connection is available.
showcase.mp4
Videos are from Almargen
- Select any folder as the media source
- Play
.mp4
files - Play
.jpg/png
files (fixed-length slideshow) - Toggle audio
- Play/pause
- Skip current file
- Auto-hide UI
The app will play any .mp4
from a specified folder.
You can choose to skip the current video and jump to the next, but it will attempt to play all the videos in the pool before repeating them.
If the media file's length is (somewhat) shorter than a minute, it will loop until around that span.
However, if the media file is smaller than 5 seconds it will just play it 3 times.
Beware: The names of the files in the source folder will be 'clamped' and will get most symbols removed.
You can download the packaged version or clone the repo and build it yourself.