Grabbing Online Title "as is"

Main discussion forum
Post Reply
guptaas
Newbie
Newbie
Posts: 21
Joined: Thu May 31, 2012 7:06 pm

Grabbing Online Title "as is"

Post by guptaas »

Can't thank you enough for keeping this amazing tool updated all these years.
I prefer to grab AMG track titles as such without any modifications. Couldn't locate an "As is" option but unchecking "Case" field under Options>Workflow took care of part of the problem. However I haven't succeeded in finding a way to stop replacement of " / " in the Title field with a comma. Even examining the script amg.sco didn't show anything obvious. Thank you for any help offered.

User avatar
jtclipper
Administrator
Administrator
Posts: 768
Joined: Tue Aug 10, 2010 12:04 pm

Re: Grabbing Online Title "as is"

Post by jtclipper »

Try the following, in the script and at line 73 replace

Code: Select all

sTitle := AnsiReplaceText( on_cleanHTMLLine(slMain[iRow+1]), '/', ',' ); // title

with

sTitle := on_cleanHTMLLine(slMain[iRow+1]); // title

guptaas
Newbie
Newbie
Posts: 21
Joined: Thu May 31, 2012 7:06 pm

Re: Grabbing Online Title "as is"

Post by guptaas »

Thank you so much. That should take care of it. Will let you know if there is an issue.

Post Reply