Page 1 of 1

Grabbing Online Title "as is"

Posted: Tue Aug 11, 2015 1:09 am
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.

Re: Grabbing Online Title "as is"

Posted: Tue Aug 11, 2015 3:12 pm
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

Re: Grabbing Online Title "as is"

Posted: Mon Sep 21, 2015 11:12 pm
by guptaas
Thank you so much. That should take care of it. Will let you know if there is an issue.