Search found 13221 matches

by highend
12 Dec 2018 08:01
Forum: Tips & Tricks, Questions & Answers
Topic: Color Filter - Recently modified items
Replies: 2
Views: 852

Re: Color Filter - Recently modified items

and the folders up to 2 levels
Not here. The belonging parent folders modified date changes, nothing above that level

viewtopic.php?p=164588#p164588
by highend
11 Dec 2018 18:55
Forum: Tips & Tricks, Questions & Answers
Topic: Make xy remember the custom file sorting...
Replies: 21
Views: 3386

Re: Make xy remember the custom file sorting...

As long as
Configuration | Colors and Styles | Styles | Remember list settings per tab
is active and
Configuration | Colors and Styles | Styles | Apply to... - Sort order (column, direction)
is ticked

XY does it already...

Moved...
by highend
11 Dec 2018 00:50
Forum: Script Exchange
Topic: XY icon copy
Replies: 10
Views: 4565

Re: XY icon copy

Code: Select all

v0.4
 + Added: Support for v19.00.0302: inputselect() - flag = 1024 (show icons)
          Much easier to scroll through the list and filter it, now...
19.00.0302.png
19.00.0302.png (16.85 KiB) Viewed 4035 times
by highend
10 Dec 2018 23:38
Forum: Tips & Tricks, Questions & Answers
Topic: Possible to save Find Files filters?
Replies: 2
Views: 540

Re: Possible to save Find Files filters?

Code: Select all

help "idh_searchtemplates.htm";
execute it after pasting it into the address bar...
by highend
10 Dec 2018 21:20
Forum: Tips & Tricks, Questions & Answers
Topic: SC getpathcomponent problem
Replies: 2
Views: 636

Re: SC getpathcomponent

This is not a bug of gpc(). It's a problem caused by using the wrong delimiter for foreach() / having a space in a path / item name Unquoting the items would work but you would still be in trouble if you have space inside one of them... foreach($item, <allitems>, " ") { $ext = getpathcompo...
by highend
10 Dec 2018 20:49
Forum: Wishes
Topic: I want to use XYplorer as a library cataloging program
Replies: 116
Views: 23406

Re: I want to use XYplorer as a library cataloging program

May I ask if this script is available for downloading?
Nope, it's private
by highend
10 Dec 2018 04:46
Forum: Tips & Tricks, Questions & Answers
Topic: copy/paste without hidden/system files
Replies: 1
Views: 596

Re: copy/paste without hidden/system files

Scripting would be able to do that. But it can be either fast (empty directories wouldn't be created) or very slow (each file would need to be copied individually by a for loop)...
by highend
09 Dec 2018 23:34
Forum: Tips & Tricks, Questions & Answers
Topic: Keyboard shortcut to move back to List from Floating Preview
Replies: 2
Views: 860

Re: Keyboard shortcut to move back to List from Floating Preview

Use simple scripts... 1. focus "L"; As a user defined command (run script) and bind it to any key You need to activate "Allow Custom Keyboard Shortcuts in Preview" by right clicking in the preview Window and using "Advanced Options..." in the context menu! 2. #178; focu...
by highend
09 Dec 2018 20:36
Forum: Tips & Tricks, Questions & Answers
Topic: German - 2 panele syncronisieren oder vergleichen
Replies: 1
Views: 459

Re: German - 2 panele syncronisieren oder vergleichen

1. Thread verschoben 2. Bei 2 geöffneten Panelen Öffne alle zu vergleichenden Kopien im rechten / unteren (je nachdem, wie sie bei dir dargestellt werden) Panel als Tabs Öffne den Originalordner (mit dem alle Kopien verglichen werden sollen) im oberen / linken Panel Danach einfach immer im rechten /...
by highend
09 Dec 2018 13:34
Forum: Script Exchange
Topic: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24
Replies: 169
Views: 76528

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

"The above error message" Are you talking about "#ResolveJunctionsAll"? Apart from that, where exactly is the problem and which script exactly did you use? if you do manage to get to work, its a lot of guess work, and in the end it doesn't end up working It does work but it doesn...
by highend
09 Dec 2018 11:17
Forum: Wishes
Topic: Bpm in kolom
Replies: 1
Views: 437

Re: Bpm in kolom

Only possible via a custom column (at least here, the property "System.Music.BeatsPerMinute" doesn't deliver anything...): 01. You need the CLI version of MediaInfo! E.g.: https://mediaarea.net/download/binary/mediainfo/18.08.1/MediaInfo_CLI_18.08.1_Windows_i386.zip 02. Extract the .zip 03...
by highend
09 Dec 2018 10:47
Forum: Wishes
Topic: Sort by name and order ignores underscore
Replies: 2
Views: 607

Re: Sort by name and order ignores underscore

Use a custom column that returns each folder name with "_|.|-" replaced with " "?
so renaming/replacing underscores to spaces wouldnt work for me.
That wouldn't matter, the column would only be used for sorting...
by highend
08 Dec 2018 18:19
Forum: Script Exchange
Topic: Missing Code For My Script
Replies: 2
Views: 1095

Re: Missing Code For My Script

Code: Select all

    $items = <get SelectedItemsPathNames |>;
    renameitem("History_English", gettoken($items, 1, "|"));
    renameitem("History_Chinese", gettoken($items, 2, "|"));
by highend
07 Dec 2018 20:26
Forum: Tips & Tricks, Questions & Answers
Topic: Media Previews not working (all audio and video files)
Replies: 7
Views: 3056

Re: Media Previews not working (all audio and video files)

Why don't you just use a portable file association in XYplorer like:

Code: Select all

"VLC" {:Video}>::openwith "<path to VLC>\VLC.exe", , <curitem>;
and maybe portable file icons as well like:

Code: Select all

"VLC" {:Video}><xyicons>\your_own_vlc_icon.ico
by highend
07 Dec 2018 19:33
Forum: Wishes
Topic: Hoist
Replies: 9
Views: 1683

Re: Hoist

This is already possible... Put it on a user defined button like this: udb.png Download the attached script and put it in your XY script folder. Remove the "_vx.x" at the end (the version information) from the file name afterwards. On left click it will load the current selected folder or ...