Is there a way to specify the first letter of an audio file's artist tag? Alternately, is there a way to create a field that contains the letter?
What I'm trying to do is use MC's send to external program feature to open a web page whose address contains this letter.
Specifically:
In Audio Scheme, right click a song. Select "Send To", select "Send To (external)", select Add/Edit Programs...
Click Add
Name = Guitar Tab Search
Program Path = iexplore.exe
Parameters = ?
I need a way to express the first letter of the artist in the Parameters such that it reads:
http:////www.ultimate-guitar.com//tabs//[Artist first letter]//[Artist]//[Name].htm
So for the song "Let it Die" by "Foo Fighters", internet explorer would open and go to
http://www.ultimate-guitar.com/tabs/f/foo_fighters/let_it_die_tab.htmThis is another take on the idea posted by mabes for finding guitar music in this thread:
http://yabb.jriver.com/interact/index.php?topic=47080.0The only part I'm missing is the first letter of the artist.
Thanks