No description
Find a file
2025-11-15 00:24:21 -05:00
.github/workflows first 2025-11-15 00:24:21 -05:00
Dockerfile first 2025-11-15 00:24:21 -05:00
go.mod first 2025-11-15 00:24:21 -05:00
main.go first 2025-11-15 00:24:21 -05:00
README first 2025-11-15 00:24:21 -05:00

# 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

```yaml
services:
  music-importer:
    image: 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, .mp3, and .m4a
- not configurable at all, other than dirs