cuu d99b6a6f5f mainscreen.go typo fix | 2 months ago | |
---|---|---|
Menu | 1 year ago | |
appinstaller | 2 years ago | |
screenshot | 6 years ago | |
skin | 1 year ago | |
sysgo | 1 year ago | |
.gitignore | 2 years ago | |
README.md | 5 years ago | |
build.sh | 1 year ago | |
deploy.sh | 5 years ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
local-build.sh | 2 years ago | |
main.go | 1 year ago | |
mainscreen.go | 2 months ago | |
update.sh | 5 years ago |
This is the launchergo for GameShell based on 320x240 resolution and D-Pad layout.
Group ID: 31415 with group name: cpifav
sudo adduser cpi
sudo groupadd cpifav -g 31415
sudo adduser cpi cpifav
/home/cpi/
├── launchergo <- Here we are
├── apps
│ ├── emulators
│ └── Menu
├── games
│ ├── FreeDM
│ ├── MAME
│ └── nxengine
└── music
mkdir -p /home/cpi/apps/emulators
mkdir -p /home/cpi/games
mkdir -p /home/cpi/music
go get -u -v github.com/clockworkpi/LauncherGoDev
vim ~/.mpd_cpi.conf
music_directory "/home/cpi/music"
playlist_directory "/home/cpi/music/playlists"
db_file "/home/cpi/music/tag_cache"
log_file "/tmp/mpd.log"
pid_file "/tmp/mpd.pid"
state_file "/home/cpi/music/mpd_state"
sticker_file "/home/cpi/music/sticker.sql"
user "cpi"
bind_to_address "/tmp/mpd.socket"
auto_update "yes"
auto_update_depth "3"
input {
plugin "curl"
}
audio_output {
type "alsa"
name "My ALSA Device"
}
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
filesystem_charset "UTF-8"