A SwiftUI app that retrieves metadata from Discogs and puts ID3 tags into your MP3 files
Utai
Mini-Functional, Offensive, MP3 Tagger for Philharmoniques
Utai (ウタイ) is a SwiftUI app that retrieves metadata from Discogs and puts ID3 tags into your MP3 files. It will recognise songs by their titles and lengths, and make some simple comparison with the data from Discogs to match.
Getting Started
Your contributions are highly welcome. Before diving into this project, you might follow the steps below.
-
Download the required font, Yanone Kaffeesatz (Google Fonts), and either install or add it into the project.
-
Go to Discogs Developers Settings and create a new app. Copy
Consumer Key
andConsumer Secret
to a new file and name themdiscogs_key
anddiscogs_secret
. It'll be something like:// Secrets.swift
let discogs_key = "YOUR_CONSUMER_KEY"
let discogs_secret = "YOUR_CONSUMER_SECRET"
License
Distributed under the GNU General Public License v3.0. See LICENSE
for more details.