Skip to content

Commit

Permalink
Update Readme Add Instructions :D
Browse files Browse the repository at this point in the history
  • Loading branch information
KranKRival committed Apr 20, 2019
1 parent 4d5781e commit a801f02
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# nx-sys-audioplayer
# sys-audioplayer

This is (hopefully) going to be an background-audio-player (as a custom sysmodule) for the Nintendo Switch.
This is a `WIP background-audio-player as a custom Boot2 sysmodule` for the Nintendo Switch.

It is partially based on nx-dreport and uses some code from ctrmus.
# instructions:

Right now it just plays all the mp3s in the /music folder of your sdcard once the switch boots.
this is developed for `Atmosphere/Kosmos` , Not tested on other CFW

1. Compiled Module Goes to /atmosphere/titles/`4200000000000000`/exefs.nsp
2. flag the Mudule activated by making blank file /atmosphere/titles/`4200000000000000`/flags/boot2.flag
3. add your songs (MP3 ONLY) to /music Directory on Root of your Sd Card
4. enable the module nor by restart console, or using latest Kosmos ToolBox.

# Note:
1. Music will start playing as soon as the module is Activated
2. this is a beta version and the songs repeat 100 times by default / for future Repeat song Implementation !!!
3. right now it just plays all the mp3s in the /music folder of your sdcard once the switch boots.

# Usage/Cotrols: Beta:
Repeat = Hold ( `-` ) + ( `Y` )
Play/Pause = Hold ( `-` ) + ( `X` )

# Credits:
`It is partially based on nx-dreport at the start and uses some code from ctrmus.`

0 comments on commit a801f02

Please sign in to comment.