Search found 772 matches

by jtclipper
Fri Aug 07, 2020 9:42 am
Forum: Bugs
Topic: Strange confirmation message
Replies: 2
Views: 8828

Re: Strange confirmation message

Thank you for reporting
I fixed the erroneous message and refreshed/uploaded the installation file
by jtclipper
Sun Jul 19, 2020 12:35 pm
Forum: Requests - Questions
Topic: Restructure only those with correct file name?
Replies: 3
Views: 11273

Re: Restructure only those with correct file name?

You can use this code in a user defined-script variable Go to File/Options/Variables %..% then go to the User page and the Scripts section , click manage and create a new one, save and give it a name var sFileName, sTag: string; begin sFileName := ExtractFileName( gTag.Filename ); sTag := sys_Remove...
by jtclipper
Sat Jul 18, 2020 8:36 am
Forum: Requests - Questions
Topic: Restructure only those with correct file name?
Replies: 3
Views: 11273

Re: Restructure only those with correct file name?

The “process correct only” option just looks at the already created file tree and process the appropriate node. It might be possible to make use of a user script variable and then assign it to the global filter. I will need more info on what your filenames should be like, flagging them as correct or...
by jtclipper
Wed Sep 18, 2019 4:47 pm
Forum: Requests - Questions
Topic: formatting help needed
Replies: 2
Views: 13400

Re: formatting help needed

You have to use %L% - %R% - %A% - %T% for the file name format string at the bottom right of the window , you can save it as a preset also for easier usage
by jtclipper
Wed Sep 18, 2019 4:45 pm
Forum: Requests - Questions
Topic: ID3v2.4
Replies: 2
Views: 11473

Re: ID3v2.4

Not for now , since 2.3 is still going strong and 2.4 does not provide anything groundbreaking
by jtclipper
Wed Aug 21, 2019 12:00 pm
Forum: Requests - Questions
Topic: moderation
Replies: 3
Views: 17947

Re: moderation

I am not aware of the rules of the google spam filter and how their algorithm classifies something as spam, there were 2 posts again , basically adds and those are spam, the other one was not
by jtclipper
Tue Aug 20, 2019 3:55 pm
Forum: Requests - Questions
Topic: moderation
Replies: 3
Views: 17947

Re: moderation

Spam is hard to counter sometimes, those people take the time to manually go through the captcha and register.
by jtclipper
Tue Jul 23, 2019 5:08 pm
Forum: Bugs
Topic: Playback from grid starts only after ~ 30 sec, Windows 10
Replies: 3
Views: 21177

Re: Playback from grid starts only after ~ 30 sec, Windows 10

In row mode a playlist file is created and executed behind the scenes (just in case you selected more than one file), other wise a single file is executed .
Maybe Winamp behaves differently between those two scenarios
by jtclipper
Sat Jul 13, 2019 2:10 pm
Forum: Requests - Questions
Topic: Remove WM/MediaClassPrimaryID tag
Replies: 1
Views: 9746

Re: Remove WM/MediaClassPrimaryID tag

I am not sure if those can be deleted as of now, send one of these files to have a look
by jtclipper
Fri May 31, 2019 4:22 pm
Forum: Requests - Questions
Topic: Special characters
Replies: 2
Views: 5901

Re: Special characters

You can tag the files without problems but If you want to rename the files some characters are not allowed :

Code: Select all

/\<>:"*?|
by jtclipper
Fri May 24, 2019 5:22 pm
Forum: Requests - Questions
Topic: How can I show inline an image?
Replies: 2
Views: 10133

Re: How can I show inline an image?

Include the full image URL not the page containing it like so

Code: Select all

[img]https://i.imgur.com/Cy84wtz.jpg[/img]
Image
by jtclipper
Fri May 17, 2019 4:59 pm
Forum: Requests - Questions
Topic: Options: restore defaults
Replies: 2
Views: 5603

Re: Options: restore defaults

Edit the tgf.ini file and replace the section [___Unwanted chars] with the following

Code: Select all

ignore_normal=0
ignore_square=0
source="_,"- -"," -  - ",---,--,"^ - "," - $""
target="" ",-,," ",,,"
regex=0000011
case=0000000
by jtclipper
Thu Apr 18, 2019 6:35 pm
Forum: Requests - Questions
Topic: Artwork Library view?
Replies: 1
Views: 5408

Re: Artwork Library view?

Not at the moment , the closest to that is the artist tab extended album view
by jtclipper
Thu Apr 18, 2019 6:32 pm
Forum: Requests - Questions
Topic: Deleting embedded artwork doesn't reduce file size
Replies: 4
Views: 8257

Re: Deleting embedded artwork doesn't reduce file size

If you use mp3 files then, go to file/options/ID3 and set your desired value.

Then go to Tools/sync and select 'reset id3v2 padding'
or
You could remove the pictures and reset padding in one go, Tools/Lyrics Pictures... check the reset padding button on the toolbar and then select remove for pictures
by jtclipper
Mon Apr 15, 2019 6:04 pm
Forum: Scripting
Topic: amazon.sco
Replies: 24
Views: 76890

Re: amazon.sco

Please try to add the following registry setting, since for some reason,Windows 10 is using an outdated rendering engine version or reports a wrong one to the requesting web site. KEY = HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION VALUE REG_DWO...