INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Artist name in song name  (Read 1550 times)

suviking

  • Junior Woodchuck
  • **
  • Posts: 58
Artist name in song name
« on: September 14, 2012, 07:19:16 pm »

Why are some ppl insisiting on putting the artist name in the name of the song? I mean, it's just there to the right in the Artist field anyway. Just asking  ?
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Artist name in song name
« Reply #1 on: September 14, 2012, 07:25:57 pm »

Rebels?

Or maybe so that weak audio players that display track name only can display both the track and artist name.
Logged
The opinions I express represent my own folly.

kensn

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1352
Re: Artist name in song name
« Reply #2 on: September 14, 2012, 07:32:19 pm »

Mr C..

How about a nice expression to remove those names if in the format above??

please..

ken
Logged
If(IsEmpty([Coffee Cup]), Coffee, Drink)

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Artist name in song name
« Reply #3 on: September 14, 2012, 08:26:07 pm »

The Find and Replace dialog is just peachy for this kind of work.  Select the tracks, and enter into Find and Replace the following (without the quotes):

   Find what: " - Serj Tankian"
   Replace: ""

   Fields selected: Name
Logged
The opinions I express represent my own folly.

kensn

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1352
Re: Artist name in song name
« Reply #4 on: September 14, 2012, 08:48:52 pm »

Thanks... but,

I have some ripped music videos that I put the artist name in, one name per file.. any wild card like "* - " so I do not have to type each name per file?
Logged
If(IsEmpty([Coffee Cup]), Coffee, Drink)

rick.ca

  • Citizen of the Universe
  • *****
  • Posts: 3729
Re: Artist name in song name
« Reply #5 on: September 14, 2012, 09:01:40 pm »

Replace([Name], / - [Artist])
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Artist name in song name
« Reply #6 on: September 14, 2012, 10:48:54 pm »

In case [Artist] no longer matches, if you just need to remove everything after and including a final space-dash-space , you can use:

  if(Regex([Name], /#^(.+) - (.*)$#/), [R1], [Name])

Logged
The opinions I express represent my own folly.

kensn

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1352
Re: Artist name in song name
« Reply #7 on: September 14, 2012, 11:46:02 pm »

Thanks guys... Got it...

Ken
Logged
If(IsEmpty([Coffee Cup]), Coffee, Drink)

suviking

  • Junior Woodchuck
  • **
  • Posts: 58
Re: Artist name in song name
« Reply #8 on: September 15, 2012, 04:45:26 pm »

ha ha, great regex's, I'll try them next time I end up with one of those annoying tags. I've resubmitted the Harakiri album w/o the artist in the name, allowing others the option in the future...
Logged
Pages: [1]   Go Up