INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: panes view  (Read 2017 times)

medvedik

  • Guest
panes view
« on: June 13, 2011, 01:13:03 am »

Hi everyone,

In panes view, now it gives the "album name by Various Artists" when I give one song of the album in the tag artist "artist ft. ......" , even though Album artist I overwrite the album artist (auto). Is there a way to get there the name of the album artist?
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: panes view
« Reply #1 on: June 13, 2011, 01:52:57 am »

Don't overwrite Album Artist (auto).

Instead,

 - clear Album Artist (auto) if you've entered a value there
 - assign the correct values to Artist for each track of multiple artists albums, and
 - assign the correct value for Album Artist if you want this value to override the "(Multiple Artists)" value that will be used otherwise
Logged
The opinions I express represent my own folly.

medvedik

  • Guest
Re: panes view
« Reply #2 on: June 13, 2011, 01:46:42 pm »

Hi,

still couldn't get it right. Tried to clear artist, album artist, so that there was nothing in album artist (auto) anymore.
- filled in artist
- automaticly album artist (auto) was filled in with "multiple artists"
- then filled in album artist with the right name, still got "various artist" behind the album name on top

I have added a pic to maybe make it more clear



Or maybe it is a setting somewhere that I didn't see?
Logged

kensn

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1352
Re: panes view
« Reply #3 on: June 13, 2011, 02:25:59 pm »

It is a various Artist album. The 2 entries you have that include "ft.." will make it a various Artist Album. if you move the FT.. to the song name and leave the Artist as The Chemical Brothers.. all will be good..

Don't know if you want to do that though...

Ken
Logged
If(IsEmpty([Coffee Cup]), Coffee, Drink)

medvedik

  • Guest
Re: panes view
« Reply #4 on: June 13, 2011, 02:51:49 pm »

Not really. I was hoping there was a way to change it so that it would take the "album artist" tag. But if not possible, it will stay like this
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: panes view
« Reply #5 on: June 13, 2011, 03:01:41 pm »

Or more simply, set the Album Artist to "The Chemical Brothers" for all tracks.

If the header you see in the title of the Details view bothers you (eg. the "by Various Artists"), you can change it.

First, convince yourself you can change this header.  Use the Group By sub-menu under the tab's pulldown.  Take a look at the header now, it will have changed to the new grouping you want.

Now, look at the screenshot attached.  Notice a) it includes "BY" in all caps (I did that so you can see the change), and b) it does not show Various Artists.  The reason for this is I did not use Group by "Name", which has a special meaning.  That includes the automatic "by <artist>", where <artist> is Album Artist (auto), but with "Various Artists" substituted for "(Multiple Artists)".  It also includes the date right-justified at the end of the Header.

This was accomplished by adding a new library field, which I called "Artist (header)", and which is a Calculated data Expression field:

[Album] BY if(isempty([Album Artist]),[Album Artist (auto)],[Album Artist])

This will include Album Artist if it is non-empty, and Album Artist (auto) otherwise.

Test it out, and you can tailor to suit your needs.

Logged
The opinions I express represent my own folly.

medvedik

  • Guest
Re: panes view
« Reply #6 on: June 13, 2011, 04:32:23 pm »

Thanks MrC,

that did the job. Never really needed those expressions yet, but from now on i'll try it out more.
Logged

Alex B

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 10121
  • The Cosmic Bird
Re: the mouse button release
« Reply #7 on: June 13, 2011, 05:09:40 pm »

I use the following configuration in one of my views.


The custom field that I use for grouping:


Click to enlarge.


The expression:  [Album Artist (auto)]  ●  /([Year]/) [Album]


Group by:


Click to enlarge.



The resulting view:


Click to enlarge.
Logged
The Cosmic Bird - a triple merger of galaxies: http://eso.org/public/news/eso0755

Alex B

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 10121
  • The Cosmic Bird
Re: panes view
« Reply #8 on: June 13, 2011, 05:19:21 pm »

[Album] BY if(isempty([Album Artist]),[Album Artist (auto)],[Album Artist])

This will include Album Artist if it is non-empty, and Album Artist (auto) otherwise.

Actually,

[Album] BY [Album Artist (auto)]

,,, would do the same. If the Album Artist field has a value, Album Artist (auto) has automatically the same value.
Logged
The Cosmic Bird - a triple merger of galaxies: http://eso.org/public/news/eso0755

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: panes view
« Reply #9 on: June 13, 2011, 06:17:37 pm »

Right, sorry.  I rushed and didn't think.  The intent was to show that not only can fields be used, but so can expressions.

What I was going to suggest, and miserably hinted at, was:

[Album] by if(isequal([Album Artist (auto)],/(Multiple Artists/)),Multiple Artists,[Album Artist (auto)])

to get rid of the parens around Multiple Artists.

Good stuff.
Logged
The opinions I express represent my own folly.

Alex B

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 10121
  • The Cosmic Bird
Re: panes view
« Reply #10 on: June 13, 2011, 06:47:27 pm »

Good stuff.

Indeed.


And a panes view is just one of the options. Personally I use more my "Gategories" views (album thumbnails + a file list), for example: http://yabb.jriver.com/interact/index.php?topic=61513.msg414150#msg414150
Logged
The Cosmic Bird - a triple merger of galaxies: http://eso.org/public/news/eso0755
Pages: [1]   Go Up