Monday, August 22, 2011

music cds reading/listening linux commands

Check number of tracks and length:
(where actually specifying the drive, here scd0)

cdparanoia  -Q -d /dev/scd0

Listening from track 1 to 100... (using bash and mplayer)

mplayer -cdrom-device /dev/scd0 cdda://{1..100}


No comments:

Post a Comment