Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 998 Bytes

readme.md

File metadata and controls

31 lines (24 loc) · 998 Bytes

Random Video Player

======================

Purpose

Bored by the same videos? Get the complete media overkill thanks to this little moviepi/ pygame script.

Usage

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

License

This code is licensed under the GNU General Public License v3.0.

For more details, please take a look at the LICENSE file.

Outlook

  • 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