Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nbonamy/trax

macOS Music management application written in Flutter.
https://github.com/nbonamy/trax

audio audio-applications audio-player flac m4a macos mp3 music music-library music-player taglib tags

Last synced: about 1 month ago
JSON representation

macOS Music management application written in Flutter.

Awesome Lists containing this project

README

        

# trax

macOS Music management application written in Flutter.

- Apple Music like UI
- Browse local music files
- Import new files into libraruy (MP3, FLAC, M4A)
- Edit audio tags (including artwork and lyrics)
- Audio format conversion
- Local audio playback


## Getting Started

```
flutter pub get
flutter run macos
```

You can deploy to your `Applications` folder using

```
make deploy
```