Jacob Manes wrote:
>   Hey everyone. I have been busy at school with our MAP ( Missouri
> Assessment Program) and I am just burnt out... But anyways, after
> testing is done for that one class period, I have 1 hour to think
> about stuff... and I got an idea and shared it with my friend and he
> liked it too. What my idea is? Its a MP3 playing Linux Jukebox. I
> would probably use a Mini ATX in a tabletop case. I recently aquired a
> 6" LCd that I wired up for use with a VGA signal, and I could mount
> that in the Jukebox. But my problem is, I cant find any Distros that
> do what I want to do. What I want it to do, is boot up, start a media
> player of some kind, and start playing songs. I guess I should say I
> need a Multimedia themed Live CD of some sort. 
>    
>   Just something I want to do in my spare time...

Neat project although it will require a bit of work on your part.  A
quick prototype would be something along these lines:

- install Ubuntu
- create an /etc/init.d/musicplayer script to point to the music folder
and start playing the songs

Now trim off the fat by uninstalling apps you no longer need.  Once
you've trimmed it down to a minimum, generate a list of the apps you
need, and build it up given those minimum specs.

Is there a command-line music player?  That is, is there a command that
allows you to do something like this:

  $ musicplayer /path/to/folder/with/music

If you have more questions, feel free to ask.

Regards,
- Robert

Reply via email to