summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-04-24 10:17:17 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-04-24 10:17:17 +0200
commit68675794db8c2cb16e1e2de745c1f197dcbc262b (patch)
tree0460193e37758c8134cb83025c400b688486c40a
parent78017d7e57f04efd74457cceb08ba4f05fb93f7e (diff)
Add pmp3p(1)
-rw-r--r--man/1/pmp3p35
1 files changed, 35 insertions, 0 deletions
diff --git a/man/1/pmp3p b/man/1/pmp3p
new file mode 100644
index 0000000..33b7c9c
--- /dev/null
+++ b/man/1/pmp3p
@@ -0,0 +1,35 @@
+.Dd April 14, 2010
+.Dt PMP3P 1
+.Os
+.
+.Sh NAME
+.Nm pmp3p
+.Nd populate MP3 player / portable music player
+.
+.Sh SYNOPSIS
+.Nm
+.Op Cm --remove
+.Ar directory
+.Ar
+.
+.Sh DESCRIPTION
+.Nm
+is a simple script to put music files on MP3 players.
+Note the "MP3": Any non-mp3 audio file will be converted to mp3 before copying.
+So, don't use this if your player supports flac and ogg as well.
+.Pp
+It will convert all
+.Ar files
+to MP3 and put them into
+.Ar directory .
+The music will be structured as
+.Pa artist/album/track.mp3 .
+.Pp
+Tags are preserved if possible.
+.
+.Sh AUTHOR
+Daniel Friesel
+.Pq derf@derf.homelinux.org
+.
+.Sh LICENSE
+ 0. You just DO WHAT THE FUCK YOU WANT TO.