manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ The docbook-to-man binary is found in the docbook-to-man package. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include docbook-to-man in your Build-Depends control field. --> Simeon"> Veldstra"> April 26, 2006"> 1"> reallifesim@gmail.com"> MP3TOGO"> Debian"> GNU"> GPL"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2003 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; program to load music on a mp3 player &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; commands. &dhpackage; is a program that creates files for a portable mp3 player or a mp3 CD from higher quality files in various formats in a permanent archive. OPTIONS This program follow the usual &gnu; command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. The location of the config file. (If it exists.) Write out a new config file with the options given and exit. To save the configuration to a different file, set --config to the desired filename. The file, if it exists, will be overwritten. Disable reading from and writing to the config file. Set the verbosity level. A value of 0 will produce no output (except option parsing errors). Print this message. A string appended to the name of the file to indicate it has been recoded. The path to store temporary files. This could need several hundred megabytes free. The number of directory levels to preserve in the output tree. Use 0 to put all output files directly into the target directory. Use 2 to create a directory for the Artist and then the Album (Assuming your music collection is organized in directories by artist then album). The disk space available to use in bytes. Append 'M' for megabytes, 'G' for gigabytes or 'K' for kilobytes. Use 0 to use all available space on the filesystem. Overwrite files if they already exist. The encoder to use to create the output files. Options are wave, lame or oggenc. Compression options for the encoder. If you change the lame options, you must change this factor to match the compression rate of the new options. This is used to estimate completed file size. Print this message. The playlist to convert. Playlists can be simple lists of file paths, one per line, or .m3u files or the native XMMS playlist file format. Get playlist from running instance of XMMS. (You must have xmms-shell installed) Where to write the output files. Create an index file when in wav output mode. Don't normalize the wav file before encoding. FILES mp3togo will read ~./mp3togo for configuration values if it exists. This can be overridden with the --config command line option. SEE ALSO lame (1), oggenc (1). EXAMPLES Load the files in playlist.m3u to the player mounted on /mnt/usb: mp3togo -p playlist.m3u -o /mnt/usb Load a single file to the player: mp3togo -o /mnt/usb /home/media/Music/Nina_Simone/The_Blues/Turn_Me_On.ogg Load the playlist from the running XMMS to /mnt/usb in ogg vorbis format: (requires xmms-shell) mp3togo -C oggenc -x -o /mnt/usb Create wav files in ~/audio-cd to burn a CD from playlist.m3u: mp3togo -C wave -p playlist.m3u -m 700M -o ~/audio-cd Create mp3 files on a mounted ISO CD image at /mnt/loop to burn a mp3 CD: mp3togo -p playlist.m3u -o /mnt/loop AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the &gnu; General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. mp3togo can be found online at http://puddle.ca/mp3togo