Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Extracting and saving Album Art (Read 9250 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Extracting and saving Album Art

Good evening,
How do you extract and save the same music folder my album arts of my songs through the foobar2000?
Of course if this is possible.

exemple:

if in the source exist front cover extract to same place as folder.jpg and
if in the source exist back cover extract to same place as back.jpg and
if in the source exist disc image extract to same place as cd.jpg

ps.: I apologize for my wrong English.


Re: Extracting and saving Album Art

Reply #1
if I understand your question:
You want to extract the embedded album art? That's usually one picture of the front. If you play music with VLC, it makes a copy of embedded album art here:
C:\Users\YourUserName\AppData\Roaming\vlc\art\artistalbum
(folder is probably hidden)

Let's wait for the Foobar professionals.  ;)

Re: Extracting and saving Album Art

Reply #2
It looks like he's looking for an automated solution to extract album art from his music and output the art in the same folder as the audio file, correctly labeled as folder.jpg, back.jpg, cd.jpg, etc.

I can't really comment on an answer though as I do not use foobar.  I use mp3tag to extract album art 1 by 1.

Re: Extracting and saving Album Art

Reply #3
I would like to know that too!


Re: Extracting and saving Album Art

Reply #5
Did you ever find a solution. I have been working on programming a flac player, and could maybe spit something out to do this.

Re: Extracting and saving Album Art

Reply #6
You can extract the front cover with Jaikoz (Disclaimer I am Jaikoz developer)

Simply:

- Start Jaikoz
- Load all your songs
- Run File:Save Artwork to Filesystem

Jaikoz isnt free software, but you can run Save Artwork to Filesystem without having to buy a license :)

Re: Extracting and saving Album Art

Reply #7
You can extract the front cover with Jaikoz (Disclaimer I am Jaikoz developer)

Simply:

- Start Jaikoz
- Load all your songs
- Run File:Save Artwork to Filesystem

Jaikoz isnt free software, but you can run Save Artwork to Filesystem without having to buy a license :)

Haha, way to sell the loophole.  :)

 

Re: Extracting and saving Album Art

Reply #8
This seems to work
Code: [Select]
ffmpeg -i test.mp3 -c:v copy test.jpg
(Can there be multiple images embedded?)
PANIC: CPU 1: Cache Error (unrecoverable - dcache data) Eframe = 0x90000000208cf3b8
NOTICE - cpu 0 didn't dump TLB, may be hung