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
| | |-+  bands that start with "the"
« previous next »
  • Print
Pages: 1 2 [3] 4

Author Topic: bands that start with "the"  (Read 20966 times)

Offline zipr

  • Member
  • *
  • Posts: 59
Re: bands that start with "the"
« Reply #30 on: June 23, 2006, 02:21:37 PM »
I think it would be useful for the id3 database generator to move the "the"s to the end too, or ignore them (even though the band is The Clash, they show up under "C").  That way, it would work more like most of my other music software (iTunes, Winamp, Mediamonkey), works.

I added it as a feature request on the wiki some time ago.  Perhaps I'll try the patch, but I have to first figure out how to make my own Rockbox.
Logged

Offline saab_rider

  • Member
  • *
  • Posts: 43
Re: bands that start with "the"
« Reply #31 on: June 23, 2006, 02:31:44 PM »
To be honest, I first became aware of this feature while I was browsing my friend's iPod. After that I made the request here in the forums, and bk was kind enough to provide the patch.

Since Rockbox is mainly used through the file browser, the patch was the perfect soloution for sorting folders with disregard to "The".

The only thing I see that's keeping this patch from being commited to CVS is that it doesn't add an option to turn this feature on or off. If someone can add such an option to the RB menu, maybe we can have this commited to CVS.

Regarding the database, it shouldn't be a problem at all to have this implemented. Only TagCache is fairly new, so just wait for a bit. I'm sure someone will come up with a soloution.
Logged

Offline CatBus

  • Member
  • *
  • Posts: 34
Re: bands that start with "the"
« Reply #32 on: June 23, 2006, 02:36:57 PM »
Actually, saab, a "File Under" tag would take care of the "featured artist" problem too.  In your example, the artist would be "50 Cent feat. Eminem" and the File Under would be either "50 Cent" or "Fifty Cent" (depending on whether you wanted it sorted literally with numbers or phonetically (that's another great option I'd like to have!).

But actually I'm fine with my Lastname, Firstname filenames and tags and don't really have a problem to solve per se.  I was just wondering aloud why I should have to develop a system that's "weird" to make myself happy, instead of there being a way to make everyone happy with the same system.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: bands that start with "the"
« Reply #33 on: June 23, 2006, 02:39:44 PM »
Really, with the arbitrary tags in WPS patch (if it were updated to allow arbitrary tags in TagCache, maybe a user-defined list of tags beyond the basic set to search for) one could fairly easily implement a "File Under" tag for Rockbox with it being completely optional and not affecting users who doesn't use it at all. You could even go beyond that to have File_Under_Album and File_Under_Artist and File_Under_Genre tags.
Logged

Offline CatBus

  • Member
  • *
  • Posts: 34
Re: bands that start with "the"
« Reply #34 on: June 23, 2006, 02:52:53 PM »
I'm not advocating Rockbox-only tagging systems because I, and I suspect most others, use other software to play our music too.  From other DAP firmware (sorry, it happens!) to PC software.  For example, if my music sorts differently on my Rockbox-enabled DAP than it does in Amarok, I think I would have actually made things harder on myself than if I'd just left things alone.

I could, I suppose, use Rockbox as a starting point for launching a new standard in tagging conventions, which could eventually spread to all software and firmware, but frankly I'm not really sure that's the best use of this project.  Or even remotely likely.  I guess deep down I'm pretty defeatist on this topic.  So it goes.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: bands that start with "the"
« Reply #35 on: June 23, 2006, 03:26:49 PM »
Well it seems to me it's better to be bullheaded and figure out how YOU want to sort your files, then stop using things that can't be bent to your will. But then, I'm an ornery sorta person.
Logged

Offline iconoclast

  • Member
  • *
  • Posts: 19
Re: bands that start with "the"
« Reply #36 on: June 23, 2006, 08:27:55 PM »
With all of this talk about display names vs. sort names, and "file under" tags, I'm surprised no one has mentioned that this already exists in the id3 spec.  No need to come up with a new system, or anything rockbox specific.  Not a whole lot of other programs use/recognise the sorting tags yet, but it is compatible with those that have implemented similar features, and it's invisible to those who don't use it.  Just sort by the sorting tags if they exist, and by the "standard" tags if they don't. (always display using the "standard" tag of course.)

for id3, you'll want to use:
'TSOP' -- Performer Sort Order
'TSOA' -- Album Sort Order
'TSOT' -- Title Sort Order

and if you really want to be compatible with systems that started working on this problem before direct id3 support...
'XSOP'  'XSOA' and 'XSOT' were the experimental predecessors of the same tags.  There's probably enough of these stil arround that's it's worth supporting them as well.

as for the vorbis/flac equivalent... 'ARTISTSORT', 'ALBUMSORT', and 'TITLESORT' seem to be gaining some ground.
Logged

Offline saab_rider

  • Member
  • *
  • Posts: 43
Re: bands that start with "the"
« Reply #37 on: June 23, 2006, 08:40:02 PM »
As I said, software/hardware doesn't take full advantage of ID3's true pottential
Logged

Offline Falco98

  • Member
  • *
  • Posts: 153
Re: bands that start with "the"
« Reply #38 on: June 25, 2006, 07:17:03 PM »
I rename my folders (but not the actual song tags) to this:
Artist (The)
except in cases where i'd consider "the" to be a part of the phrase (or, is accentuated) and not a modifier...
"Who (The)" doesn't sound quite right ;-)
Logged

Offline Ignatz

  • Member
  • *
  • Posts: 15
Re: bands that start with "the"
« Reply #39 on: June 26, 2006, 11:17:28 AM »
I just chopped off "The " from the folder names.  Except for "The The" which didn't seem right.  :)
Logged

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: bands that start with "the"
« Reply #40 on: June 26, 2006, 11:34:22 AM »
I just have them listed as "The Police" or "The Lisa Marr Experiment" and don't worry about it :D
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: bands that start with "the"
« Reply #41 on: June 26, 2006, 11:37:00 AM »
Oddly enough, I like having all my "The" bands clumped together. But, I'm strange.
Logged

Offline saab_rider

  • Member
  • *
  • Posts: 43
Re: bands that start with "the"
« Reply #42 on: June 26, 2006, 12:10:49 PM »
Quote from: Llorean on June 26, 2006, 11:37:00 AM
Oddly enough, I like having all my "The" bands clumped together. But, I'm strange.

There's an arabic proverb that closely translates to: "admitting one selve's true strength (in this case quirkeness) is a vertue" :p

It's not that easy to translate, I tried to keep it as close to context as possible, but beleive me, it applies in this situation! :D

By no means is this ment to be disrespectfull!
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: bands that start with "the"
« Reply #43 on: June 26, 2006, 12:24:15 PM »
That being said, I do agree it'd be nice to have a sorting method.
It seems that in the future tagcache could index by TSOP if present, then XSOP if the first isn't found, then the regular artist tag if neither of those is found (of course always displaying the Artist tag). That would be maximum compatibility, not require anyone to go out of their way to use special tags, and solve everyone's problems, 'eh?
:)
Logged

Offline music_lover

  • Member
  • *
  • Posts: 33
Re: bands that start with "the"
« Reply #44 on: June 30, 2006, 12:20:56 PM »
For me this is not a real problem.
My musical tastes aren't fully oriented to "english-named" artists.
So, I have artists beginnin with "the" (english), but also with "i" or "le" (italian), "les" (french), "los" (espanol, portoges), "die" (german)...
So, why put a similar english-centric option in RB?  ;)
Logged

  • Print
Pages: 1 2 [3] 4
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  bands that start with "the"
 

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

Page created in 0.128 seconds with 14 queries.