Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › File / media browser › Reply To: File / media browser
01/09/2015 at 12:24
#84839
Keymaster
add a new es_systems.cfg for say “media files” point it to a location with some files (maybe a remote mount or something), and use something like omxplayer ? it could then just use the emulation station browser to show a list of media to play.
alternatively you could make a little script you launch that uses something like
FILE=$(dialog --stdout --title "Please choose a file" --fselect $HOME/ 20 60)
to get a file path via a little file browser