Music Player

Reply

Join Date: Feb 2009
Posts: 38
Reputation: progurammaar is an unknown quantity at this point 
Solved Threads: 0
progurammaar progurammaar is offline Offline
Light Poster

Music Player

 
0
  #1
Feb 14th, 2009
Hi i'm planning to create a music player for linux. I actually dont knw if shell script allows you to create one. Please let me know what programming languages do i need to know to develop one.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: Music Player

 
0
  #2
Feb 14th, 2009
I'm not going to say that shell script can't... but I will say it's probably not a great idea. I mean, assuming the proper rights, you might be able to use simple output redirection to sends the contents of the song directly to the output device. This depends on a huge number of factors, and the song will likely need to be converted first... but it could be done I guess.
Personally, I'd do it in C++, by using some of the mad open source libraries out there...... it would be pretty simple really.... learn a few types, make a few classes, play a few songs.
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 38
Reputation: progurammaar is an unknown quantity at this point 
Solved Threads: 0
progurammaar progurammaar is offline Offline
Light Poster

Re: Music Player

 
0
  #3
Feb 14th, 2009
by C++ you mean Borland C++ or any other kind....i mean how would you design an aesthetic interface.....
Last edited by progurammaar; Feb 14th, 2009 at 8:13 am.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: Music Player

 
0
  #4
Feb 14th, 2009
Depends on the OS. I would probably use WXWidgets (cross platform), fltk (cross-platform), or QT (cross-platform). You can create a pretty nice interface with these libraries. Borland C++ is a compiler (program that converts c++ source code to machine code). You can use something like code::blocks (WITH MINGW). It's a pretty good IDE/Compiler. Since the question is about shell scripting though.... how would you make an interface with shell scripts?
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 38
Reputation: progurammaar is an unknown quantity at this point 
Solved Threads: 0
progurammaar progurammaar is offline Offline
Light Poster

Re: Music Player

 
0
  #5
Feb 14th, 2009
yeah thats what i wanted to know, i heard a friend saying something about music player through shell scripting, but that was a long time back. I think i'll try the IDEs that you have suggested and come back......

Cheers
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Shell Scripting Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC