Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. :~$ apt-cache show cdtool
  2.  
  3. Description: text-based audio CD player and CD-ROM control commands
  4. cdtool contains cdplay, cdeject, cdstop, cdpause, and several other
  5. programs for playing audio CDs and controlling a CD-ROM drive from
  6. the command line and in a quick and scriptable way.
  7. .
  8. cdown reads track info and queries a CDDB database for info on
  9. the current CD. cdctrl is a command line utility for controlling a
  10. CD-ROM drive interactively and from scripts. cdir keeps track of the
  11. contents of different CDs using a workman-compatible database.
  12.  
  13. man cdtool
  14.  
  15. NAME
  16. cdtool - play and catalog audio CDROMs on CDROM drive(s)
  17.  
  18. SYNOPSIS
  19. cdeject [-[0..9]|-d device] [-V|-?|-h]
  20. cdclose [-[0..9]|-d device] [-V|-?|-h]
  21. cdir -n [-[0..9]|-d device] [-r|-s|-t|-V|-?|-h]
  22. cdinfo [-[0..9]|-d device] [-a|-r|-s|-t|-v|-V|-?|-h]
  23. cdpause [-[0..9]|-d device] [-V|-?|-h]
  24. cdplay [-[0..9]|-d device] [start [stop]
  25. cdplay [-[0..9]|-d device] [+|- number]
  26. cdplay [-[0..9]|-d device] [start|stop|resume|eject|close|info|dir]
  27. cdplay [-[0..9]|-d device] [-V|-?|-h]
  28. cdstop [-[0..9]|-d device] [-V|-?|-h]
  29. cdvolume [-[0..9]|-d device] [-V|-?|-h|level]
  30. cdshuffle [-[0..9]|-d device] [-V|-?|-h]
  31.  
  32. DESCRIPTION
  33. The cdeject command ejects the current compact disc.
  34.  
  35. The cdclose command closes the CDROM tray.
  36.  
  37. The cdir command lists information about the currently loaded audio
  38. compact disc. In particular, it lists the lengths of all tracks...
  39.  
  40. sudo apt-get install -y kscd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement