https://github.com/foyoodo/audiotag
[WIP] Audio Metadata Editor for macOS powered by TagLib.
https://github.com/foyoodo/audiotag
flac macos macos-app metadata-editor mp3tag swift swiftui swiftui-demo taglib tuist
Last synced: 4 months ago
JSON representation
[WIP] Audio Metadata Editor for macOS powered by TagLib.
- Host: GitHub
- URL: https://github.com/foyoodo/audiotag
- Owner: foyoodo
- License: agpl-3.0
- Created: 2024-10-24T02:48:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T16:06:19.000Z (over 1 year ago)
- Last Synced: 2025-06-04T22:27:44.441Z (about 1 year ago)
- Topics: flac, macos, macos-app, metadata-editor, mp3tag, swift, swiftui, swiftui-demo, taglib, tuist
- Language: Swift
- Homepage:
- Size: 2.22 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AudioTag
Audio metadata editor for macOS powered by TagLib
[](https://www.gnu.org/licenses/agpl-3.0.en.html)

## Features
- Native user interface built with [SwiftUI](https://developer.apple.com/xcode/swiftui/).
## Requirements
- macOS 14.0 (or newer)
- Xcode 16.0 (or newer)
## Building
### Get the Code
```bash
git clone https://github.com/foyoodo/AudioTag.git
```
### Install [Tuist](https://github.com/tuist/tuist)
#### [Mise](https://github.com/jdx/mise) (Recommended)
Install Mise (Optional)
```bash
brew install mise
```
Open the project folder in your terminal, then
```bash
mise install
```
#### Homebrew
```bash
brew install tuist@x.xx.x # version in .mise.toml
```
### Generate .xcworkspace file
```bas
tuist install
tuist generate --no-binary-cache
```
### Build and Run
⌘ Command + R
## License
AudioTag and its components is shared on [AGPL v3](https://www.gnu.org/licenses/agpl-3.0.en.html) license.