From 8f9502953549036048c2d7f2b7d9872f1e2634fa Mon Sep 17 00:00:00 2001 From: Kim Wittenburg Date: Mon, 24 Jul 2017 16:21:58 +0200 Subject: [PATCH] Add readme.md --- README.md | 3 +++ build.xml | 74 ------------------------------------------------------- 2 files changed, 3 insertions(+), 74 deletions(-) create mode 100644 README.md delete mode 100755 build.xml diff --git a/README.md b/README.md new file mode 100644 index 0000000..2030f55 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Audiobook Maker + +The Audiobook Maker - one of my first projects. The Audiobook Maker takes a folder of MP3 files as well as some metadata and creates a .POD file from those. The .POD file can then be processed by the Slideshow Assembler in order to generate a mp4 audiobook. \ No newline at end of file diff --git a/build.xml b/build.xml deleted file mode 100755 index f310fad..0000000 --- a/build.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - Builds, tests, and runs the project Audiobook Maker 1.0. - - -