burncd.conf 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. ### Example burncd configuration file
  2. #################################################
  3. ### Default configuration paths: ###
  4. ### 1. $XDG_CONFIG_HOME/burncd/burncd.conf ###
  5. ### 2. $HOME/.burncd.conf ###
  6. ### 3. $XDG_CONFIG_DIRS/burncd/burncd.conf ###
  7. ### 4. /etc/burncd.conf ###
  8. ### 5. ./burncd.conf ###
  9. #################################################
  10. ### Unset variables are defaults
  11. #####################
  12. ### Path settings ###
  13. #####################
  14. # Path of the cdrecord(1) binary.
  15. # i.e. CDRECORD = /usr/bin/cdrecord
  16. CDRECORD =
  17. # Path of the CD drive.
  18. # i.e. DEVICE = /dev/sr0
  19. DEVICE =
  20. # Path of the flac(1) binary.
  21. # i.e. FLAC = /usr/bin/flac
  22. FLAC =
  23. # Path of the default directories.
  24. # i.e. INPUT = /tmp/dir1 /tmp/dir2
  25. INPUT =
  26. # Path of the mpg123(1) binary.
  27. # i.e. MPG123 = /usr/bin/mpg123
  28. MPG123 =
  29. # Path of the output directory.
  30. # i.e. OUTPUT = /tmp
  31. OUTPUT =
  32. # Path of the sox(1) binary.
  33. # i.e. SOX = /usr/bin/sox
  34. SOX =
  35. #####################
  36. ### Bool settings ###
  37. #####################
  38. ### Disabled with all values other than 1.
  39. # Enable debug output from external programs.
  40. # i.e. DEBUG = 1
  41. DEBUG =
  42. # Enable a test run without burning to a CD.
  43. # i.e. DRYRUN = 1
  44. DRYRUN =
  45. # Enable verbose logging.
  46. # i.e. VERBOSE = 1
  47. VERBOSE =
  48. #############################
  49. ### Audio format settings ###
  50. #############################
  51. ### Valid audio formats:
  52. ### wav au flac mp3
  53. # Exclude audio formats from being detected.
  54. # i.e. EXCLUDE = flac wav
  55. EXCLUDE =
  56. # Preferred audio formats.
  57. # i.e. FORMAT = flac wav
  58. FORMAT =