File | Date | Author | Commit |
---|---|---|---|
iTunesExport | 2019-02-07 |
![]() |
[d121b0] 1.4.6-rc4 |
iTunesExport.xcodeproj | 2019-02-07 |
![]() |
[4fadd2] . |
CHANGELOG | 2018-08-01 |
![]() |
[f10ca8] 1.4.6-rc3 |
LICENSE | 2018-06-06 |
![]() |
[3d6dee] 1.4.6-devel-build4 |
README.md | 2019-02-07 |
![]() |
[4fadd2] . |
iTunesExport is written as a helper tool to export iTunes Playlists to a data storage for use in a portable MP3 Player, which does not work together with iTunes.
The application exports the songs in the iTunes playlists and encodes and process them in a very flexible, customizable way.
In this release all featueres are complete, but it's far away from production state. Although it works, it needs testing, fine tuning and error correction, so please report errors that occur.
For use you have to select the desired playlists and then select a target folder, which can be any USB Mass Storage device or a directory at your hard disk. A click on the "Settings" button open a panel where you can customize the handling of the files. A click on the process button starts the export.
You can also export the files into a folder and burn the folder to a optical media from withhin the application.
Supported file types mp3, m4a. Protected AAC files (m4p) are not supported and are skipped. If you want to use those file, convert them into mp3 or unprotected AAC files (m4a) by burning them on a disc an reimport the CD.
For use the encoding and volume normalizing features you need to have aacgain and ffmpeg installed.
Tested versions are
You can download the provided binaries file, which provides aacgain 1.9.0 and ffmpeg 4.0 as static builds, but you can also use any binary that may be preinstalled an your computer, either as a static build, a Homebrew/MacPorts build or bundled with any application. Add the folder where your binaries are located during the executables search and select the desired version. Be aware it's not tested to copy Homebrew/MacPorts build into the application bundle, this may work - or not.
The source is provided as a XCode 9.1 project.
There are sure some, please report the errors as a Issue in Sourceforge.