It is for setting the meta tags of flac files.
requires:
You needmetaflac
command.
If you don't have the command, you can install it by sudo apt install flac/bionic
.
directory storucture:
MUSICS
├── ARTIST_1
│ ├── ALBUM_1
│ ├── ALBUM_2
│ ├── ALBUM_3
│ ...
├── ARTIST_2
│ ├── ALBUM_1
│ ├── ALBUM_2
│ ├── ALBUM_3
│ ...
...
fimename: 00-00-music_name.flac
or 00 00 music_name.flac
-
You have to set
ALBUM_DIR
andIMPORT_TAG_FILE
value in Makefile. -
Write the set meta tag to a file(
IMPORT_TAG_FILE
). An example can be found inimport_tags.txt
. Also, by executingmake get_metatag
, you can write the meta tag of any flac file toexport_tags.txt
. -
Then, exec
make set-all-tag
. You can set meta tags to all flac file in the album.
get_albums_tags.sh -d {ARTIST_DIR}
- Edit the exported meta file in the ARTIST_DIR.
set_albums_tags.sh -d {ARTIST_DIR}