If you've got your albums stored in discrete folders and each folder
contains folder.jpg, a simple process to embed folder.jpg in the
individual FLAC files is as follows:
Code:
--------------------
    find . -name "*.flac" -type f -execdir metaflac --remove 
--block-type=PICTURE {} \; && find . -name "*.flac" -type f -execdir metaflac 
--import-picture-from="folder.jpg" --show-tag="Title" {} \;
--------------------


Sorry, this is a *nix only solution, I'm sure someone who uses Windows
regularly can post the windows equivalent.  All credit to Martin Webster
who'd createda blog post addressing the topic.


-- 
egd

'*Transporter*'
(http://www.logitechsqueezebox.com/products/transporter.html) > '*SCA2*'
(http://www.atc.gb.net/sca2.htm) > '*SCM100SL AT*'
(http://www.atc.gb.net/scm100slat.htm).  Integrating MusicIP with
SqueezeCenter...'*here's how*'
(http://wiki.slimdevices.com/index.php/Integrating_MusicIP_with_SqueezeCenter).

Every story has 3 sides: Yours, mine and the truth.
------------------------------------------------------------------------
egd's Profile: http://forums.slimdevices.com/member.php?userid=3425
View this thread: http://forums.slimdevices.com/showthread.php?t=68281

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to