Help - Search - Members - Calendar
Full Version: album art help?
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
capleton
I am new to this site and new to foobar. Longtime mediamonkey user. Anyway, i really like foobar, and i'm going to start a _complete_ beginner's guide, as the current ones are still kind of tough to understand, and not very comprehensive. However, i am still trying to get my own setup running so...

with the album art mod installed in columns UI, is it possible make a script that will import images in no matter what they are called, in other words, a script that will import all of the images in the file's directotry no matter what they are named, and then maybe switch between them in intervals. is that possible? im completely new to scripting

and also, can i use the embedded album art that much of my music has? If not, how can i de-embed the album art into the containing folder?

sorry this is so long. Thanks in advance.
capleton
QUOTE(capleton @ Jan 5 2007, 07:37) *

I am new to this site and new to foobar. Longtime mediamonkey user. Anyway, i really like foobar, and i'm going to start a _complete_ beginner's guide, as the current ones are still kind of tough to understand, and not very comprehensive. However, i am still trying to get my own setup running so...

with the album art mod installed in columns UI, is it possible make a script that will import images in no matter what they are called, in other words, a script that will import all of the images in the file's directotry no matter what they are named, and then maybe switch between them in intervals. is that possible? im completely new to scripting

and also, can i use the embedded album art that much of my music has? If not, how can i de-embed the album art into the containing folder?

sorry this is so long. Thanks in advance.



P.S. Please let me know if this should've been posted in the 'general' section
gfngfgf
QUOTE(capleton @ Jan 5 2007, 03:37) *

with the album art mod installed in columns UI, is it possible make a script that will import images in no matter what they are called, in other words, a script that will import all of the images in the file's directotry no matter what they are named, and then maybe switch between them in intervals. is that possible? im completely new to scripting

Yes. Use the following as the first source, and check the option "Cycle all wildcard matches" on the "Behaviour" tab.

CODE
$replace(%path%,%filename_ext%,)*

To have them switch in intervals, enable the option "Cycle sources during playback".

QUOTE(capleton @ Jan 5 2007, 03:37) *

and also, can i use the embedded album art that much of my music has? If not, how can i de-embed the album art into the containing folder?

No, foo_uie_albumart cannot access embedded art.
capleton
its been awhile; i had some hardware problems sad.gif


anyway, this is the code i have come up with from your help and others:

CODE
match:replace(%_path%.%_filename_ext%.)*
$replace(%path%.%filename_ext%.)folder.jpg
-$replace(%path%.%filename_ext.)*
--components\default.png


it works great for going between images in the same foler the music is in,
but is there a way to add something so that it will look in the sub-folders of the music as well?

I apologize if this is a dumb question, i am still learning.

again, thanks for the help.

gfngfgf
CODE
$replace(%path%,%directory%\%filename_ext,)*
capleton
its still not working. Where in the code do i put it? do i have to add
CODE
match:
before it?
capleton
hey, i just changed the whole thing to this. Seems to work fine. I have a question though, and I will start a new thread for it i think.

CODE
$replace(%path%,%filename_ext%,)*
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.