2
votes
1answer
89 views

How can I generate an M3U playlist from the terminal?

I'd like to generate a M3U playlist for a directory containing mp3 files on my server from the terminal. Since I'd like to ensure that every player will be able to stream those files I'd like to ...
2
votes
1answer
112 views

How do I play music in the Terminal in the background? [duplicate]

Possible Duplicate: How can I play a song in the background via my command line? I used the command setsid mplayer strayheart.mp3 in a terminal, but then I couldn't stop it and I couldn't ...
6
votes
2answers
359 views

How can I play a song in the background via my command line?

I have installed play : sudo apt-get install sox libsox-fmt-mp3 I can now play my audio files like this : play Desktop/SONGS/01\ -\ Oh\ Baby\ Girl.mp3 Since I'm learning shell, I wish I could ...
3
votes
1answer
177 views

Headless music converter with filename based on tags

I have a music collection consisting of several film soundtracks in Apple Lossless and I'd like to convert it to 48kbps OGG Vorbis in a completely different folder structure with file names in the ...
4
votes
4answers
676 views

CLI program to download album art

I'd like to be able to do this: $ pwd /home/$USER/music/ripped_music/Monty_Python-Instant_Record_Collection $ ls 01.The_Executive_Intro.mp3 ... 16.The_Lumberjack_Song.mp3 $ mystery_command_or_script ...
2
votes
1answer
1k views

Mplayer does not work anymore and I don't know why or what happend

Whenever I try and sue mplayer it says: mplayer: relocation error: mplayer: symbol ff_codec_bmp_tags, version LIBAVFORMAT_53 not defined in file libavformat.so.53 with link time reference What do ...
3
votes
1answer
371 views

How can I make a music playlist out of a .txt file?

I am using Ubuntu 11.10 (I don't think that really matters) with Bash. How can I make a music playlist out of a .txt file? It is a command but I forgot it. I would appreciate it if someone would ...
4
votes
3answers
3k views

How to play music in terminal?

I want a command line to play a specific music file in terminal (or script) from my hard-disk. It would be better to do it without installing extra packages.
6
votes
3answers
582 views

How do I play a midi from the command line in Ubuntu?

I'd like to do something like $ play filename.mid and hear the midi file played without opening up a graphical program. Is there a package for Ubuntu that can do this?