The NEW Build Your Own Arcade Controls

Main => Audio/Jukebox/MP3 Forum => Topic started by: unclet on April 01, 2004, 08:36:58 pm

Title: How to play an MP3 in windows?
Post by: unclet on April 01, 2004, 08:36:58 pm
Without using a song frontend (ie: Winamp, etc..) is there any information (links, webpages) on what commands one can use to inform Windows to play a certain MP3 file, pause the currently playing song, stop playing a song?

I am really considering creating my own jukebox software.  I know how to code but do nto know how to interface with Windows OS to tell it to do stuff I want it to do for me.....

Any ideas on where to get started?

Title: Re:How to play an MP3 in windows?
Post by: SirPeale on April 02, 2004, 09:14:51 am
Command line player, perhaps?
Title: Re:How to play an MP3 in windows?
Post by: Brad Lee on April 02, 2004, 11:57:24 am
You're gonna need something to play it with, Windows Media Player & WinAmp are probably the most common.

I know on the winamp site there is a SDK available, as well as a few plugins that can take command line parameters(clever98 is one i know for sure)

Without interfacing one of those players(or another) you're pretty much gonna have to write that aspect of it as well.