Note Skip Button is currently broken and on Linux Path names cannot have spaces (if used from the command line)
Release | Link | Status |
---|---|---|
Stable | GitHub Releases | |
Testing | GitHub Releases |
Homelab Television is a Java app that takes in a path, then randomizes the order, and plays them in order. It was designed to be run on a small server such as a Raspberry Pi and play content through the output.
- Install a version of JDK-21 (Recommended 21.02)
- Download the latest release Here (stable recommended)
- Run the .jar with args
# Replace (release) with your downloaded file name and (path) with the path to your directory of videos
java -jar (release).jar (path)
- Download the source code of the latest release Here (stable recommended)
- Pre 0.3: Edit the Main.java class.
0.3+: Edit the Config.json file to fit your preferences. - Run the "jar" Gradle Task.
- Run the following commands.
# Replace (release) with your downloaded file name
java -jar (release).jar