Interface for mp3wrap to convert mp3s to correct format for the Tonuino https://www.voss.earth/tonuino/
Requirements:
- .NET Framework 4.7.2
- mp3wrap (http://mp3wrap.sourceforge.net/)
- No error handling
- logging in logfile.txt (application directory)
Hint: Directories with a length > 256 are still not supported by default in Windows and may result in an application exception
- Scans the subfolders of the input folder for mp3s
- If mp3s are found, the folder will be copied to output folder
- Then all mp3s in folder will be merged to one with mp3wrap
MyAudioBooks(InputFolder)
│
└───ChristmasAudioBooks
│ │
│ └──Tales from Rudi the Reindeer
│ │ 001 - Intro.mp3
│ │ 002 - ChristmasStory.mp3
│ │ 003 - Outro.mp3
│ └──In love with the Grinch
│ │ 001 - Intro.mp3
│ │ 002 - SomeStory.mp3
│ │ 003 - Outro.mp3
│
└───The Graduate - The Audiobook
│ 001 - Intro.mp3
│ 002 - SomeStory.mp3
│ 003 - Outro.mp3
MyPreparedAudiobooks(OutputFolder)
│
└───Tales from Rudi the Reindeer
│ │ 001.mp3
└────In love with the Grinch
│ │ 001.mp3
└───The Graduate - The Audiobook
│ 001.mp3
- Scans the subfolders of the input folder for mp3s
- If mp3s are found, the folder will be copied to output folder
- Then all mp3s in folder will numbered ascending from 001.mp3 to xxx.mp3
MyAudioBooks(InputFolder)
│
└───ChristmasMusic
│ │
│ └──Singing with Rudi the Reindeer
│ │ 001 - Oh christmas tree.mp3
│ │ 002 - Jingle bells.mp3
│ │ 003 - White christmas.mp3
│ └──Dancing with the Grinch
│ │ 001 - Joy to the world.mp3
│ │ 002 - Winter wonderland.mp3
│ │ 003 - Rudolph the red nose r.mp3
│
└───The Elves - Hevy Metal
│ 001 - Heavy metal christmas.mp3
│ 002 - Hard rock egg nog.mp3
│ 003 - Jingle guitar.mp3
MyPreparedAudiobooks(OutputFolder)
│
└───Singing with Rudi the Reindeer
│ │ 001.mp3
│ │ 002.mp3
│ │ 003.mp3
└────Dancing with the Grinch
│ │ 001.mp3
│ │ 002.mp3
│ │ 003.mp3
└───The Elves - Hevy Metal
│ 001.mp3
│ 002.mp3
│ 003.mp3
- Numbers the directories in the output folder ascending (01 - xx)
- The starting number can be entered at the UI
MyPreparedAudiobooks(OutputFolder)
│
└───Singing with Rudi the Reindeer
│ │ 001.mp3
│ │ 002.mp3
│ │ 003.mp3
└────Dancing with the Grinch
│ │ 001.mp3
│ │ 002.mp3
│ │ 003.mp3
└───The Elves - Hevy Metal
│ 001.mp3
│ 002.mp3
│ 003.mp3
MyPreparedAudiobooks(OutputFolder)
│
└───01
│ │ 001.mp3
│ │ 002.mp3
│ │ 003.mp3
└────02
│ │ 001.mp3
│ │ 002.mp3
│ │ 003.mp3
└───03
│ 001.mp3
│ 002.mp3
│ 003.mp3
- Published under the MIT license
- Use at your own risk
Impressum / Imprint in German language to comply with German tele-media regulations.