Skip to content

Instantly share code, notes, and snippets.

@ashlinaronin
ashlinaronin / autovlc.desktop
Last active September 13, 2022 06:21
singing fish raspberry pi media player setup
# idea from https://forums.raspberrypi.com/viewtopic.php?t=17051
# I added the --loop param which will loop the whole playlist (as opposed to --repeat which will repeat individual tracks)
[Desktop Entry]
Type=Application
Exec=vlc --loop /media/ashlin/HI/singing-fish/singing-fish-usb-playlist.m3u
<?xml version="1.0" encoding="utf-8" ?>
<!-- SQL XML created by WWW SQL Designer, https://github.com/ondras/wwwsqldesigner/ -->
<!-- Active URL: http://ondras.zarovi.cz/sql/demo/ -->
<sql>
<datatypes db="mysql">
<group label="Numeric" color="rgb(238,238,170)">
<type label="Integer" length="0" sql="INTEGER" quote=""/>
<type label="TINYINT" length="0" sql="TINYINT" quote=""/>
<type label="SMALLINT" length="0" sql="SMALLINT" quote=""/>
<type label="MEDIUMINT" length="0" sql="MEDIUMINT" quote=""/>