Search found 13203 matches

by highend
16 Apr 2024 14:23
Forum: Tips & Tricks, Questions & Answers
Topic: Improvements to a YT-dlp script as well as XYplorer stepping
Replies: 1
Views: 9

Re: Improvements to a YT-dlp script as well as XYplorer stepping

How could I do this? ? Do you want to tell us that if you do it directly! via command line it downloads subtitles but not when using a xy script? I doubt that... ERROR: Unable to download video subtitles for 'jv': HTTP Error 429: Too Many Requests Seeing this doing it via command line so that's not...
by highend
15 Apr 2024 23:43
Forum: Tips & Tricks, Questions & Answers
Topic: From excel, open 2 dirs in side by side panes?
Replies: 2
Views: 45

Re: From excel, open 2 dirs in side by side panes?

Why don't you write an XY script that takes the export file of WinCatalog directly?
by highend
15 Apr 2024 13:33
Forum: Tips & Tricks, Questions & Answers
Topic: Overall poor unicode support, please help
Replies: 8
Views: 149

Re: Overall poor unicode support, please help

utf8 for the codepage? oO

This is the correct command:
$tmp = readfile ("<xydata>\Temp\temp.htm", "ru", , 65001);

And then you get:
🤫 (apenas pra quem REALMENTE quer mudar de vida) 4 NEGÓCIOS DIGITAIS PRA FAZER DINHEIRO EM CASA
by highend
15 Apr 2024 09:21
Forum: Wishes
Topic: Love the new capabilities on the toolbar + bookmarks!
Replies: 7
Views: 104

Re: Love the new capabilities on the toolbar + bookmarks!

Dynamic spacer
Mh, I like it^^

Not everything is on the left, custom columns can be setup to align on the right side *eg*
by highend
14 Apr 2024 15:24
Forum: Tips & Tricks, Questions & Answers
Topic: how to invoke windows apps in xyplorer?
Replies: 4
Views: 80

Re: how to invoke windows apps in xyplorer?

At least the photos app doesn't support command line parameters. No way to invoke it with selected files...
by highend
13 Apr 2024 22:39
Forum: Wishes
Topic: Create Folder and Move Feature
Replies: 10
Views: 204

Re: Create Folder and Move Feature

That's what scripting was made for...
by highend
10 Apr 2024 23:16
Forum: Tips & Tricks, Questions & Answers
Topic: report() stopped working !?
Replies: 7
Views: 150

Re: report() stopped working !?

add a step; above the loop, does it still fail when stepping through the script?
by highend
10 Apr 2024 02:47
Forum: Tips & Tricks, Questions & Answers
Topic: Overall poor unicode support, please help
Replies: 8
Views: 149

Re: Overall poor unicode support, please help

which I'm failing to obtain using XY commands
Then post the script?
by highend
08 Apr 2024 21:32
Forum: Tips & Tricks, Questions & Answers
Topic: Duplicate files
Replies: 4
Views: 132

Re: Duplicate files

Can your dupes be identified by just the name of the file?
by highend
08 Apr 2024 14:54
Forum: Tips & Tricks, Questions & Answers
Topic: [Solved] Script Rename Regex and Extension
Replies: 3
Views: 70

Re: Script Rename Regex and Extension

That's what the regex in my first post does...
by highend
08 Apr 2024 14:36
Forum: Tips & Tricks, Questions & Answers
Topic: [Solved] Script Rename Regex and Extension
Replies: 3
Views: 70

Re: Script Rename Regex and Extension

Provide real world renaming examples...

or otherwise, wild guessing:
rename r, "(.*?)(-[^-]*?)(\.[^.]+)$ > $1$3";
by highend
07 Apr 2024 17:54
Forum: Tips & Tricks, Questions & Answers
Topic: How to Delete Tags?
Replies: 2
Views: 54

Re: How to Delete Tags?

Tools | List Management | Tag List...
by highend
07 Apr 2024 14:47
Forum: Tips & Tricks, Questions & Answers
Topic: How to delete tabset list
Replies: 21
Views: 753

Re: How to delete tabset list

Oh, it's not in the last post^^ Tabsets are disabled, I was just wondering why the "Jump to Setting..." lists that entry and jumps to a thing that isn't displayed...