INTERACT FORUM

Please login or register.

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

Author Topic: ÅÄÖ not supported properly (with "grouping" views)?  (Read 1431 times)

magnust

  • Galactic Citizen
  • ****
  • Posts: 380
ÅÄÖ not supported properly (with "grouping" views)?
« on: August 19, 2014, 02:52:24 am »

I have music with the artist Ådahl. In a MC view were a pane is "Album Artist" with the "Grouping" check box ticked this artist gets a group of "Others" instead of getting the proper group "Å".

Is that supposed to be like that really?
Logged

magnust

  • Galactic Citizen
  • ****
  • Posts: 380
Re: ÅÄÖ not supported properly (with "grouping" views)?
« Reply #1 on: August 21, 2014, 01:37:13 am »

Anyone? It looks quite wrong, not too happy about it:
Logged

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: ÅÄÖ not supported properly (with "grouping" views)?
« Reply #2 on: August 21, 2014, 06:08:12 am »

Try grouping with the expression:
 
Code: [Select]
If(IsEqual([Album Artist (auto)], /(Multiple Artists/)), /(Multiple Artists/),
Left(FixCase(Clean([Album Artist (auto)], 2), 3), 1))
Logged

magnust

  • Galactic Citizen
  • ****
  • Posts: 380
Re: ÅÄÖ not supported properly (with "grouping" views)?
« Reply #3 on: August 21, 2014, 12:00:09 pm »

Try grouping with the expression:
 
Code: [Select]
If(IsEqual([Album Artist (auto)], /(Multiple Artists/)), /(Multiple Artists/),
Left(FixCase(Clean([Album Artist (auto)], 2), 3), 1))

Works! Thx.


The original "album artist" grouping code seems broken...?


Interesting is that in a full list of album artists it's sorted correctly (...xyzåäö) but when grouping it comes before (<other>abc...) and is named "Other"
Logged

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: ÅÄÖ not supported properly (with "grouping" views)?
« Reply #4 on: August 21, 2014, 12:45:08 pm »

It seems like it might be intentional behavior to group all non-English characters under the "Other" heading.
I'm glad to hear that the expression works for you.
Logged

magnust

  • Galactic Citizen
  • ****
  • Posts: 380
Re: ÅÄÖ not supported properly (with "grouping" views)?
« Reply #5 on: August 21, 2014, 04:34:01 pm »

It seems like it might be intentional behavior to group all non-English characters under the "Other" heading.
I'm glad to hear that the expression works for you.

To be honest that doesn't feel - to me - like a very nice way to handle artists and songs from all over the world. And since the sorting works correctly why not group correctly too? Still, thanks for the solution  :) :) :) !!!
 
Now I just have to go through and edit tons of different views I've made for dlna, gizmo, theater view and normal view. Pheeew  :P
Logged
Pages: [1]   Go Up