forked from jakibaki/sys-audioplayer
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d5781e
commit a801f02
Showing
1 changed file
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.` |