Git Product home page Git Product logo

itunesautotag's Introduction

iTunes AutoTag

iTunes AutoTag is a simple command line script that converts FLAC music files to Apple's ALAC format and automatically sets up the metadata to iTunes convention.

This script is currently experimental. It is recommended to create backups before converting and tagging any audio files.

Dependencies

iTunes AutoTag uses qaac for converting audio from FLAC to ALAC.

For qaac to function properly, the following files from iTunes are required:

  • ASL.dll
  • CoreAudioToolbox.dll
  • CoreFoundation.dll
  • icudt62.dll
  • libdispatch.dll
  • libicuin.dll
  • libicuuc.dll
  • objc.dll

These files are included in both the source and the releases, based on iTunes 12.13.1.

Usage

  • Place any FLAC files you want to convert and tag into the "FLAC" folder located in the main directory alongside the executable.
    • Optionally, you can set a custom path for your FLAC and ALAC folders using config.ini.
  • Run the executable: iTunesAutoTag.exe

Configuration File

config.ini located in the main directory, allows you to adjust preferences related to paths and metadata tagging.

[Paths]
# Override default paths of the included "FLAC" and "ALAC" folders
# Example: C:\Users\Administrator\Desktop\Output
FLAC = FLAC
ALAC = ALAC

[Preferences]
# Determines which tag to include featured artists
# Supported values: Artist, Title
FeaturedArtistsTagPreference = None

If FLAC and ALAC paths are unspecified, the script will default to using the main directory folders. If FeaturedArtistsTagPreference is unspecified, the script will ask for your preference prior to converting and tagging.

Metadata Tags

Featured Artists

TITLE (iTunes convention)

TITLE = <SongName> (feat. <FeaturedArtist1>, <FeaturedArtist2> & <FeaturedArtist3>)
ARTIST = <MainArtist>

ARTIST

TITLE = <SongName>
ARTIST = <MainArtist> (feat. <FeaturedArtist1>, <FeaturedArtist2> & <FeaturedArtist3>)

The converted and tagged files will be outputted into the 'ALAC' folder. If you specify a custom path in config.ini, they will be outputted there instead.

itunesautotag's People

Contributors

joshhhuaaa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.