Skip to content

Commit

Permalink
Fix BGM A/B Not Playing @boot
Browse files Browse the repository at this point in the history
  • Loading branch information
RapidEdwin08 committed Feb 8, 2023
1 parent 486198f commit 80e8e69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main-imp/configs-imp/boot.sh
Expand Up @@ -80,10 +80,10 @@ if [[ $(cat $IMPSettings/a-side.flag) == "1" || $(cat $IMPSettings/b-side.flag)
ESCmusicROMS=${musicROMS//\//\\/}
ESCmusicDIR=${musicDIR//\//\\/}

# Replace rpMenu/music Path with roms/Music Path in Playlist files
sed -i s+$ESCmusicDIR+$ESCmusicROMS+ /dev/shm/abc
sed -i s+$ESCmusicDIR+$ESCmusicROMS+ /dev/shm/shuffle
sed -i s+$ESCmusicDIR+$ESCmusicROMS+ /dev/shm/init
# Replace rpMenu/music Path with roms/Music Path in Playlist files - No Longer Required - No Longer Works
##sed -i s+$ESCmusicDIR+$ESCmusicROMS+ /dev/shm/abc
##sed -i s+$ESCmusicDIR+$ESCmusicROMS+ /dev/shm/shuffle
##sed -i s+$ESCmusicDIR+$ESCmusicROMS+ /dev/shm/init

# Compare New BGM Playlist with Current Playlist - Replace If Differences or NOT in accordance with BGM Flags
cat $IMPPlaylist/init | sort -n > /dev/shm/abc-current
Expand Down

0 comments on commit 80e8e69

Please sign in to comment.