Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nbonamy/trax
- Owner: nbonamy
- Created: 2023-04-08T19:45:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T19:51:52.000Z (7 months ago)
- Last Synced: 2024-05-16T11:24:21.321Z (6 months ago)
- Topics: audio, audio-applications, audio-player, flac, m4a, macos, mp3, music, music-library, music-player, taglib, tags
- Language: Dart
- Homepage:
- Size: 2.93 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```