fortheusers / hb-appstore

Homebrew App Store - GUI for downloading/managing homebrew apps
https://hb-app.store
GNU General Public License v3.0
1.02k stars 60 forks source link

Change HB AppStore music (Wii U) #117

Closed AlexCherryBlossom closed 3 months ago

AlexCherryBlossom commented 3 months ago

I wanted to change the music in the Homebrew Appstore on Wii U so I just took my file, renamed it background.mp3 and replaced the existent file by it. Now when I go into the store It just plays no music (the music icon is also gone). My file was originally an m4a, could that be the problem?

vgmoose commented 3 months ago

My file was originally an m4a, could that be the problem?

Yes, I think so! Try converting the file to an mp3 first, not just renaming it. In some other contexts renaming might be enough if the player also supports m4a, but in hb-appstore's case this won't work.

There are some free conversion websites online (like this one), but there are also PC apps such as iTunes (or, Apple Music as it's called now), and the command line program ffmpeg.

AlexCherryBlossom commented 3 months ago

Yeah, I converted the file through vlc and it worked 👍🏽

Le ven. 29 mars 2024 à 00:18, vgmoose @.***> a écrit :

My file was originally an m4a, could that be the problem?

Yes, I think so! Try converting the file to an mp3 first, not just renaming it. In some apps renaming might be enough if it also supports .m4a, but in hb-appstore's case this won't work.

There are some free conversion websites: https://cloudconvert.com/m4a-to-mp3 but some apps like iTunes https://support.apple.com/en-us/108961 (or, Apple Music as it's called now), or the command line app ffmpeg https://ffmpeg.org can also do this.

— Reply to this email directly, view it on GitHub https://github.com/fortheusers/hb-appstore/issues/117#issuecomment-2026363352, or unsubscribe https://github.com/notifications/unsubscribe-auth/BHNM3RZF4BAU442H7FXCIULY2SXODAVCNFSM6AAAAABFNRPZW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRWGM3DGMZVGI . You are receiving this because you authored the thread.Message ID: @.***>

vgmoose commented 3 months ago

Awesome, thanks for the update