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:

Welcome to the Rockbox Technical Forums!

+  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 20967 times)

Offline belly917

  • Member
  • *
  • Posts: 149
  • wish I could code / had time to improve
Re: bands that start with "the"
« Reply #15 on: January 07, 2006, 10:58:42 AM »
Quote from: saab_rider on January 07, 2006, 06:49:57 AM
I have no idea what I'm talking about, but for somereason the patch isn't working for me.

Could it be that you're in the file browser, and that this patch is only intended for navigating via the database?

Logged
DAPs: iHP-120, H320 & 2Gb nano 2g
Phones: Senn HD280pro, ER 6i & Sony MDR-V500
AMP: Harman Kardon AVR-230 via optical

Offline saab_rider

  • Member
  • *
  • Posts: 43
Re: bands that start with "the"
« Reply #16 on: January 07, 2006, 11:36:22 AM »
SOLVED!!!!!!!!!

To answer your question belly, yes I was in the file browser, but that wasn't the problem!

The problem was in the "Sort Directories" setting (General Settings/ File View/ Sort Directories). I had "by date" selected rather than "Alphabetical".

So the patch works! Sorry for all the trouble BK!
Logged

Offline bk

  • Member
  • *
  • Posts: 266
Re: bands that start with "the"
« Reply #17 on: January 07, 2006, 01:09:30 PM »
Heh. Not a problem, glad it works!
Logged

Offline Mulzi

  • Member
  • *
  • Posts: 5
Re: bands that start with "the"
« Reply #18 on: January 09, 2006, 05:42:13 PM »
I tried the patch and think its really cool.
but why are "the" (without ending space) ignored? what about folders like "There ..."???
Logged

Offline bk

  • Member
  • *
  • Posts: 266
Re: bands that start with "the"
« Reply #19 on: January 09, 2006, 05:44:29 PM »
edit: Fixed.

Latest version of the patch is attached.


[attachment deleted by admin, too old]
« Last Edit: January 09, 2006, 06:05:30 PM by bk »
Logged

Offline Mulzi

  • Member
  • *
  • Posts: 5
Re: bands that start with "the"
« Reply #20 on: January 09, 2006, 06:28:48 PM »
thanks!

like it much more this way!
Logged

Offline bk

  • Member
  • *
  • Posts: 266
Re: bands that start with "the"
« Reply #21 on: January 09, 2006, 10:06:16 PM »
Here's another (hopefully final) revision of the patch. Reorganized and now handles files/dirs named with punctuation delimiters: ie, "The.Henry.Rollins.Band", or "the_new_pornographers", etc.

[attachment deleted by admin, too old]
Logged

Offline thatcrazycommie

  • Member
  • *
  • Posts: 17
Re: bands that start with "the"
« Reply #22 on: March 03, 2006, 09:24:33 AM »
I am sorry - I have no idea how to use patches. That is a text file. Where do I put it/do with it?
Logged

Offline saab_rider

  • Member
  • *
  • Posts: 43
Re: bands that start with "the"
« Reply #23 on: June 23, 2006, 08:38:20 AM »
Hi. I've been trying to patch to the current CVS, and "1 out of 3 hunks FAILED"

Can we get an update please? I tried to patch using p0 and p1,

also moved the patch to /apps/ (where filetree.c was, but still couldn't patch it successfully.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: bands that start with "the"
« Reply #24 on: June 23, 2006, 12:31:03 PM »
If hunks fail, the patch is out of date. You'll have to figure out how to update it to apply.
Logged

Offline saab_rider

  • Member
  • *
  • Posts: 43
Re: bands that start with "the"
« Reply #25 on: June 23, 2006, 12:40:56 PM »
thanks..

That's why I asked for an update.
Logged

Offline Mr. Brownstone

  • Member
  • *
  • Posts: 199
Re: bands that start with "the"
« Reply #26 on: June 23, 2006, 01:10:48 PM »
Only a small change was necessary.

I made a new patch:

[attachment deleted by admin, too old]
Logged
Of course, that’s just my opinion. I could be wrong.

Offline saab_rider

  • Member
  • *
  • Posts: 43
Re: bands that start with "the"
« Reply #27 on: June 23, 2006, 01:14:32 PM »
Thanks Mr. Brownstone!

Wish I undestand the code :)
Logged

Offline CatBus

  • Member
  • *
  • Posts: 34
Re: bands that start with "the"
« Reply #28 on: June 23, 2006, 01:23:22 PM »
This seems to be as good a place as any to ask this question.  First, some background: I am one of those people who has tagged all of their music "Artistname, The" and "Lastname, Firstname" so that it sorts correctly.  And to answer everyone's perennial question, "The The" is tagged "The, The"--simple, logical, and consistent.

The problem of Artist "Display" Name vs. Artist "Organizational" Name seems to be a fundamental problem with existing music file tagging conventions.  Has there ever been any discussion anywhere that music files should use one tag for display and another tag entirely for organization?

I mean, software can do some clever things and figure out that leading "The" (and incidentally "A" and "An", which are much less frequently used) should be ignored for organizational purposes.  But you're still stuck with Bob Dylan getting misfiled under "B" for most people.  And any attempts by software to automate Lastname sorting would misfile Jethro Tull under "T", have difficulty with multi-word last names, etc.

To me, the simple answer is: have one tag called "Artist" (the current tag).  This is the display name.  Then create a new tag called "File Under" (or something).  This is used for sorting.  If the "File Under" tag is empty, fall back to "Artist" for organizing.

Tadaa!  We now have a system that's backwards-compatible with existing music files, makes most people happy by not displaying the "ugly" name with commas, and makes people like me happy by sorting correctly.  You could even tweak the "File Under" tag to make multi-artist collaborations get filed under the artist of your choice, etc.

Why on Earth isn't this how things are done already?  Has this discussion never happened before?  Anyone?  My only guess is: nobody cares enough to go through the effort.  Which is a shame because it doesn't really seem like a lot of work.

PLEASE NOTE: I am not sugesting that Rockbox add support for a unique tagging system that nobody else uses.  I'm simply wondering why nobody uses it.
Logged

Offline saab_rider

  • Member
  • *
  • Posts: 43
Re: bands that start with "the"
« Reply #29 on: June 23, 2006, 01:38:44 PM »
If you ask me ID3 tags aren't used to their fullest potential at all.

Even though we have track numbers within ID3 tags, we still resort to adding the track number in the file name to be able to have an album in the correct order rather than have the tracks sorted out alphabeticaly.

Another problematic issue is having a "feat. artist". For example, having the artist as "50 Cent feat. Eminem" (it's the only thing I could think of right now) would cause problems when using a data base. This causes having two entries; "50 cent" and "50 cent feat. Eminem". Soloution? add the featured artist at the end of the title. But then that looks ugly, and doesn't look like it should.

Why not have a feat. ID3 tag?

But forget about tags that don't exist. So many tags already exist, and very very few programs/ hardware (eg DAPs) make use of the existing tags. Rockbox makes it possible to view what ever tag you need.

Anyway, back to your problem. I suggest you keep the "artist" name in the ID3 normal (eg Bob Dylan), but have the file name as "Dylan, Bob".

When you browse, it's sorted the way you want, and in the WPS, you don't get the commas, and doesn't look like you're looking at the yellow pages.
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.119 seconds with 14 queries.