Skip to main content

Convert Flac to Apple '.m4a' files (alac, aac)

Project description

AudioTown is a lightweight audio management library that does two things:

  • Explain this media folder in the fashion of a one-page summary. It scans a folder of 13K files within 33-50 seconds.
  • It converts lossless files (.flac) to more apple friendly format, .m4a. Supports both high-quality ALAC (Lossless) and AAC (Lossy) as codec. When it converts, it preserves metadata, including, artist, track, album artwork and etc from source files.

What to expect

  1. audiotown contains three commands: check, stats and convert. This package requires ffmepg installed in the system.
    1. To run them, type auditown check or audio stats or audio convert.
    2. Type audiotown check to run check.
    3. The command checks if ffmpeg is installed.
  2. stats acts as an executive assisant for audio media management. Personal media library are often messy. This command starts by searching the folder recursively and laser focus ONLY on audio files (filtered by file suffix). It then prints out to the terminal a summary report based on what it finds:
    1. numbers of songs by formats, by encoder types,
    2. storage usage details,
    3. what top artists, genres, albums are to me ,
    4. are they lossless or lossy, and
    5. detect potential unreadable or corrupt files.
  3. stats can export scanned records into a JSON via --report-path flag. Default value is . (current directory).
  4. convert. It converts all .flac files in a folder into lossless (alac) or lossy (aac) versions. An apple lossless encoded .m4a file can be recognized in Apple eco system but not usually for .flac files.
    1. --report-path is available in convert too. To run it audiocheck convert /path/to/flacs --encoder=alac --report-path=.. The converted will be exported to a new folder audiotown_export in the same folder path/to/flacs.
    2. convert also supports --dry-run as a tool to preview changes made in a conversion.
    3. convert searches files recursively so I can specify a high-level folder like Media or myMediaHub. Try with one ablum folder first.
    4. convert supports --bitrate when the --encoder=aac is specified. the default bitrate kbps is 256k. 128k and 320k are the other valid inputs.
    5. convert by default tries to add artwork into files when converting. It searches for cover.jpg or library.jpg at the root of the folder. if the source file does not contain an artwork, the command attempts to find such file and embed it into the output whenever possible.

Demo

  • convert demo

  • stats demo

Installation

  1. Ensure I have FFmpeg installed on the system. It is the powerhouse that does the conversion and other heavy work like probing ffprobe. Will need it installed and working. MacOS users can install it via homebrew: brew install ffmpeg.
  2. Version Python >=3.10.
  3. Requires click and wcwidth libaries.
# [optional but recommended] set up a virutal env named `my_env`.
python3 -m venv my_env
source my_env/bin/activate
# check python version 3.10+
python --version 

# udpate pip
pip install --upgrade pip

pip install audiotown

# help
audiotown

🛠 Usage

Usage: audiotown [OPTIONS] COMMAND [ARGS]...
Options:
  --version   Show the version and exit.
  -h, --help  Show this message and exit.

Commands:
  check    Verify that FFmpeg and dependencies are correctly installed.
  convert  Convert FLACs in FOLDER to Apple-friendly formats.
  stats    Stats Dashboard & Insight tool.

Examples

  1. The simplest way to use AudioTown is to run it in a folder containing FLAC files: audiotown convert /path/to/album/folder --codec=alac --report-path=/path/to/report/folder --dry-run. The search is recursive.[=po-iu9o0[]\
  2. . the output files from audio convert are under the subfolder audiotown_export/ within /path/to/album/folder.
  3. The /path/to/report/folder can be . or any specified directories.
  4. use --dry-run to preview any perceived changes.
  5. The convert takes only flac files. It supports: flac --> alac or flac --> aac.
    1. --bitrate can be specified for flac --> aac (default: 256k)
# 1. show additional help 
audiotown
audiotown -h
audiotown --help

# 2. check ffmpeg installation
audiotown check

# 3. show stats of a media folder 
cd /path/to/media/folder
audiotown stats . 
# alternatively 
audiotown stats  /path/to/media/folder
audiotown stats  /path/to/media/folder --report-path=.

# enable duplicating searching
audiotown stats  /path/to/media/folder --find-duplicate --report-path=. 

# 4. convert all flac files  to alac (default) or aac based formats. logging is controlled by `--report-path`
# . means current directory
audiotown convert . --report-path=.
audiotown convert . --codec=alac --report-path=. --dry-run
audiotown convert . --codec=aac --bitrate=256k --report-path=. --dry-run

Advanced Options

  1. overview
Option Description Default
--codec alac or aac. used with convert. alac
--bitrate Bitrate for AAC (128k, 256k, 320k). only useful when --codec=aac 256k
--dry-run Preview conversion without writing files. used with convert False
--find-duplicate finds potential duplicate files by parallel comparisions via arist, title and file_name.
4
]
disabled
--report-path generates a full log, including a json. work with both convert and stats. disabled
  1. Examples

    1. Run a preview to see what would be converted:
    # preview the conversion that will be done to any flac files in `AlbumFolder`. 
    audiotown convert ./AlbumFolder --dry-run
    
    1. use codec and --bitrate. It means the desired codec used for the output.
    audiotown convert . --codec=alac 
    audiotown convert . --codec=aac --bitrate=256k 
    audiotown convert . --codec=aac --bitrate=128k 
    
    1. It does not make sense to specify bitrate for lossless alac so bitrate will be ignored.
    cd /my/media/folder
    audiotown convert . --codec=alac --bitrate=128k 
    
    1. find duplicates. the command looks at the metadata like aritst, title, file size and file name. it tries to find a unique key to create duplicate groups/sets.
    cd /my/media/folder
    audiotown stats . --find-duplicate
    

LICENSE

Licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

audiotown-1.10.3.tar.gz (30.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

audiotown-1.10.3-py3-none-any.whl (29.1 kB view details)

Uploaded Python 3

File details

Details for the file audiotown-1.10.3.tar.gz.

File metadata

  • Download URL: audiotown-1.10.3.tar.gz
  • Upload date:
  • Size: 30.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for audiotown-1.10.3.tar.gz
Algorithm Hash digest
SHA256 d9158e501ed194043a087c1535439cd50ff64f03289bf679121a2346e5baf748
MD5 fa3608d1bb8ecc1b18d4c665d6e9c735
BLAKE2b-256 5b8481341a4cb4cd1101620d3d7ec06aa70692bcaa4d49195b9e55c2a4f709de

See more details on using hashes here.

File details

Details for the file audiotown-1.10.3-py3-none-any.whl.

File metadata

  • Download URL: audiotown-1.10.3-py3-none-any.whl
  • Upload date:
  • Size: 29.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for audiotown-1.10.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e871d7e12a371365b2e357b6107afaba4b2d0949c6a4040abac26fe9cfbefb84
MD5 7ad2cd29f6126c937467ab977ad44e8b
BLAKE2b-256 0418544b8ddbe0f439e3ed2b510f2d497b09688b1d47e24098a18aff497a0b07

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page