Search found 8 matches

by Karubian
Tue Mar 13, 2018 8:21 pm
Forum: Scripting
Topic: tg_Rename not found
Replies: 3
Views: 8412

Re: tg_Rename not found

You can use the following function to set the 'If renamed' column like so: tg_setField('Rename', 'new name.mp3'); After that you could use tg_Update With only filename selected in the dropdown menu of the update button, or manually do the update yourself Thank youm I'll try that. Out of curiosity -...
by Karubian
Tue Mar 13, 2018 10:40 am
Forum: Scripting
Topic: sys_RegexFind* not found ?!
Replies: 10
Views: 15141

Re: sys_RegexFind* not found ?!

Sorry for never replying...problems seem to be solved, thanks a lot :)
by Karubian
Tue Mar 13, 2018 10:38 am
Forum: Scripting
Topic: tg_Rename not found
Replies: 3
Views: 8412

tg_Rename not found

I've just installed the latest version (0.89) from the forums, and during compilation I got the following error: Compiler: [Error] (552:5): Unknown identifier 'tg_Rename' Looking at the help and index of functions, this method is still listed. I also copied it from the help into the code to ensure t...
by Karubian
Wed Sep 16, 2015 5:05 pm
Forum: Scripting
Topic: sys_RegexFind* not found ?!
Replies: 10
Views: 15141

Re: sys_RegexFind* not found ?!

Sorry, I forgot to add the source strings...The collection of strings below should do just fine. Name A CD 1 Name B Volume 1 Name C Vol. 1 Disk 2 Name A Disk 2 In case of "Name C", the method from my previous post will of course only go for the "Volume" match and not hit on the Disk, so that's perfe...
by Karubian
Tue Sep 15, 2015 9:37 pm
Forum: Scripting
Topic: sys_RegexFind* not found ?!
Replies: 10
Views: 15141

Re: sys_RegexFind* not found ?!

Will look in to it but can you provide me with an example (source, pattern) of the regex you use so I can do a few tests Of course I can :) This is one of many functions in my retag/rename script. It's using all three sys_RegexFind, sys_RegexReplace, and sys_RegexFindStr methods, and provides a goo...
by Karubian
Tue Sep 15, 2015 5:42 am
Forum: Scripting
Topic: sys_RegexFind* not found ?!
Replies: 10
Views: 15141

Re: sys_RegexFind* not found ?!

Yes, the two functions mentioned above are working just fine, now. Thanks a lot. However...(there's always a "but"...) The method sys_RegexReplace(...) seems to have lost it's former power, the last parameter is only a string now, not an array anymore. It was very powerful to have the actual replace...
by Karubian
Sun Sep 13, 2015 10:24 pm
Forum: Scripting
Topic: sys_RegexFind* not found ?!
Replies: 10
Views: 15141

Re: sys_RegexFind* not found ?!

I have refreshed and uploaded the beta, you can test the default script #regex.sct and see if it works for you. The sys_RegexFind seems fine now, however... Also sys_RegexFindStr was removed but it seems it still appears in the autocomplete of the editor. This poses a problem for my scripts, which ...
by Karubian
Fri Sep 11, 2015 6:27 am
Forum: Scripting
Topic: sys_RegexFind* not found ?!
Replies: 10
Views: 15141

sys_RegexFind* not found ?!

Hello, I am using TGF for a couple of years, now, to (re)tag, rename and restructure the transcoded / bought musicfiles into my personal music structure. My scripts are doing complex things, and I rely on methods like sys_RegexFind a lot. Recently, after updating I discovered that for the latest ver...