LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   CD Reading Troubles (https://www.linuxquestions.org/questions/linux-newbie-8/cd-reading-troubles-345787/)

Assiez 07-22-2005 02:55 PM

CD Reading Troubles
 
I have a CD full of mp3s. How do u get them from the cd onto the harddrive and play em? Or if possible, how do i play them directly from the CD? I'm on debian without root privilages.

Any help would be appreciated, thanks

kencaz 07-22-2005 03:02 PM

Well, not knowing where your cd is mounted if at all and what program your using to attempt to play them... Here is how I would use Mplayer to play my MP3's off my CDROM:

$ mplayer /mnt/cdrom/*mp3

If you can play them from the CD it would be easier then trying to copy them all over to the HD.

KC

Assiez 07-22-2005 03:43 PM

i get this when i try that

z@thread:/$ mplayer /mnt/cdrom/*mp3
bash: mplayer: command not found

Nylex 07-22-2005 03:47 PM

Try "xine" instead of "mplayer" (without the quotes of course).

Assiez 07-25-2005 11:41 AM

a@thread:~/genome/SNP$ xine/mnt/cdrom/*mp3
bash: xine/mnt/cdrom/*mp3: No such file or directory

....?

Nylex 07-25-2005 12:02 PM

There should be a space between xine and /mnt/cdrom/*mp3.

kencaz 07-25-2005 01:57 PM

Quote:

Originally posted by Assiez
a@thread:~/genome/SNP$ xine/mnt/cdrom/*mp3
bash: xine/mnt/cdrom/*mp3: No such file or directory....?

Assiez,

What we gave you were EXAMPLES only... We don't know what the path to your cdrom is...

Type at your terminal prompt:

mount

This will give you the mount point location for your cdrom such as mine is:

EXAMPLE:
/dev/hdd on /mnt/cdrom

Your's may be quite different! Once you find the correct mount point for YOUR cdrom then you should have no problems playing your .mp3's in Mplayer, Xine, or Xmms

KC


All times are GMT -5. The time now is 11:32 PM.