Fill Haiku's Audio attributes with ffmpeg.
Iri al dosiero
Jaidyn Ann 56c10dd5d2 Update e-mail address 2024-01-29 14:31:16 -06:00
album_attr Init 2020-11-21 19:59:57 -06:00
README.txt Update e-mail address 2024-01-29 14:31:16 -06:00
songattr Update e-mail address 2024-01-29 14:31:16 -06:00

================================================================================
SONGATTR
================================================================================
songattr.sh uses FFMPEG to fill the Audio:* & Media:* attributes for audio
files. It will populate Audio:Artist, Audio:Album, Audio:Track, Media:Title,
and Media:Year, as possible. Additionally, if lyrics are embedded in the file,
it will set the non-standard Audio:Lyrics attribute.

In addition, it can set the Album:Artist and Media:Year attributes for the
parent directory (assumed to be the Album folder), using a custom audio/x-album
filetype. You can add the Album type to your system by building and running
album_attr/ once.

========================================
USAGE
========================================
usage: songattr [-ha] file
-h	print more detailed help info
-a	treat the parent directory as an Album file

Since songattr can only take one file at a time, you'll probably end up using
it like this:
	$ for file in ./*.mp3; do songattr "$file"; done

========================================
BORING STUFF
========================================
MIT License
Jaidyn Ann <jadedctrl@posteo.at>