Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Buggy background music workaround  (Read 3322 times)

0 Members and 1 Guest are viewing this topic.

capitaineflam25

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 35
  • Last login:December 12, 2014, 12:03:52 pm
Buggy background music workaround
« on: August 25, 2013, 07:32:14 am »
Hi,

The built in background music feature is too unstable for my needs:
random crashes or stops, difficulties with some characters (like "'") in the mp3s, non wanted stop when screensaver starts, issue with the fade in/out feature.

So i tried to do something different with a lightweight external player and i'm happy with the result.

So you can install Foobar 2000 (tested with 1.29, you can download it on http://www.foobar2000.org/download), and prepare a playlist.
If you like it, you can select the "Shuffle" option, which is a enhanced random feature, to avoid track reapeat.
I have also activated Fade In/Out for a smoother experience, autogain and always reduce in tray feature.



Then you can create a bat file to both start Foobar and Mala:

Code: [Select]
  @echo off
  start foobar2000.exe /play /hide
  start MaLa.exe

And a second bat file which you will launch from MaLa instead of mame.exe:

Code: [Select]
  @echo off
  foobar2000.exe  /pause
  mame.exe %1 %2 %3 %4 %5 %6
  foobar2000.exe /play

Enjoy your rock solid background player with fade/in out feature  ;D
« Last Edit: August 25, 2013, 07:34:32 am by capitaineflam25 »

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: Buggy background music workaround
« Reply #1 on: November 30, 2013, 03:54:49 am »
Nice,

But I must fix this....

Remind me

gemini6920@hotmail.com

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 4
  • Last login:July 26, 2016, 06:29:56 pm
  • I want to build my own arcade controls!
Re: Buggy background music workaround
« Reply #2 on: April 10, 2014, 12:02:53 am »
Loadman,
Have you worked on fixing the background music issue? I love Mala, but really want background music to play automatically when i start Mala,   Saw this post that said remind you to fix this, so here is your reminder.  Does anyone have any tips on how to make this work?