mirror of
https://github.com/gabehf/music-importer.git
synced 2026-03-07 21:48:16 -08:00
Add README.md file
This commit is contained in:
parent
3552ea77bf
commit
9de7dc83d8
1 changed files with 1 additions and 1 deletions
30
README.md
Normal file
30
README.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# 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: 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, .mp3, and .m4a
|
||||
- not configurable at all, other than dirs
|
||||
Loading…
Add table
Add a link
Reference in a new issue