Search found 768 matches

by jtclipper
Wed Sep 18, 2019 4:45 pm
Forum: Requests - Questions
Topic: ID3v2.4
Replies: 2
Views: 8006

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

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

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

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

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

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

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

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

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

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

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

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

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
by jtclipper
Sun Apr 07, 2019 2:20 pm
Forum: Scripting
Topic: amazon.sco
Replies: 21
Views: 59352

Re: amazon.sco

There was no need for that until recently when Amazon decided to drop support for 3rd party application using their API for free.
I might do something about it, just point me to a few links so i can investigate a bit more
by jtclipper
Sat Mar 09, 2019 4:42 pm
Forum: Scripting
Topic: Counting subdirectories with re_getCount
Replies: 3
Views: 8567

Re: Counting subdirectories with re_getCount

Glad to see you got it working, I had a quick look and it should behave as expected. When I created the advanced.scu I had all my files tagged more or less correctly so I did not notice this issue, an extra check at the end might make it a bit more robust but your approach utilizing re_addlevel also...