Search found 770 matches

by jtclipper
Sat Jul 18, 2020 8:36 am
Forum: Requests - Questions
Topic: Restructure only those with correct file name?
Replies: 3
Views: 8359

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: 10776

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: 8687

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: 14474

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: 14474

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: 17367

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: 8543

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: 5062

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: 8640

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: 4701

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: 4516

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: 6462

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: 21
Views: 60354

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...
by jtclipper
Sun Apr 14, 2019 5:17 pm
Forum: Scripting
Topic: amazon.sco
Replies: 21
Views: 60354

Re: amazon.sco

Here is a script that will work on digital album formats (e.g mp3) {https://www.amazon.com} {? TITLE=FORM;field-keywords=%:str ALBUM=FORM;field-keywords=%:str ARTIST=FORM;field-keywords=%:str /?} Program Allmusic; const LIST_SEP = ','; var slMain: TStringList; iPos,iRow: integer; sTmp: String; //---...
by jtclipper
Sun Apr 07, 2019 4:21 pm
Forum: Scripting
Topic: amazon.sco
Replies: 21
Views: 60354

Re: amazon.sco

It seems that Amazon does not follow a simple pattern on their product pages but something can be worked out, not for all albums but at least for most, hopefully.
Will have a look at it in the next couple of weeks