mirror of
https://github.com/gabehf/music-importer.git
synced 2026-03-07 13:38:14 -08:00
No description
| .github/workflows | ||
| media | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| lrc.go | ||
| main.go | ||
| README.md | ||
music-importer
this thing is like 95% AI code. use at your own risk
i didn't feel like spending the time to do it all right and i figured its simple enough that chatgpt couldn't possible screw it up that bad
Usage
docker compose
services:
music-importer:
image: gabehf/music-importer:latest
container_name: music-importer
ports:
- "8080:8080"
volumes:
- /my/import/dir:/import
- /my/library/dir:/library
environment:
IMPORT_DIR: /import
LIBRARY_DIR: /library
Quirks
- only works for .flac and .mp3
- not configurable at all, other than dirs