Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Artist/Song Order
« previous next »
  • Print
Pages: [1]

Author Topic: Artist/Song Order  (Read 4059 times)

Offline jtorque

  • Member
  • *
  • Posts: 2
Artist/Song Order
« on: May 24, 2007, 07:10:00 PM »
Maybe I am overlooking something here, but I have read the manual and cannot seem to find an answer to this. When looking at the artist or song list, most of the songs are in alphabetic order. Music with accents in the name, however, appear at the very bottom of the list instead of where it seems like they should likely fit into the list. The group "Änglagård," for example, should be near the top of the artist list instead of the bottom. Is there any way to correct this?

I must say that I am very impressed by the progress that has been made by Rockbox. I truly appreciate the efforts everyone has put forth to make such a great system.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Artist/Song Order
« Reply #1 on: May 24, 2007, 07:12:28 PM »
The problem is that traditional simple alphabetical sorting algorithms don't tend to take into account accented characters, which actually show up in a completely different place in the standard character list. An algorithm to take this into account would in the end be significantly more complex, unfortunately.
Logged

Offline pixelma

  • Rockbox Expert
  • Member
  • *
  • Posts: 645
Re: Artist/Song Order
« Reply #2 on: May 24, 2007, 10:08:38 PM »
Additionally these accented characters get sorted differently in different languages.

You provided a nice example: "Änglagård" (which I assume is a swedish name). In the swedish alphabet, the accented characters follow the non accented characters. The group starting with an "Ä" would be found correctly after the "Z". In other languages it would be sorted along the "A".
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Artist/Song Order
« Reply #3 on: May 24, 2007, 10:11:29 PM »
Of course the TSOP (and equivalent tags) would allow you to pick exactly how you wanted these included in the sort without every seeing whatever slightly incorrect name you used to put them there. ;)
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Artist/Song Order
« Reply #4 on: May 25, 2007, 03:31:12 AM »
Quote from: Llorean on May 24, 2007, 10:11:29 PM
Of course the TSOP (and equivalent tags) would allow you to pick exactly how you wanted these included in the sort without every seeing whatever slightly incorrect name you used to put them there.

I had been trying to stay out of this argument, as enough people were already pointing out to lalittle why his idea was flawed, but this is yet another excellent point towards using TSOP. :)
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline Mikerman

  • Artist
  • Member
  • *
  • Posts: 721
Re: Artist/Song Order
« Reply #5 on: May 25, 2007, 11:45:36 AM »
TSOP = ?

Quote
Acronym    Definition
TSOP   Tactical Standing Operating Procedure
TSOP   The Sound Of Philadelphia
TSOP   The Speed of Pain (Marilyn Manson song)
TSOP   Thin Small-Outline Package

http://acronyms.thefreedictionary.com/TSOP
Logged

Offline DefineByte

  • Member
  • *
  • Posts: 104
Re: Artist/Song Order
« Reply #6 on: May 25, 2007, 11:49:58 AM »
It's the performer sort order frame in ID3v2.4. It's used instead of the performer tag for sorting (if you so desire).
« Last Edit: May 25, 2007, 11:52:20 AM by DefineByte »
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Artist/Song Order
« Reply #7 on: May 25, 2007, 12:51:48 PM »
Sorry, I'm using it as shorthand to mean "TSOP and other equivalent tags."

Basically, TSOP, TSOA, TSOT for ID3v2.4, and a variety of other tags in other standards that perform indentical function. Basically, if you want to display one name for the Artist, Album, or Title, but want it to be in a place in the sort order that is different from where the display name is, you would write something different in the sort-order tag than what is displayed, and whatever program is sorting puts it in the place appropriate to the TSO tag rather than the normal tag.
Logged

Offline Mikerman

  • Artist
  • Member
  • *
  • Posts: 721
Re: Artist/Song Order
« Reply #8 on: May 25, 2007, 04:59:01 PM »
Ah, got it--like a tag which could result in the beginning "The" to appear in the title display list, but alphabetize according to the next word.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Artist/Song Order
« Reply #9 on: May 25, 2007, 05:05:25 PM »
Basically, for Artist, Album, and Title, there are two tags. One to show, and one to use when sorting.

You'd show "The Beatles", but the sorting tag would have in it "Beatles, The" instead.
Logged

Offline jtorque

  • Member
  • *
  • Posts: 2
Re: Artist/Song Order
« Reply #10 on: May 26, 2007, 12:17:16 AM »
If that's something that I can correct in my audio files, perfect. Thank you very much.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Artist/Song Order
« Reply #11 on: May 26, 2007, 12:20:13 AM »
It's not something you can correct yet, unfortunately. Someone needs to implement it.
Logged

Offline bblackmoor

  • Member
  • *
  • Posts: 15
Re: Artist/Song Order
« Reply #12 on: June 11, 2007, 07:14:32 PM »
Quote from: Llorean on May 25, 2007, 12:51:48 PM
Basically, TSOP, TSOA, TSOT for ID3v2.4, and a variety of other tags in other standards that perform indentical function. Basically, if you want to display one name for the Artist, Album, or Title, but want it to be in a place in the sort order that is different from where the display name is, you would write something different in the sort-order tag than what is displayed, and whatever program is sorting puts it in the place appropriate to the TSO tag rather than the normal tag.

Wow, that's a great idea. I had pretty much resigned myself finding half of my artists/albums under "The". :)
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Artist/Song Order
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.159 seconds with 22 queries.