Search found 768 matches

by jtclipper
Sat Nov 21, 2020 9:38 am
Forum: Scripting
Topic: amazon.sco
Replies: 21
Views: 59303

Re: amazon.sco

The html file you send me is a lot different than what I am getting, Could be your OS (I tested with both win7 and 10), or an extension in IE stripping the style elements and inserting blanks and line breaks As an example this is the artist line <DIV id=ArtistLinkSection class="a-section a-spacing-m...
by jtclipper
Fri Nov 20, 2020 11:44 am
Forum: Scripting
Topic: amazon.sco
Replies: 21
Views: 59303

Re: amazon.sco

You can mail it to me
by jtclipper
Fri Nov 20, 2020 7:47 am
Forum: Scripting
Topic: amazon.sco
Replies: 21
Views: 59303

Re: amazon.sco

Are you sure it is a digital music album ?
If it is send me the url and the html file
by jtclipper
Sat Nov 14, 2020 11:36 am
Forum: Scripting
Topic: amazon.sco
Replies: 21
Views: 59303

Re: amazon.sco

Here is the script with a few changes it works with a few albums i tested {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 Oct 18, 2020 4:15 pm
Forum: Requests - Questions
Topic: Using Winamp in Windows 10
Replies: 4
Views: 11078

Re: Using Winamp in Windows 10

I am pretty sure that it's not a problem with .m3u8 files and Windows10
unfortunately Winamp misbehaves with this OS
by jtclipper
Sun Oct 18, 2020 2:11 pm
Forum: Requests - Questions
Topic: Using Winamp in Windows 10
Replies: 4
Views: 11078

Re: Using Winamp in Windows 10

The player you see in the options is used in the library module only so you can control Play/enqueue When you click Open in the edit panel it just executes the file and the default windows handler takes care of the rest, it's basically default programs for the various file types. Now when you select...
by jtclipper
Sat Oct 17, 2020 7:09 am
Forum: Announcements - News - Other
Topic: The GodFather is discontinued... ?
Replies: 1
Views: 7138

Re: The GodFather is discontinued... ?

It's not really, if the need arises for a major new version one will be prepared
For now hot-fixes is all that is needed
by jtclipper
Sat Aug 29, 2020 12:01 pm
Forum: Bugs
Topic: allmusic discography browser?
Replies: 5
Views: 9132

Re: allmusic discography browser?

I have tried the exact same operating system and IE version on a clean VMware install and i cannot reproduce the issue. I will try if possible to incorporate the new edge browser in a future version, but that might take a while since I have to move up a few versions in the development environment us...
by jtclipper
Fri Aug 28, 2020 5:13 pm
Forum: Bugs
Topic: allmusic discography browser?
Replies: 5
Views: 9132

Re: allmusic discography browser?

What is your windows version, and IE version
by jtclipper
Fri Aug 21, 2020 5:04 pm
Forum: Requests - Questions
Topic: Reload Matrix
Replies: 1
Views: 5324

Re: Reload Matrix

I am afraid not, the only manipulation you can do in a script is to use a specific matrix with its ordinal number and apply it to a text variable As an example this will use matrix no 8 to format the artist field, (the matrix list is zero based) program test; begin if not tg_Init then exit; repeat t...
by jtclipper
Sat Aug 08, 2020 8:23 am
Forum: Bugs
Topic: allmusic discography browser?
Replies: 5
Views: 9132

Re: allmusic discography browser?

I cannot reproduce this.
it works with the internal IE browser and the normal IE on Windows 7 and Windows 10
by jtclipper
Fri Aug 07, 2020 9:42 am
Forum: Bugs
Topic: Strange confirmation message
Replies: 2
Views: 5367

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

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

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

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