An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


AudioTag logo

AudioTag


Audio metadata editor for macOS powered by TagLib

[![AGPL v3](https://shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0.en.html)

![Screenshot](assets/preview.png)

## 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.