You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

90 lines
1.3 KiB

  1. .TH cuetools 1
  2. .SH NAME
  3. cueprint
  4. .SH DESCRIPTION
  5. cueprint \- print disc and track infomation for a cue or toc file
  6. .SH SYNTAX
  7. cueprint [\-h] [\-i cue|toc] [\-d TEMPLATE] [\-t TEMPLATE] [file...]
  8. .SH OPTIONS
  9. .TP
  10. .B \-h
  11. print usage information
  12. .TP
  13. .B \-i cue|toc
  14. set format of file(s)
  15. .TP
  16. .B -d TEMPLATE
  17. set disc template (see TEMPLATE EXPANSION)
  18. .TP
  19. .B -t TEMPLATE
  20. set track template (see TEMPLATE EXPANSION)
  21. .SH TEMPLATE EXPANSION
  22. Disc template expansion characters are valid for both the disc and track templates.
  23. .PP
  24. Disc:
  25. .TP
  26. .B %A
  27. album arranger
  28. .TP
  29. .B %C
  30. album composer
  31. .TP
  32. .B %G
  33. album genre
  34. .TP
  35. .B %M
  36. album message
  37. .TP
  38. .B %N
  39. number of tracks
  40. .TP
  41. .B %P
  42. album performer
  43. .TP
  44. .B %S
  45. album songwriter
  46. .TP
  47. .B %T
  48. album title
  49. .TP
  50. .B %U
  51. album UPC/EAN
  52. .PP
  53. Track:
  54. .TP
  55. .B %a
  56. track arranger
  57. .TP
  58. .B %c
  59. track composer
  60. .TP
  61. .B %g
  62. track genre
  63. .TP
  64. .B %i
  65. track ISRC
  66. .TP
  67. .B %m
  68. track message
  69. .TP
  70. .B %n
  71. track number
  72. .TP
  73. .B %p
  74. track perfomer
  75. .TP
  76. .B %t
  77. track title
  78. .TP
  79. .B %u
  80. track ISRC (CD-TEXT)
  81. .PP
  82. Any other %<character> is expanded to that character. For example, %% expands to a literal `%'.
  83. .SH NOTES
  84. If no files are specified, stdin is used. If a filename is specified and the format is not specified, the format will be set based on a ".cue" or ".toc" suffix.
  85. .SH AUTHOR
  86. Svend Sorensen
  87. .SH "SEE ALSO"
  88. cueconvert(1),
  89. cuebreakpoints(1)