Skip to content

Instantly share code, notes, and snippets.

@Buom01
Created September 5, 2019 16:22
Show Gist options
  • Save Buom01/6d96251e9d3fcc51c3ea13eb42f19ed3 to your computer and use it in GitHub Desktop.
Save Buom01/6d96251e9d3fcc51c3ea13eb42f19ed3 to your computer and use it in GitHub Desktop.
#!/bin/bash
MEDIA_PATH="/run/media/user/"
VIDEO_PATH=$(find $MEDIA_PATH -name "VIDEO*")
mplayer -nogui $VIDEO_PATH -fs -framedrop -dr -ontop -panscan 1 -stop-xscreensaver -vsync -loop 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment