I would like to always strip out (Bonus Track) from a title.
I made a replacement matrix, replace this was (Bonus Track) and WITH THIS I left blank.
Result was it deleted Bonus Track, but left me with empty parentheses like this ( )
Search found 35 matches
- Tue Jun 11, 2024 7:24 pm
- Forum: Requests - Questions
- Topic: matrix removal?
- Replies: 2
- Views: 12113
- Tue Jan 17, 2023 4:23 am
- Forum: Requests - Questions
- Topic: column width saving and export JPG extension?
- Replies: 6
- Views: 39130
Re: column width saving and export JPG extension?
i got it on a different PC, and it worked. Thanks
- Sun Jan 15, 2023 3:42 pm
- Forum: Requests - Questions
- Topic: column width saving and export JPG extension?
- Replies: 6
- Views: 39130
Re: column width saving and export JPG extension?
I got the latest beta, and even though you posted updated on Jan 13, it's still a Sep 2022 EXE and doesn't recognize the SavePictureCustom procedure
- Fri Jan 13, 2023 2:21 pm
- Forum: Requests - Questions
- Topic: column width saving and export JPG extension?
- Replies: 6
- Views: 39130
Re: column width saving and export JPG extension?
I ran the script and it saves the picture with the filename but the extension is still JPEG no matter what I enter.
- Thu Jan 12, 2023 2:36 pm
- Forum: Requests - Questions
- Topic: column width saving and export JPG extension?
- Replies: 6
- Views: 39130
column width saving and export JPG extension?
two quick questions - how do I save column widths in the edit grid panel?
export cover art to JPG instead of JPEG extension?
thanks!
export cover art to JPG instead of JPEG extension?
thanks!
- Mon Jun 27, 2022 12:53 pm
- Forum: Bugs
- Topic: Allmusic Grab not getting album
- Replies: 5
- Views: 30667
Re: Allmusic Grab not getting album
Works - you're the best! I donated.
- Sat Jun 25, 2022 10:01 pm
- Forum: Bugs
- Topic: Allmusic Grab not getting album
- Replies: 5
- Views: 30667
Re: Allmusic Grab not getting album
I am in Win 10 - no albums from Allmusic pull the title lately.
https://www.allmusic.com/album/meliora-mw0002853003
https://www.allmusic.com/album/the-inci ... 0000822884
https://www.allmusic.com/album/fear-of- ... 0000481460
are three
https://www.allmusic.com/album/meliora-mw0002853003
https://www.allmusic.com/album/the-inci ... 0000822884
https://www.allmusic.com/album/fear-of- ... 0000481460
are three
- Thu Jun 23, 2022 2:27 pm
- Forum: Bugs
- Topic: Allmusic Grab not getting album
- Replies: 5
- Views: 30667
Re: Allmusic Grab not getting album
This is on .90 by the way Here's the code from amg.sco I am using // artist, album, year, genre... if on_FindRow( iRow, 0, '<h2 class="album-artist"', slMain) or on_FindRow( iRow, 0, '<h2 class="release-artist"', slMain) then begin sTmp := on_cleanHTMLLine( slMain[ iRow + 2 ] ); //if Copy( sTmp, 0, ...
- Sun Jun 19, 2022 10:57 pm
- Forum: Bugs
- Topic: Allmusic Grab not getting album
- Replies: 5
- Views: 30667
Allmusic Grab not getting album
Grab no longer gets the album name. This is only in the last 10 days or so....
- Wed May 12, 2021 5:43 pm
- Forum: Bugs
- Topic: Allmusic not rendering at all?
- Replies: 4
- Views: 17655
Re: Allmusic not rendering at all?
It worked!!! Thanks! I would be doomed without the Godfather!
- Wed May 12, 2021 3:20 pm
- Forum: Bugs
- Topic: Allmusic not rendering at all?
- Replies: 4
- Views: 17655
Re: Allmusic not rendering at all?
Any idea what I can do? This suddenly started yesterday, and it happens on two different systems.
- Tue May 11, 2021 3:15 pm
- Forum: Bugs
- Topic: Allmusic not rendering at all?
- Replies: 4
- Views: 17655
- Wed Dec 02, 2020 7:59 pm
- Forum: Scripting
- Topic: Remove double spaces and caps?
- Replies: 4
- Views: 19152
Re: Remove double spaces and caps?
I'm getting an error
"Compiling...
Compiler: [Error] (78:68): comma (',') expected
Here are the lines of code
Line 78
tg_setField( 'Title', sys_ApplyMatrix( 1, tg_getField('Title'));
"Compiling...
Compiler: [Error] (78:68): comma (',') expected
Here are the lines of code
Line 78
tg_setField( 'Title', sys_ApplyMatrix( 1, tg_getField('Title'));
- Wed Dec 02, 2020 7:43 pm
- Forum: Scripting
- Topic: Remove double spaces and caps?
- Replies: 4
- Views: 19152
Re: Remove double spaces and caps?
As always - thanks!
Can't wait for 64bit version !
Can't wait for 64bit version !
- Wed Nov 25, 2020 4:50 pm
- Forum: Scripting
- Topic: Remove double spaces and caps?
- Replies: 4
- Views: 19152
Remove double spaces and caps?
I used replacement matrix to remove all " " with " " (double spaces to one space) and checked case and regex - it doesn't work. I then added in my script, sTmp:= tg_getField('Title'); Sys_ApplyCase(sTmp,5,True); tg_SetField ('Title',sTmp); and it won't change the title at all, or trigger the replace...