Search found 17 matches
- Sun Jan 12, 2014 6:03 am
- Forum: Requests - Questions
- Topic: HELP!! compiler [error] (4:10): Unknown identifier 'tg_Init'
- Replies: 6
- Views: 11062
Re: HELP!! compiler [error] (4:10): Unknown identifier 'tg_I
okay, now it works, sorta. It still doesn't look like your screenshot, but I can work with it. and it does what I wanted, copy the lyrics in the USLT field to the Lyrics3 field i use your script: program syncSwap_between_lyrics3_and_USLT; begin if not tg_Init then exit; // no rows get out repeat tg_...
- Sun Jan 12, 2014 4:08 am
- Forum: Requests - Questions
- Topic: HELP!! compiler [error] (4:10): Unknown identifier 'tg_Init'
- Replies: 6
- Views: 11062
Re: HELP!! compiler [error] (4:10): Unknown identifier 'tg_I
I can't see the .sct files. I still use 081, cos that the only version where I can see the view with the four buttons on top, called [rename], [Edit], [Organize], [Online] EDIT: nOW I SEE a similar screen in 087, but i never see this screen http://www.jtclipper.eu/thegodfather/FW_Images/Screenshots/...
- Sat Jan 11, 2014 9:43 pm
- Forum: Announcements - News - Other
- Topic: Version 0.87 BETA available - Update 1
- Replies: 13
- Views: 47139
Re: Version 0.87 BETA available - Update 1
where do i find online scripts?
- Sat Jan 11, 2014 7:16 pm
- Forum: Requests - Questions
- Topic: HELP!! compiler [error] (4:10): Unknown identifier 'tg_Init'
- Replies: 6
- Views: 11062
Re: HELP!! compiler [error] (4:10): Unknown identifier 'tg_I
no it is not it's .scn the script below has both a .scn and .sct version in the folder, and they are identical, but generates the same error. program sync_lyrics; begin if not tg_Init then exit; // no rows get out repeat tg_LoadFile; if (gTag.Lyrics2 <> '') and (gTag.Lyrics1 = '' ) then begin gTag.S...
- Sat Jan 11, 2014 6:33 pm
- Forum: Announcements - News - Other
- Topic: Version 0.87 BETA available - Update 1
- Replies: 13
- Views: 47139
Re: Version 0.87 BETA available
what's the last version that works without installing inte explor???antonellocaroli wrote:thank you! I solved it by installing internet explorer 10!jtclipper wrote:What version of Windows and IE are you using?
i got ie 8
- Sat Jan 11, 2014 6:29 pm
- Forum: Requests - Questions
- Topic: HELP!! compiler [error] (4:10): Unknown identifier 'tg_Init'
- Replies: 6
- Views: 11062
HELP!! compiler [error] (4:10): Unknown identifier 'tg_Init'
While running below script in version 0.81 (because i don't see columns in other versions) program sync_lyrics3; begin if not tg_Init then exit; // no rows get out repeat tg_LoadFile; if (gTag.Lyrics2 <> '') and (gTag.Lyrics1 = '' ) then begin gTag.SaveToFile( 1, false, false ); tg_RefreshRow; end; ...
- Tue Dec 24, 2013 12:11 pm
- Forum: Announcements - News - Other
- Topic: virus report 0.87 beta from 2013-12-19 18:00:33
- Replies: 1
- Views: 15162
virus report 0.87 beta from 2013-12-19 18:00:33
https://www.virustotal.com/en/file/6cf91daf6a52b010f6ca9b8f05d752c20a8efc30eddac5401a6e3cda20ef560e/analysis/ but Advanced heuristic and reputation engines ClamAV PUA Possibly Unwanted Application. While not necessarily malicious, the scanned file presents certain characteristics which depending on ...
- Fri Mar 22, 2013 12:37 am
- Forum: Requests - Questions
- Topic: importing exporting lyrics 4 Lyrics3 & USLT part deux (duh)
- Replies: 6
- Views: 9293
Re: importing exporting lyrics 4 Lyrics3 & USLT part deux (d
so thats where the result column is for...
i hesitate to ask, but could you whip up such a script?
and where do i find info on how to get and keep a customized view, so as not to see all colums all the time?
u told me once but i forgot how.
i hesitate to ask, but could you whip up such a script?
and where do i find info on how to get and keep a customized view, so as not to see all colums all the time?
u told me once but i forgot how.
- Thu Mar 21, 2013 11:30 pm
- Forum: Requests - Questions
- Topic: importing exporting lyrics 4 Lyrics3 & USLT part deux (duh)
- Replies: 6
- Views: 9293
Re: importing exporting lyrics 4 Lyrics3 & USLT part deux (d
okay, it DOES work, i got confused because the lyrics column has a checkmark whether its uslt or lyrics3. Okay, so the thing is: I've used the Options | UI | Colors color-coding thing to make songs with lyrics in the lyrics3 field go blue and bold. Can I do the same for when the song has lyrics in j...
- Thu Mar 21, 2013 1:17 am
- Forum: Requests - Questions
- Topic: importing exporting lyrics 4 Lyrics3 & USLT part deux (duh)
- Replies: 6
- Views: 9293
Re: importing exporting lyrics 4 Lyrics3 & USLT part deux (d
thanks for reacting, and the script.
it however, does not copy the lyrics from Lyrics3 to uslt .... ';(
it however, does not copy the lyrics from Lyrics3 to uslt .... ';(
- Tue Mar 19, 2013 12:16 am
- Forum: Requests - Questions
- Topic: importing exporting lyrics 4 Lyrics3 & USLT part deux (duh)
- Replies: 6
- Views: 9293
importing exporting lyrics 4 Lyrics3 & USLT part deux (duh)
How do I export lyrics from the Lyrics3 field to the USLT field? I forgot which scrypt to use: program sync_lyrics3; begin if not tg_Init then exit; // no rows get out repeat tg_LoadFile; if (gTag.Lyrics2 <> '') and (gTag.Lyrics1 = '' ) then begin gTag.SaveToFile( 1, false, false ); tg_RefreshRow; e...
- Fri Mar 01, 2013 10:36 pm
- Forum: Requests - Questions
- Topic: importing and exporting lyrics for Lyrics3 and USLT, how?
- Replies: 10
- Views: 14745
Re: importing and exporting lyrics for Lyrics3 and USLT, how
delphi, huh?
hmmmm, idk about that
but thanks.
hmmmm, idk about that
but thanks.
- Fri Mar 01, 2013 3:26 pm
- Forum: Requests - Questions
- Topic: importing and exporting lyrics for Lyrics3 and USLT, how?
- Replies: 10
- Views: 14745
Re: importing and exporting lyrics for Lyrics3 and USLT, how
Thanks for the quick reply columns: OMG! I always clicked the drop down button, never the actual button. I have managed to customize that. Is it possible to move the columns about so that Lyrics becomes the first column? It seems like that's not possible, sadly, am I correct about that? script: Wow,...
- Fri Mar 01, 2013 12:31 pm
- Forum: Requests - Questions
- Topic: importing and exporting lyrics for Lyrics3 and USLT, how?
- Replies: 10
- Views: 14745
Re: importing and exporting lyrics for Lyrics3 and USLT, how
A. What is your actual goal, do you want to move the USLT ID3v2 frame into to the LYRICS3 tag while keeping both tags? I really hate it when apparently i'm so unclear people ask me for my actual goal!!! I want to copy the lyrics between the two lyrics fields, cos Winamp sees Lyrics3 and my phone see...
- Thu Feb 28, 2013 10:22 pm
- Forum: Requests - Questions
- Topic: importing and exporting lyrics for Lyrics3 and USLT, how?
- Replies: 10
- Views: 14745
Re: importing and exporting lyrics for Lyrics3 and USLT, how
okay, yes, in the meantime, I've found that one already. I just don't really like betas, so there. but I'm using it now. I have NOT found a way to export them all to likenamed textfiles, or to the lyrics3 field. Can't you write like, say, a tutorial?? TGF is kinda pretty, sorta. maybe you should do ...