INTERACT FORUM

Please login or register.

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

Author Topic: [SOLVED] Views: Showing multple artist name variations as one  (Read 659 times)

afora

  • Recent member
  • *
  • Posts: 29
[SOLVED] Views: Showing multple artist name variations as one
« on: October 02, 2022, 06:50:18 am »

I have artists who appear under different names (e.g. Radiohead, Thom Yorke, Atoms for Peace) which I really want to show as one in my Artist View. And I do want them to show up 3 times in the hierarchy essentially duplicating exactly the same Album information.

I tried changing Artist of such tracks from the original say <Atoms for Peace> to <Atoms for Peace; Thom Yorke; Radiohead>. But I don't feel it's right as I'm altering the original track fields.

Any suggestions for the best strategy to achieve this in Views?
Logged

afora

  • Recent member
  • *
  • Posts: 29
[SOLVED] Re: Views: Showing multple artist name variations as one
« Reply #1 on: October 04, 2022, 11:38:44 pm »

Bumping this question up - and will really appreciate if anybody could share some strategies for a situation like this.
Cheers!
Logged

EnglishTiger

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 955
Re: Views: Showing multple artist name variations as one
« Reply #2 on: October 05, 2022, 04:16:51 am »

About the only way I can think of achieving something near to what you want is to set up a new semi-colon delimited list field with a name like "Associated Artists" and, with reference to your example, do not alter the name in the "Artist" tag but add all 3 Names to the Associated Act Names in the "Associated Artists Tag".


Note: Any non-standard modifications to the "Artist" tag i.e., adding in an Associated Artist", can and probably will cause Web Searches to FAIL!
Logged
Win NUC - VENOEN 11Th NUC Mini PC Core i7 1165G7,Dual HDMI 2.0+Mini DP,Windows 11 Mini Desktop Computer,Thunderbolt 4.0,1 Lan, USB-C,Wifi,Bluetooth 5.0,32GB RAM Toshiba MQ04ABF100 ‎500Gb 5400 RPM ‎eSATA HD, Gigabyte GP-GSM2NE3512GNTD 1Tb NVMe SSD, Samsung 870 QVO 8 TB SATA 2.5 Inch SSD (MZ-77Q8T0) in Sabrent Ultra Slim USB 3.0 to 2.5-Inch SATA External Aluminium Hard Drive Enclosure (EC-UK30)

Apple 2020 Mac mini M1 Chip (8GB RAM, 512GB SSD)
Sabrent Thunderbolt 3 to Dual NVMe M.2 SSD Tool-Free Enclosure with Sabrent 2TB Rocket NVMe PCIe M.2 2280 High Performance SSD + Crucial P3 Plus 4TB M.2 PCIe

ET Skins & TrackInfo Plugins - https://englishtiger.uk/index.html

afora

  • Recent member
  • *
  • Posts: 29
[SOLVED] Re: Views: Showing multple artist name variations as one
« Reply #3 on: October 05, 2022, 07:36:49 pm »

A scary quantity of work... Thank you anyway, makes sense!
Logged

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
Re: Views: Showing multple artist name variations as one
« Reply #4 on: October 06, 2022, 10:09:34 am »

Do I understand that you want to establish canonical names for several artists that resolve to one?  For example:

band name                       canonical name
Miles Davis.                      Miles Davis
The miles Davis quintet.    Miles Davis
Miles and friends               Miles Davis

If that's what you want, it's pretty straight forward. 

Brian.
Logged

HPBEME

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 959
  • Hoisted by his own petard - Lock him up!
Re: Views: Showing multple artist name variations as one
« Reply #5 on: October 06, 2022, 08:01:48 pm »

If that's what you want, it's pretty straight forward. 
Well don't keep it to yourself Brian… Do tell!

I'm trying to do something similar to what the OP is asking for, but not exactly the same. I've come up with an expression(s) that gets me very close to what I want, but it always fails for a specific circumstance of artists/albums. Rather than try to spell out my situation explicitly, I figure I could first try whatever expression you provide to the OP, and see if I can massage it into something that works for me.
Logged

afora

  • Recent member
  • *
  • Posts: 29
[SOLVED] Re: Views: Showing multple artist name variations as one
« Reply #6 on: October 07, 2022, 01:04:56 am »

If that's what you want, it's pretty straight forward. 

Yes, that's what I was after!

And by meaning straightforward you mean something other than creating a user defined field and then tagging all files over?
Logged

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
Re: Views: Showing multple artist name variations as one
« Reply #7 on: October 07, 2022, 07:41:25 am »

Here's the idea:

Two new fields:

Artist Display
Artist Override

[Artist Display] is the new field that will hold all artist names.  It will hold the regular [Artist] field for normal artists.  For those that you want an alias or an "override" it will hold that value.  You will display and use [Artist Display] in your Artist view(s).

[Artist Display] = FirstNotEmpty([Artist Override],[Artist])

This means that *IF* [Artist Override] has a value, then it uses it.  If not, it defaults to using [Artist] instead.

So, there is data entry required.  Essentially for every artist that you want to have an alias or an Override, you fill out the Artist Override field.  Then [Artist Display] will automatically pick that up.

Examples:

[Artist]                    [Artist Overide]        [Artist Display]
Miles Davis                                             Miles Davis
Miles Davis Quintet   Miles Davis               Miles Davis
Miles and Friends      Miles Davis               Miles Davis               
Pink Floyd                                               Pink Floyd

All of this happens automatically, other than you filling out [Artist Override] where you want to.  Note that you can easily fill out this filed for an entire Artist all at once, across many albums and many songs.  If you have 3 variations like the original example, you only have to fill out the override twice.

I'm not sure if this is exactly what you're after, but it's a well known technique in MC to use 3 fields as I have outlined above.

Good luck,
Brian.
Logged

dtc

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3010
Re: Views: Showing multple artist name variations as one
« Reply #8 on: October 07, 2022, 11:19:39 am »

Brian's method is similar to the logic used to swap first and last name for an artist. Generally, you use the SWAP command but can override it manually for names that do not work correctly with SWAP.
Logged
Pages: [1]   Go Up