======================
Bored by the same videos? Get the complete media overkill thanks to this little moviepi/ pygame script.
run pip to ensure all requirements are fulfilled
pip3 install -r requirements.txt
ensure to update the config.ini with your video and sound sources, length of the video preferences, etc.
now you can run the script:
main.py
This code is licensed under the GNU General Public License v3.0.
For more details, please take a look at the LICENSE file.
- Basic player
- Different video and sound settings
Feel free to adjust the code, things that could be done are:
- Concate audio clips for longer videos
- Different amount of videos at the same time (i.e. 3 or 5 instead of always 4)
- Improved randomisation