- see DEVICES.md
- add .mp3 files into
/asssets/music/whatever.mp3
- follow the instructions in
/components/resources/Music.qml
on these lines to register the music files
- remove these lines from
/theme.qml
- you can remove certain items from the game metadata section
/components/gameDetails/GameMetadata.qml
has an array where you can remove or reorder any items that you don't care to see
/components/gameList/GameScroll.qml
has some logic to decide what to show, depending on which sorting option you're using- you can change this to
- the files in
components/themes/
can be updated to change colors of elements for themes, or button labels if you use some other format of buttons on your controller.