mirror of
https://github.com/gabehf/music-importer.git
synced 2026-04-22 11:31:52 -07:00
i love slop
This commit is contained in:
parent
853f08221f
commit
1d69eeb573
9 changed files with 975 additions and 85 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# music-importer
|
||||
|
||||
Goes through a folder with a bunch of loose .flac/.mp3 files, or with album folders containing music files, then
|
||||
fetches metadata with beets/musicbrainz, downloads lyrics via LRClib, embeds discovered cover art, and moves them
|
||||
into the library with the format {Artist}/[{Year}] {Title} [{Format-Quality}]
|
||||
|
||||
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
|
||||
|
|
@ -21,6 +25,7 @@ services:
|
|||
environment:
|
||||
IMPORT_DIR: /import
|
||||
LIBRARY_DIR: /library
|
||||
COPYMODE: true # copies files instead of moving. NOT NON-DESTRUCTIVE!!
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue