https://github.com/badmagick329/musictags
Fixes tags on flac audio files for scrobbling on last.fm. Uses track information from spotify
https://github.com/badmagick329/musictags
Last synced: 3 months ago
JSON representation
Fixes tags on flac audio files for scrobbling on last.fm. Uses track information from spotify
- Host: GitHub
- URL: https://github.com/badmagick329/musictags
- Owner: badmagick329
- Created: 2023-11-24T03:45:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T14:54:14.000Z (4 months ago)
- Last Synced: 2025-02-19T15:46:32.233Z (4 months ago)
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# musictags
## Description
Fixes tags on flac audio files for scrobbling on last.fm. Uses track information from spotify

## Usage
You will need your Client ID and Client Secret from spotify. Make sure you add it in a .env file. [Sample file](.env.sample)
1. pip install -r requirements.txt
2. py src/musictags.py```
positional arguments:
album_folder Folder to search for flac filesoptions:
-h, --help show this help message and exit
-a ARTIST, --artist ARTIST
Artist name
-sr, --skip-renaming Files will also be renamed (format: track_number track_name). Provide this flag to skip renaming files
```