Account Options

  1. Sign in
Google Groups Home
« Groups Home
Message from discussion iTunes 5 - Sortierung
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Christian Schmitz  
View profile   Translate to Translated (View Original)
 More options Sep 9 2005, 7:37 pm
Newsgroups: de.comp.sys.mac.misc
From: supp...@monkeybreadsoftware.de (Christian Schmitz)
Date: Sat, 10 Sep 2005 01:37:14 +0200
Local: Fri, Sep 9 2005 7:37 pm
Subject: Re: iTunes 5 - Sortierung
Patrick M. Hausen <hau...@nospam.de> wrote:

> Hi!

> Wild geraten: wahrscheinlich gucken sie jetzt in die Landeseinstellungen
> und überspringen nur noch "Die". "Die Ärzte" landen nämlich immer noch
> brav vor "BAP".

Schau mal in das iTunes Paket.

In Contents/Resources/German.lproj ist die Datei Localizable.strings.

Die öffnest du in einem Texteditor (BBEdit, Textedit, SubethaEdit, kein
Word!).

Weiter unten findest du sicher

/* ===== Reordered Artist Strings ===== */
"146.001" = "Die ";
"146.002" = "%1, Die";
"146.003" = "die ";
"146.004" = "%1, die";
"146.005" = "DIE ";
"146.006" = "%1, DIE";

Daraus habe ich hier ein

/* ===== Reordered Artist Strings ===== */
"146.001" = "Die ";
"146.002" = "%1, Die";
"146.003" = "die ";
"146.004" = "%1, die";
"146.005" = "DIE ";
"146.006" = "%1, DIE";
"146.007" = "The ";
"146.008" = "%1, The";
"146.009" = "the ";
"146.010" = "%1, the";
"146.011" = "THE ";
"146.012" = "%1, THE";

gemacht und jetzt sortiert er's richtig.

Wie du siehst ist das eine Stringliste, die laufend durchnummeriert
wird. Der erste String wird gesucht und dann wird das neu zusammengebaut
mit dem Rest der als %1 eingesetzt wird.

Viel Spaß beim Basteln!

und macht vorher Backups!

Mfg
Christian

--
Around ten thousand functions in one REALbasic plug-in. The MBS Plugin.
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.