Shakz76 / Eazy-Hax-RetroPie-Toolkit

A toolkit for fixing common issues and enabling features on your RetroPie
GNU Affero General Public License v3.0
59 stars 5 forks source link

Background Music Not Working #13

Closed CaptDrake closed 4 years ago

CaptDrake commented 4 years ago

I installed the Background Music script using the built-in installer, but it doesn't seem to be playing music. Confirmed that volume was set both on TV and within the tool itself.

Running the latest version of Retropie (4.5.1).

Korkman commented 4 years ago

Found that this pull was bad:

https://github.com/Shakz76/Eazy-Hax-RetroPie-Toolkit/commit/3d1c03e119de03d3181ebd23a994d8a2f3318e5b

It "fixed" the name of emulationstation in a bad way: the linux kernel truncates the command name to 15 characters (plus null)., therefore "emulationstatio" is the correct value to compare against, unless the linux kernel changes this behavior. Revert the changes and it works as expected.

CaptDrake commented 4 years ago

Yep, that fixed the issue. I really appreciate your help.