highend wrote:viewtopic.php?p=121180#p121180
Code: Select all
get("genericfiletype", "{:Video}", ",");
Search found 13 matches
- 17 Sep 2016 23:25
- Forum: Wishes
- Topic: Minor scripting related wishes (a generic thread)
- Replies: 417
- Views: 116258
Re: Minor scripting related wishes (a generic thread)
- 17 Sep 2016 22:55
- Forum: Wishes
- Topic: Minor scripting related wishes (a generic thread)
- Replies: 417
- Views: 116258
Re: Minor scripting related wishes (a generic thread)
Hi, sorry if this had been brought up already. I've searched but I couldn't find anything related. Would it be possible to have Xyplorer provide a list of extensions of certain file types using the visual filter syntax eg. "{:Video}". Maybe something like: get("{:Video}", $separa...
- 10 Sep 2016 15:54
- Forum: Script Exchange
- Topic: [Script] WhiteSpaceCtxMenu
- Replies: 170
- Views: 48587
Re: [Script] WhiteSpaceCtxMenu
Hey Ken, I made a script to somewhat automate building the open-with portion of the menu. It uses the tags database to find the relevant .exe(s). It's currently quite basic so it has a few limitations: [*] The label depends on the ProductName property of the exe. [*] You can't set a custom icon, it ...
- 09 Sep 2016 21:26
- Forum: Script Exchange
- Topic: [AHK] OnMouseHold v1.1: Hold LMB = Ctrl+Shift+Alt+Num /
- Replies: 2
- Views: 2266
Re: [AHK] OnMouseHold v1.00: Hold LMB = Ctrl+Shift+Alt+Num /
Hi sheeeple, thanks for this. Your AHK script works quite nicely with my old script WhiteSpaceContextMenu . Which brings up a different menu depends on the file type selected. In the original script, if you have a file selected and single right click in the White Space of the list, a menu displays ...
- 09 Sep 2016 14:59
- Forum: Script Exchange
- Topic: [AHK] OnMouseHold v1.1: Hold LMB = Ctrl+Shift+Alt+Num /
- Replies: 2
- Views: 2266
[AHK] OnMouseHold v1.1: Hold LMB = Ctrl+Shift+Alt+Num /
OnMouseHold (temp name) Version: 1.1 By: Sheeeple Hold the Left Mouse Button, don't move the mouse and AHK sends a "Ctrl+Shift+Alt+Num /" key combo. Map "Ctrl+Shift+Alt+Num /" to any command for example [*] Open with (main reason I made this) [*] Run script [*] Run a script w/c d...
- 25 Aug 2016 00:03
- Forum: Bug Reports
- Topic: [17.00.0101] Sorted column reverts to sort by name
- Replies: 14
- Views: 3590
Re: [17.00.0101] Sorted column reverts to sort by name
I was wary of this change at the time but thought I'd give it a chance - well today I discovered a case where this change is very frustrating. I have FVS configured to show my Downloads folder sorted by Date because I generally want to access the most recent items. Occasionally I clean out this fol...
- 14 Aug 2016 18:58
- Forum: Bug Reports
- Topic: [17.00.0101] Sorted column reverts to sort by name
- Replies: 14
- Views: 3590
Re: [17.00.0101] Sorted column reverts to sort by name
Fixed in .0104. Thank you very much Mr. admin 
- 12 Aug 2016 08:44
- Forum: Bug Reports
- Topic: [17.00.0101] Sorted column reverts to sort by name
- Replies: 14
- Views: 3590
Re: [17.00.0101] Sorted column reverts to sort by name
SammaySarkar wrote:Hmm, try setting the custom column's Trigger to Browse.
- 12 Aug 2016 08:29
- Forum: Bug Reports
- Topic: [17.00.0101] Sorted column reverts to sort by name
- Replies: 14
- Views: 3590
Re: [17.00.0101] Sorted column reverts to sort by name
Why not apply an FVS? 0. open the folder and sort by custom column. 1. view > folder view settings > save. 2. view > folder view settings > edit > [X] sort order. (and include subfolders if preferred.) I already have FVS set up. I've also mess around with it (auto-save/no auto-save, w/ sort order, ...
- 12 Aug 2016 07:51
- Forum: Bug Reports
- Topic: [17.00.0101] Sorted column reverts to sort by name
- Replies: 14
- Views: 3590
[17.00.0101] Sorted column reverts to sort by name
I use a scripted custom column to sort my manga(comics) collection so that series that have unread chapters appear at the top. The sorting is lost however everytime I use the commands Back (#527) or Forward (#528) to go into the folder(D:\Manga) containing the scripted column. Up(#523) works fine th...
- 11 Aug 2016 15:05
- Forum: Script Exchange
- Topic: Goto Sibling
- Replies: 6
- Views: 3871
Re: Goto Sibling
With v17.00.0101 , this should alleviate the delay due to thumbs creation at least. = FUNCTION Go($path = <curpath>, $direction = 1, $startAt = 0) = { + setting "CacheThumbsReadOnly", 1; // pause new thumb gen before changing dir = $sibling = GetValidSibling($path, $direction, $startAt); ...
- 09 Aug 2016 16:54
- Forum: Script Exchange
- Topic: Goto Sibling
- Replies: 6
- Views: 3871
Re: Goto Sibling
... Can't move immediately after going into a folder that is generating thumbnails ... Using the setting SC as `setting "CacheThumbsReadOnly", 1;` ought to have helped. But apparently this particular option toggle isn't registered properly unlike [most] other SC setting options. Also, may...
- 08 Aug 2016 17:57
- Forum: Script Exchange
- Topic: Goto Sibling
- Replies: 6
- Views: 3871
Goto Sibling
Goto Sibling Script Version: 1.11; By: Sheeeple Goes to the next/previous sibling of the current directory. Because going 'up one level', pressing an arrow key and pressing enter is a pain in the ***. Usage: Extract to <xyscripts> then map to the keyboard using UDC. ex: Alt+Up => load("GotoSibl...
XYplorer Beta Club