Advanced Rename script too "advanced"?...(for web)

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

Which organisational structure do you use for artist names?

You may select 1 option

 
 
View results

Nebbin
Posts: 316
Joined: Mon May 30, 2005 4:52 am
Location: Australia

Advanced Rename script too "advanced"?...(for web)

Post by Nebbin »

How many people use Trix's Advanced Rename script? (ie. how many organise their music collection by Lastname, Firstname?)

I'm just wondering since most web sites and tools seem to only ever use Firstname Lastname, making scripted searches (such as the "similar artists" feature of MonkeyRok) rather useless (as it's based on a Last.fm). Is there a way of scripting around this maybe?

Am I only one of a few who deign to use this seemingly outmoded form of organisation? Almost everywhere I look on-line I find it sorted in a Firstname Lastname order. I've always sorted names by Lastname as it felt natural - but it could well be too much "brainwashing" from Uni. Maybe the less "advanced" method is better after all... although after converting over 30k tracks, I'd hate to discover that it was a futile exercise. :( I'm guessing there are a number of other scripts which also rely on a Firstname Lastname catalogue order, so I'm very interested in who uses which system.

PS: I guess what I'd love to see is a structure similar to Outlook where once you enter the name, you can then separately select how that name is displayed / searched for each record. (MM3.5? :P) I think Music Collector from collectorz.com uses something along this line, but heck, it also seems to have separate fields for each band member... sheesh, now THAT'S too much work :)

PPS: I wasn't sure which forum to post this in - please feel free to move it if another is more appropriate.
Nebbin
Posts: 316
Joined: Mon May 30, 2005 4:52 am
Location: Australia

Post by Nebbin »

For added info - strict adherence to most uni style guides (eg MLA, Chicago styles etc for bibliographies) requires a Last name, First name approach - although multiple artists are a strange beast where all but the first auther are First name Last name. This would be impractical for a music database where internal searches would be unable to cope with the two formats - well, at least currently with MM v2.5 (I have yet to try MM3, and so I'm unsure of changes to the employed search mechanism).

Hmmm... probably no one even cares lol! Sometimes I really have to reign in my anal-retentive behaviour :P
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

General rule in computing afaik: when no separate first name, middle name and last name fields are present, you should put them in this order in one name field.
So here, there's only Artist Name --> Firstname Lastname
In cases where "Lastname, Firstname" is used, it's merely for organisational purposes, but this is quite irrelevant when we have music management tools like MediaMonkey and the-likes.

If there are separate first name and last name fields, then the application should be able to show these in a familiar way (so you can choose if you want "Firstname Lastname" or "Lastname, Firstname").
Windows' "address book" (used in Outlook Express) is a good example of this.

Of course this is a general rule. There are always people that don't follow it, and that's fine by me as far as they keep it for themselves. If they start spreading wrongly tagged files, well then they give problems. (yeah I know you can 'easily' change from one to another.... but you really should read (or work with something) about standards... they are used anywhere: in engineering, programming, calculus, economics, ... and they're here for an obvious reason (even if we theoretically speaking 'can' do without them).)

>> Conclusion: ID3 artist tags should be tagged as "Firstname Lastname".
Sometimes I really have to reign in my anal-retentive behaviour
me too! :wink:
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Nebbin
Posts: 316
Joined: Mon May 30, 2005 4:52 am
Location: Australia

Post by Nebbin »

*sigh*

Although I never share tracks, I guess I'll undo it all ... see you all in a few weeks :( lol

Hopefully ID3 tags (or at least software DBs) will eventually allow for the separation &/or custom display of artist names. I just really find it annoying to have tracks ordered by an artist's first name - it simply feels wrong. Obviously I'm not the only one, otherwise Trix would never have written his script, but it certainly seems to be a minority group.
Nebbin
Posts: 316
Joined: Mon May 30, 2005 4:52 am
Location: Australia

Post by Nebbin »

On this same note, what does everyone do with Classical composers? Do you store them as eg.

Lastname, Firstname:
Bach, Johann Sebastian
Khachaturian, Aram
Rossini, Gioacchino
Vivaldi, Antonio


or

Firstname Lastname:
Antonio Vivaldi
Aram Khachaturian
Gioacchino Rossini
Johann Sebastian Bach


This, especially, is an area where I FAR prefer the Lastname, Firstname style. I'd find a large collection not organised this way would be more difficult to browse / use - which hamstrings the whole point of using MM. I can understand the desire to keep names in a perfect Firstname Lastname format, but I can't see MM changing the display behaviour any time soon... (please, please prove me wrong). In fact, for this to work properly, the display style would probably need to affect all NAME fields, such as artist, album artist, composer, involved people, original artist etc...

It's also sad to see that even many of my local CD stores are starting to display their stock by first names now. Probably due to the influence of the more popular online stores which do the same. Ha, I wouldn't be surpised to eventually see Libraries and Uni's dragged kicking and screaming into adopting this practice, as soon most people won't know any other way :P

Anyway, I've started changing the names back to "normal" ... (sooooo time consuming lol), but I think for the moment I'll keep Classical Composers the way they are.
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Post by trixmoto »

@Nebbin - don't do it by hand!! Use my "Advanced Rename" script! If you open the script file in a text editor, near the top you'll find...

Code: Select all

Dim mode
mode = 0 'Firstname Lastname -> Lastname, Firstname
'mode = 1 'Lastname, Firstname -> Firstname Lastname
Simply change this to mode 1 like this...

Code: Select all

Dim mode
'mode = 0 'Firstname Lastname -> Lastname, Firstname
mode = 1 'Lastname, Firstname -> Firstname Lastname
And the script will reverse all the changes! :)
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Nebbin
Posts: 316
Joined: Mon May 30, 2005 4:52 am
Location: Australia

Post by Nebbin »

Thanks Trix - I'm using that change already :)

The only problems are:

1. Album Artist doesn't STAY changed (so have to edit one album-artist at a time in properties window);
2. It doesn't help with multiple artists (of which I have far too many);
3. I currently have all my featured artists within the Title field (to prevent MM from fracturing the artist list too much); and
4. I need to change a number of secondary fields such as Involved People, Original Artist, Composer (non-classical)

Still, the ability to reverse this script has helped no end so far.

PS: Trix - out of curiosity, which way to you currently have your files organised?
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Post by trixmoto »

I always have the artist as "Firstname Lastname" and put other artists in the title field as "Title (feat. Firstname Lastname)" - I wrote this script as a request but have never used it myself. :)
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Bex
Posts: 6316
Joined: Fri May 21, 2004 5:44 am
Location: Sweden

Post by Bex »

I use "Firstname Lastname" syntax and I put the "featuring", "presents" and "versus" artist in the artist field after the "real" artist. But I shorten them to ft. pres. and vs.
Advanced Duplicate Find & Fix Find More From Same - Custom Search. | Transfer PlayStat & Copy-Paste Tags/AlbumArt between any tracks.
Tagging Inconsistencies Do you think you have your tags in order? Think again...
Play History & Stats Node Like having your Last-FM account stored locally, but more advanced.
Case & Leading Zero Fixer Works on filenames too!

All My Scripts
Nebbin
Posts: 316
Joined: Mon May 30, 2005 4:52 am
Location: Australia

Post by Nebbin »

wow - now don't I feel dopey ... :oops: I seem to have been the only one to use the "alternate" naming method lol. I still want to use it, but will have to wait until MM implements the means.
gab
Posts: 328
Joined: Tue Oct 11, 2005 1:20 pm

Post by gab »

If it makes you feel any better, there's at least on other person who uses Lastname, Firstname. It just kills me to see Dylan filed under "B". I've also run into problems using scripts based on social networking sites like Last.FM
Post Reply