Help - Search - Members - Calendar
Full Version: Album art support in 0.9.5 (thread split)
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
Pages: 1, 2, 3, 4
garym
QUOTE(Prodoc @ Oct 26 2007, 06:37) *

Album art of most file is being displayed properly. There are, however, a few releases in my library which don't seem to work. Other applications as Mp3tag and iTunes are able to display the album art of those files correctly.

An example file can be found in the uploads section (hidden, only accessible for staff members).


I have same issue. turns out that art that doesn't display is labeled as type "other" and art that works is type "cover (front)". mp3tag reads either but fb2k does not. foosion noted that beta2 would work with the "other" embedded art.
Mangix
i wonder if album art for APE tagged file will be implemented...
The Link
QUOTE(Mangix @ Oct 27 2007, 19:35) *

i wonder if album art for APE tagged file will be implemented...
It is already implemented and working fine here (tested wavpack and musepack files). It just doesn't work with apev2 embedded album art in mp3 files (id3v2 embedded album art is supported though). I don't think that apev2 tagging in mp3 files is worth further pushing now that there's a reliable and sane implementation of id3v2 tagging in foobar2000.
Prodoc
QUOTE(Alex B @ Oct 26 2007, 16:41) *

ID3v2.2 and the PIC frame?

Check my reply here: http://www.hydrogenaudio.org/forums/index....st&p=525400

Trust me, I'm not letting iTunes touch the file tags. All art has been added using MP3tag.

QUOTE(garym @ Oct 26 2007, 16:44) *
I have same issue. turns out that art that doesn't display is labeled as type "other" and art that works is type "cover (front)". mp3tag reads either but fb2k does not. foosion noted that beta2 would work with the "other" embedded art.

How can I check under which type album art is stored?
garym
Re: Checking art file type in mp3tag:

I couldn't ever figure out how to check this in mp3tag (which would be my preference and would like to know if someone could post this), but in the meantime I used this program (ID3Tagit). If you click on picture, you'll see lots of detail about your album art and I can see that mine is mostly labeled "other"

http://www.id3-tagit.de/
The Link
QUOTE(garym @ Oct 28 2007, 16:50) *

Re: Checking art file type in mp3tag:

I couldn't ever figure out how to check this in mp3tag (which would be my preference and would like to know if someone could post this), but in the meantime I used this program (ID3Tagit). If you click on picture, you'll see lots of detail about your album art and I can see that mine is mostly labeled "other"

http://www.id3-tagit.de/
You can try the just released beta2 and see if it works now.
garym
beta2 works like a charm. All my embedded art displays perfectly!

QUOTE(The Link @ Oct 28 2007, 08:55) *

QUOTE(garym @ Oct 28 2007, 16:50) *

Re: Checking art file type in mp3tag:

I couldn't ever figure out how to check this in mp3tag (which would be my preference and would like to know if someone could post this), but in the meantime I used this program (ID3Tagit). If you click on picture, you'll see lots of detail about your album art and I can see that mine is mostly labeled "other"

http://www.id3-tagit.de/
You can try the just released beta2 and see if it works now.

chongy5
All my cover art was external because embedding it was too much - now of course it seems that a better way is to have it embedded!

Unfortunately because of a large amount of singles I have most of my cover art in the %artist% - %album%.* form, so the majority of my music library shows my no cover art found image.

Would it be easier to wait till hopefully some sort of smarter version of the current album art component is implemented, or will I have to start implementing my cover art?

P.S. It all sounds a bit negative, but the new update is very much welcomed!
Audio N00b
QUOTE(chongy5 @ Oct 28 2007, 16:33) *

Unfortunately because of a large amount of singles I have most of my cover art in the %artist% - %album%.* form, so the majority of my music library shows my no cover art found image.

Would it be easier to wait till hopefully some sort of smarter version of the current album art component is implemented, or will I have to start implementing my cover art?

I have sort of the same problem. But not for singles as I mostly have albums, its just I don't like "album.jpg" or "folder.jpg" or "cover.jpg", so I use a schame similar to yours... I am very pesky when it comes to talk about filenames.
Unfortunately the mod (foosion?) said regex won't be implemented as its not what the average user would use so I guess we have to rely on a 3rd party plugin for this crying.gif
Rain
Slightly off-topic, but does anyone know how to "lock" the album viewer in the new foobar2000 beta, so when I resize the window of the program, the album viewer is also distorted slightly (how to ensure it remains a square shape?)
Frank Bicking
Yes.

Activate the Layout Editing Mode, right-click on the splitter that contains the album art viewer, and choose "Lock Left/Right/Top/Bottom Pane Width/Height" (so many combinations rolleyes.gif - it depends on how your Layout is set up).

You might have to do the same with the splitter that contains the first splitter.

Might sound confusing at first, but it somehow makes sense.
Rain
Ah, thank you. It was so simple. smile.gif
Horst Fux
[quote name='Audio N00b' date='Oct 28 2007, 16:10' post='526082']
[quote name='chongy5' post='526072' date='Oct 28 2007, 16:33']
Unfortunately the mod (foosion?) said regex won't be implemented as its not what the average user would use so I guess we have to rely on a 3rd party plugin for this crying.gif
[/quote]

This can't be serious. I would never expect that the average user wanted to have files with front.jpg in their folder. Apart from this what is with the people who have all their covers in one folder (SIC!), never would do that but at least their're having a big disadvantage.

How hard it can be to code at least some presets which allow you to distinguish some defaults like *front*, *cd*, *back* etc.. At least this would be enough for the normal user and I can't imagine that this would be so hard.

Greets,
Horst Fux
Hirvine
QUOTE(foosion @ Oct 25 2007, 17:09) *

... the following list of filename patterns (ignoring extension, also using backslash as directory seperator as is usual on Windows):
CODE
*cover*;..\*cover*;scan(s)\*cover*;..\scan(s)\*cover*

But perhaps I want to give a different priority to some items, so the pattern list would be this:
CODE
scan(s)\*cover*;..\scan(s)\*cover*;..\*cover*;*cover*

...


Still hopes it get implemented like foosion says.
And if it's not working I hope like @Horst Fux the expression cover.* changes to *cover*.* at least
Again, foosion's solution is way the best I came across this thread.
Frank Bicking
QUOTE(Horst Fux @ Oct 30 2007, 02:34) *
QUOTE(Audio N00b @ Oct 28 2007, 16:10) *

Unfortunately the mod (foosion?) said regex won't be implemented as its not what the average user would use so I guess we have to rely on a 3rd party plugin for this crying.gif


This can't be serious. I would never expect that the average user wanted to have files with front.jpg (...)

I think there is a misunderstanding.

foosion's reply was about why regular expressions (which are far beyond the * and ? placeholders) are not going to be introduced as a configuration scheme for the end user, not about what might be used internally to find image files. Extending the default search patterns to *front* etc. has not been rejected at all.
Jose Hidalgo
QUOTE(mil3s @ Oct 20 2007, 19:13) *

QUOTE(mobyduck @ Oct 20 2007, 11:16) *

QUOTE(Fandango @ Oct 20 2007, 08:56) *
Can I use TAGZ here or field names like %artist% and %album% and so on?
I'd like to know that too. I keep all my covers in one folder and so far I had no luck setting up this feature.

+1

+1, me too... I'd like to keep all my front covers in one single folder with a simple pattern like
%artist% - (%year%) %album%.jpg.

QUOTE(Alex B @ Oct 24 2007, 12:12) *

I wonder if I am the only one who wants to identify the album art files by the filenames too and hates generic names like "folder.jpg". I also don't want to create duplicated image data and add tagging complexity by using embedded art in my main music archive.

Alex, I believe you are not the only one. I have about 1000 legally-bought albums, and I can tell you that I don't intend to have 1000 "folder.jpg" files.

Everybody, please listen : I'm a complete foobar newbie, I don't even know how to configure it properly nor to alter the Default UI... but hey, that doesn't mean I'm an idiot. I'm a music lover and I've grown up enough to decide myself how I want to sort my CDs and my album art within my hard drive. Now all I need is a default Album Art Viewer, easy to use, but still able to find all my album art inside a single folder with a simple Windows pattern like "C:\Music\Album Art\%artist% - (%year%) %album%.jpg". Does this pattern look complicated to you ? To me it doesn't. And I'm just a newbie.

So I'm sorry but I'm not sure if I've understood :
- Is this already possible with 0.9.5's default viewer ?
- If not, will it be possible ?
- Or do the developers consider that we average users are too dumb to want to have names other than "folder.jpg" ? tongue.gif (just kidding guys, please don't take it personally laugh.gif ). Everyone that has ripped a single CD with EAC (not to mention hundreds of them) knows how to handle Windows file patterns, don't you think ? wink.gif

Thanks in advance. smile.gif
lousybutler
Is there an option to just show whatever file is in the folder of the music being played? a *.* option, if you will.

With the third party album art viewer, there was an option to get the image from various locations (Amazon,
etc). Is it going to be implemented in the built-in image viewer?
Hirvine
QUOTE(Frank Bicking @ Oct 30 2007, 15:28) *

foosion's reply was about why regular expressions (which are far beyond the * and ? placeholders) are not going to be introduced as a configuration scheme for the end user, not about what might be used internally to find image files. Extending the default search patterns to *front* etc. has not been rejected at all.


No misunderstanding... I know, but it doesn't say it's not a good solution. I replied at @Horst Fux, and other fellow thread readers, thinking the album art search pattern can be improved. The way fuusion described might not be intended as a solution, but it wouldn't be bad if it was a soltution. In fact, it looks great.

Still, whether it get's implemented is ofcourse the decision of the developpers. So far your program is great, so your decisions of the past were probably the right choices. I've good faith.
(Hopefully I have choosen the right synonym for "faith" from my dictionary)
foosion
QUOTE(Jose Hidalgo @ Oct 31 2007, 04:24) *
So I'm sorry but I'm not sure if I've understood :
- Is this already possible with 0.9.5's default viewer ?
- If not, will it be possible ?
- Or do the developers consider that we average users are too dumb to want to have names other than "folder.jpg" ? tongue.gif (just kidding guys, please don't take it personally laugh.gif ). Everyone that has ripped a single CD with EAC (not to mention hundreds of them) knows how to handle Windows file patterns, don't you think ? wink.gif

No, this is not possible with the current version of the album art viewer in the Default User Interface. Our primary goal at the moment is to fix the known bugs and issues in the beta to get a stable release. This means that quite a few of the proposed extra features will have to wait until a future version (0.9.5.1 maybe). The exact way to configure album art locations has not been decided, but I think by now we have enough examples of how people organize their album art to work out an appropriate solution.
radio_cascara
QUOTE(foosion @ Oct 31 2007, 12:23) *

No, this is not possible with the current version of the album art viewer in the Default User Interface. Our primary goal at the moment is to fix the known bugs and issues in the beta to get a stable release. This means that quite a few of the proposed extra features will have to wait until a future version (0.9.5.1 maybe). The exact way to configure album art locations has not been decided, but I think by now we have enough examples of how people organize their album art to work out an appropriate solution.


wow, those are great news, so the cofiguration is planned, i'm delighted smile.gif
Jose Hidalgo
Thanks foosion, great news indeed. It's good to see that you guys are trying to listen to users. I hope the album art locations will be implemented by 0.9.5.1 and not later : it looks like a minor modification to me, so it shouldn't be hard to implement. I hope to see it in the roadmap soon. Thanks again. smile.gif
pIv
I embed 4 cover arts (front, back, cd, inside) with mp3tag editor. In mp3tag I can change and see any cover art, but in foobar I see only first embeded picture.
It is possible release manualy cicle embeddes cover arts with middle click of mouse?
Why I can see embedded cover art only as front cover?
In properties I not found tag with cover art, in what tag cover art stored?
The Link
QUOTE(pIv @ Oct 31 2007, 14:17) *

I embed 4 cover arts (front, back, cd, inside) with mp3tag editor. In mp3tag I can change and see any cover art, but in foobar I see only first embeded picture.
It is possible release manualy cicle embeddes cover arts with middle click of mouse?
Why I can see embedded cover art only as front cover?
In properties I not found tag with cover art, in what tag cover art stored?
You can choose which cover art to display in the context menu of the album art display ui element.
pIv
QUOTE
You can choose which cover art to display in the context menu of the album art display ui element.


Mp3tag.exe ver 2.39 (www.mp3tag.de) don't assign names to embedded cover arts and I don't choose it by right click of mouse.
The Link
QUOTE(pIv @ Oct 31 2007, 16:13) *

Mp3tag.exe ver 2.39 (www.mp3tag.de) don't assign names to embedded cover arts and I don't choose it by right click of mouse.
You're right. Mp3tag lets you embed multiple images but they are all of the type "front". This means there's no way to display all of them in foobar2000 unless mp3tag lets you assign different types to the embedded images or foobar2000 implements a workaround.
pIv
QUOTE(The Link @ Oct 31 2007, 06:32) *

QUOTE(pIv @ Oct 31 2007, 16:13) *

Mp3tag.exe ver 2.39 (www.mp3tag.de) don't assign names to embedded cover arts and I don't choose it by right click of mouse.
You're right. Mp3tag lets you embed multiple images but they are all of the type "front". This means there's no way to display all of them in foobar2000 unless mp3tag lets you assign different types to the embedded images or foobar2000 implements a workaround.


That's right and becouse I say to plugin autor - "it is possible release manualy cicle embeddes cover arts with middle click of mouse?"
azag
Hi, I'm just curious. When I select more than one track, album art panel (in the new 0.9.5 ui) shows just [multiple items] even though the album arts are the same in all selected items. Is it standard behaviour or am I missing something? If this is normal, I would say it's quite a pity... Even if the album arts differs I would greet rather a random art than nothing. But anyway, thousand thanks for the new version...
shakey_snake
You will not get[multiple items] when the songs are referencing the same art file.

So, if your album art is embedded (ie each song references it's own art stored in the tag), or you have a multi-disc album split across multiple directories, then you will get [multiple items] because foobar has no way of knowing they are the same image.



I have my albums sorted by directory with a folder.jpg in each folder and do not get [multiple items] for multiple items selected of the same directory.
IPB Image
azag
ok, then it seems that foobar prefers the album art tag rather than any file image in the appropriate folder, cause I've got them both and [multiple items] is displayed. Is there any way how to tell foobar where to take album arts? I'm really not interested in deleting all album art tags from my files...
twostar
i'm interested as well in setting foobar to display folder.jpg instead of the album art tag since i keep my high res album art in the folder.jpg and the low res in the tag. why i keep it that way? because of my stoopid ipod.
shakey_snake
Dude, get Rockbox. All the cool kids are.
Fandango
I want to re-evaluate my proposal about how the artwork images are found in the current directory.

Namely it would be essential to be able to determine the keywords that are used for the four different cover images on your own. Currently they're:
QUOTE
Front cover: folder.*;front.*;cover.*
Back cover: back.*
Disc picture: medium.*;media.*;disc.*;cd.*;dvd.*


But IMHO there should be an option in the Advanced preferences dialog, where we can enter wildcards of our own. (Just like the ones under "Legacy title format settings" or "Properties dialog" or even those like "Media Library->File Types").

For example I don't have any image files that match "*back.*" (the back of what exactly?), I would need a match like "*tray card outside.*". And I probably won't rename all my scans, I'd rather wait for a better album art component I could use with the new Default UI.

Apart from the current directory search, an TAGZ based matching and an option to set an artwork directory, would still be appreciated.
BGonz808
It would be great if support for transparency was added, as well as the option to, when it displays an image instead of "no album art", tile or center the image instead of stretching it when the image is smaller than the display box.
FrozenSpoon
It seems transparent PNGs always render with a background color of black. Why not use the PNG's defined background color, or even the background color of the theme?

Also, I find it really annoying that when Foobar's main window isn't active it shows [no selection] even when there was a selection. There's no reason the album art should disappear when entering preferences, looking at the console, etc. Very distracting.
Paweł
I have few requests:

- Ability to embedding image file into audio file
- Option to save embedded album art into image file
- Trancoding between audio formats with preserve of embedded album art
- Gradual transition instead of flicker when changing image in Album Art component

Is it possible? lalala.gif

PS. Sorry for my english...
drake
the fact that the album art viewer can't be switched between "follow cursor" and "now playing" like the old album art panel greatly saddens me.
MrMincho
New interface is pretty sweet, wish i noticed it earlier this week when the settings for half my programs took a dump and i had already reconfigured my columns ui setup.

This is definatly a step in the right direction, i only have a few complaints at the time:

1. foo_uie_albumart offers a little more flexability with the cover art, mainly, cyclying through the images in the folder a song is playing in, or cycling through the nocover images. I really miss this since i have a lot of randomly named art in the folders.

2.A minor gripe, the old icon was better.

3. I dont like the large playing icon, i prefer the colums ui setting where the currently playing song was just a different color.

4. I couldn't change the color of the text in a column, i probly have no more need to do this thanks to the track info panel but i was just annoyed that i couldn't do it.
heycheckit
Please consider at least adding an option to change the default filenames the Album Art Viewer looks for!
the current settings of

* Front cover: folder.*;front.*;cover.*
* Back cover: back.*
* Disc picture: medium.*;media.*;disc.*;cd.*;dvd.*

are very restrictive.
One issue I have with it - and I suspsect for many others as well - is that my Zune software only recognizes album art named as ZuneCustomAlbumArt.jpg, Im forced to make two copies, folder.jpg and ZuneCustomAlbumArt.jpg for foobar and zune to recognize album art, which im relaly not willing to do.
(they used to recognize folder.jpg too but they changed that for whatever retarded reason)
Hirvine
The topic is almost all about your fact @heycheckit. Though somewhere it's better to release the current beta and put it the feature into a brand new version. Just hope the developers feels to add/modify it. It's a pity but, I'm not really convinced they are willing to. I'm not sure what they do about it. So atm I'm lurking at this topic.
Jose Hidalgo
I second that : I'm really hoping for a lot more flexibility regarding album art file names and locations.
q-stankovic
Wouldn't following match all possible name shemes?


Front cover: *folder*.*;*front*.*;*cover*.*;*%album%*.*
Back cover: *back*.*
Disc picture: *medium*.*;*media*.*;*disc*.*;*cd*.*;*dvd*.*
Jose Hidalgo
It's not only about name schemes : it's about folders too. One should be able to choose a folder (or several folders) for all front covers, a folder (or several folders) for all back covers, etc.

Exactly in the same way that we can choose a folder (or several folders) for our music library !!!
Hirvine
huh.gif I'm thinking you start the discussion in This Thread, Page 2
See the post of fuusion who has far the best solution (I think) concerning filnames, folders, in fact any structures. However as I said above I'm not convinced a developer have picked this up. If you meant something different, sorry, my bad.
Kiteroa
Surely, as a matter of principle, album cover file names and locations should be fully user customisable (as in past versions). The options proposed are good as a default (and they happen to suit me) but why should people be forced into a particular way of dealing with this.

This allows for different structures, language, and approaches to be accommodated.

TAGZ have been used for such things in the past and are much easier to use than regular expressions.


q-stankovic
QUOTE(Jose Hidalgo @ Nov 21 2007, 20:27) *

It's not only about name schemes : it's about folders too. One should be able to choose a folder (or several folders) for all front covers, a folder (or several folders) for all back covers, etc.


I am the same opinion - but that was absolutely not my topic. Forget for one moment what you saw in foo_uie_albumart and ask yourself why must (1.) the location of the images and (2.) the names of the images be defined in one place/at same time and by using TAGZ functions. If the following (a little bit modified):

Front cover: *folder*.*;*front*.*;*cover*.*;*%album%*.*;<only one picture>
Back cover: *back*.*
Disc picture: *medium*.*;*media*.*;*disc*.*;*cd*.*;*dvd*.*

really matches all possible and senseful name shemes why should a user then bother about the names at all and not just define possible locations? Why should he use the $replace function to define albumfolder as location when a simple checkbox for "Look in albumfolder" would do the same job?

QUOTE(Kiteroa @ Nov 21 2007, 23:31) *

Surely, as a matter of principle, album cover file names and locations should be fully user customisable

Fully customizable means i can define my front covers as images with "back" in their name - nobody would do that, or? Can someone give me one example of names that would not match to the patterns above?


Jose Hidalgo
@q-stankovic : I'm not sure to have perfectly understood your post (sorry). But let's imagine for example that :
1/ For conventional albums, name of the front cover is "%album artist% - (%year%) %album% - front.jpg"
2/ For OSTs, name of the front cover is just "Soundtrack - (%year%) %album% - front.jpg"

Let's assume that we put all front covers in the same folder (I'd hate to do that, but let's assume it). Would foobar according to your method be able to recognize all patterns automatically, or should we be able to enter the patterns manually ? I'd feel more secure with the second solution, don't you think ?
Kiteroa
QUOTE(q-stankovic @ Nov 23 2007, 05:30) *

QUOTE(Jose Hidalgo @ Nov 21 2007, 20:27) *

It's not only about name schemes : it's about folders too. One should be able to choose a folder (or several folders) for all front covers, a folder (or several folders) for all back covers, etc.


I am the same opinion - but that was absolutely not my topic. Forget for one moment what you saw in foo_uie_albumart and ask yourself why must (1.) the location of the images and (2.) the names of the images be defined in one place/at same time and by using TAGZ functions. If the following (a little bit modified):

Front cover: *folder*.*;*front*.*;*cover*.*;*%album%*.*;<only one picture>
Back cover: *back*.*
Disc picture: *medium*.*;*media*.*;*disc*.*;*cd*.*;*dvd*.*

really matches all possible and senseful name shemes why should a user then bother about the names at all and not just define possible locations? Why should he use the $replace function to define albumfolder as location when a simple checkbox for "Look in albumfolder" would do the same job?

QUOTE(Kiteroa @ Nov 21 2007, 23:31) *

Surely, as a matter of principle, album cover file names and locations should be fully user customisable

Fully customizable means i can define my front covers as images with "back" in their name - nobody would do that, or? Can someone give me one example of names that would not match to the patterns above?


What you say may be plausible for users of English; I'm not sure how that might impact on users of other languages.

In any case, not all music in collections is from albums. As well as albums, I have a number of historical recordings of songs, downloaded podcasts, etc. which I want to display art for, so here's some examples from my own set up:

When playing tracks from a selection by artist I show the artist(s) (based on the %artist% tag) in a header and cycle through the composer(s) of the track which is playing. (I have composer names stored in a %composer% tag which I use to get the image of the composer.)

When playing tracks from a selection by composer I show the composer(s) in a header and cycle through the artist(s) performing.

For certain tracks I have particular images - say an excerpt of a particular performance with images of that performance - stored as <title>?.jpg. So I cycle through %title%*.* in a display.

It was a bit fiddly, but not particularly difficult, to set Foobar up that way but I like it I how I've got it and I find it very useful. That's what I like about Foobar - I can make it do what I want. No other player met my needs and I was able to customise Foobar to work how I want it to.


My general point is that there will always be lots of users with different needs which cannot be anticipated by developers. Good software allows users to meet their own needs by allowing customisation. Why should that be restricted? If people want a particular set up and they are prepared to put their own effort in to get it how they want - why shouldn't they be able to? A good application can be fitted to the way people need or want to do things - it should not force users into a particular way of operating!

A good default, but fully customisable: everybody gains!

(In the meantime, I'll stick with the album art display plug-in!).
Jose Hidalgo
QUOTE(Kiteroa @ Nov 22 2007, 23:53) *

My general point is that there will always be lots of users with different needs which cannot be anticipated by developers. Good software allows users to meet their own needs by allowing customisation. Why should that be restricted? If people want a particular set up and they are prepared to put their own effort in to get it how they want - why shouldn't they be able to? A good application can be fitted to the way people need or want to do things - it should not force users into a particular way of operating!

A good default, but fully customisable: everybody gains!

I totally agree !!! A good default doesn't mean that foobar doesn't have to be fully customizable, even with the default components (no need for exotic dlls to tweak the Playlist View or the Album art patterns for instance). IMHO foobar must be able to work in both modes (beginner and expert).

And since 0.9.5, I have the feeling that some developers (no offense intended of course) are focused on the ease of use, which is great of course, but tend to forget a bit about the total customizability that has made foobar a reference among expert users.

A good example is the default buttons in 0.9.5. Personally I like them, I don't feel the urge to change them, but I understand other people's complaints because I really don't understant them being hard-coded ! Hard-coded stuff belongs more to closed, commercial projects, not to cooperative projects like foobar. This is wrong IMHO.

I really hope I'm wrong, but when I see that simple customization requests like "let us enter several custom directories for the art files and at least one different custom file pattern per directory" don't seem natural/logical to developers, I must admit that I don't understand. You can define as much default patterns as you want, there'll always be someone with a different pattern. So why wouldn't you let people enter their own patterns / directories, plain and simple ?

It's not about the 60+% of users that will be happy with the Default UI and no tweaks. It's about all the others. The genius within foobar has always been to be able to address other people's requests, so that nobody feels left aside and everybody can be happy.

smile.gif
q-stankovic
QUOTE(Jose Hidalgo @ Nov 22 2007, 17:58) *

1/ For conventional albums, name of the front cover is "%album artist% - (%year%) %album% - front.jpg"
2/ For OSTs, name of the front cover is just "Soundtrack - (%year%) %album% - front.jpg"

Let's assume that we put all front covers in the same folder (I'd hate to do that, but let's assume it). Would foobar according to your method be able to recognize all patterns automatically...


No, it wouldn't - but as you said: you would hate to do that, so you don't do that. That was my point: Fully customizability means freedom to make senseless things. Maybe there are 1% of all users who likes to be excentric but for me that is not a good reason to make it for the rest more complicated than necessary. Don't understand me wrong: The album art viewer must be improved in the sense to display all album art (of the 99%) but why it must be titleformatting? I can remeber very well as i saw as noobie the foo_uie_albumart plugin how confused i was. I know many people who really need foobar because there is no other program that could do what they want (flexible tagging, creating any views in library viewers,...) - as i made the first experiences with the new DefaultUi i was thinking of them and showed them foobar again: unlike the first time i showed them foobar now they were excited about how simple and powerful a tool can be. Hopefully that is not going to be changed just because a minority likes to manage simple things in a bizarre way and to declare that as freedom. The ideal solution would be: in the advanced prefences we have one line where we can store the name of directory if we don't like album folders.

As i asked myself what are good reasons for storing albumrelated images outside of albumfolders i started to suppose that the real motivation to ask for full customizability is to display any art (artists, composers, locations, logos...). But why didn't you say that explicitly (if i missed something so i am sorry but i think kiteroa was the first, or?)


Garfield4
QUOTE(Fandango @ Oct 20 2007, 14:58) *

So there's a stub image for missing album art ([no image]), but then "[multiple items]" needs a stub image too. cool.gif


When Clicking on an Artist - how about the option to display an Artist Picture rather than a stub image or text for multiple items. (my structure = albums are within subfolders of artist)?
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.