Search found 50 matches

by 3QQPcr
26 May 2023 20:25
Forum: Wishes
Topic: [REQ] MP3 Encoding
Replies: 5
Views: 565

Re: [REQ] MP3 Encoding

In case anyone is interested in this script using LAME encoder instead of FFMPEG: $lame = "C:...\LAME\lame.exe"; end (exists($lame) != 1), "LAME not found, aborted!"; $menu = <<<>>> [WEB] CBR 320 kbps |-b 320 [CDDA] VBR V0|-V 0 >>>; $options = popupmenu($menu, 6:=<crlf>, 7:="...
by 3QQPcr
04 May 2023 13:04
Forum: Script Exchange
Topic: [REQ] Batch movement of files to subdirs in multiple locations
Replies: 6
Views: 681

Re: [REQ] Batch movement of files to subdirs in multiple locations

You don't need to do any selections after the search has finishes, just start the script... Impressive, this script performs better than I imagined! Moved "C:\...\test.s01e01.1080p.bluray\sample.mkv" INTO "C:\...\test.s01e01.1080p.bluray\sample\" Moved "C:\...\test.s01e02.1...
by 3QQPcr
04 May 2023 10:01
Forum: Script Exchange
Topic: [REQ] Batch movement of files to subdirs in multiple locations
Replies: 6
Views: 681

Re: [REQ] Batch movement of files to subdirs in multiple locations

In other words: There could be more than one sub folder but the search ONLY list pairs and the file of the pair should be moved into the folder of the pair? Correct, I currently run an initial search to find pairs of files+folders to relocate (say, for covers), then run a separate search for additi...
by 3QQPcr
04 May 2023 09:17
Forum: Script Exchange
Topic: [REQ] Batch movement of files to subdirs in multiple locations
Replies: 6
Views: 681

Re: [REQ] Batch movement of files to subdirs in multiple locations

Question: What are we supposed to learn from your screenshot? ... Your description is a bit vague. The OP screenshot illustrates a standard "Find" query and the items to be moved (*.jpg's located in each folder's root, the only files present in the screenshot) and the respective subfolder...
by 3QQPcr
04 May 2023 06:53
Forum: Script Exchange
Topic: [REQ] Batch movement of files to subdirs in multiple locations
Replies: 6
Views: 681

[REQ] Batch movement of files to subdirs in multiple locations

Is it possible to move multiple files of a certain name to their own respective subdirs, all in a single action? Or is there a native XY feature that might assist in this operation? Use case (see screenshot): I currently run a simple search to isolate the files and folders I wish to work on then dra...
by 3QQPcr
27 Mar 2023 23:45
Forum: Wishes
Topic: [REQ] MP3 Encoding
Replies: 5
Views: 565

Re: [REQ] MP3 Encoding

jupe wrote: 27 Mar 2023 22:36 You can have text as toolbar button, just use text:REQUIREDTEXT as icon definition in CTB Icon field.
Perfect, thanks!
highend wrote: 27 Mar 2023 22:54 Regarding a simple script, e.g.:
Thanks to you too for the quick response, your effort is appreciated as usual.
by 3QQPcr
27 Mar 2023 22:24
Forum: Wishes
Topic: [REQ] MP3 Encoding
Replies: 5
Views: 565

[REQ] MP3 Encoding

There exists a Directory Opus script that allows encoding of MP3 files, as shown in the attachment of this post.

Would it be possible to import this idea into XYplorer?

Additionally, is it possible for XYplorer to use text as a toolbar button (also illustrated in attachment)?

Thanks in advance.
by 3QQPcr
03 Feb 2023 13:30
Forum: Script Exchange
Topic: Text 2 Sub-Folders
Replies: 7
Views: 787

Re: Text 2 Sub-Folders

if you need the same set of subfolders over and over in newly created folders, one can create this folder structure Thanks for your reply. I've never utilize this feature before but I'm unsure it would help my specific use case. I repeatedly need to create the previously mentioned "Cover"...
by 3QQPcr
03 Feb 2023 08:23
Forum: Script Exchange
Topic: Text 2 Sub-Folders
Replies: 7
Views: 787

Re: Text 2 Sub-Folders

... Perfect, this works great! I really appreciate your help as always. Here is the full "Text 2 Subfolders" script for those who are interested and posterity: /* ****************************************************************************** @Author : IT Services & Consulting Ulf Kohl...
by 3QQPcr
03 Feb 2023 07:06
Forum: Script Exchange
Topic: Text 2 Sub-Folders
Replies: 7
Views: 787

Re: Text 2 Sub-Folders

new(<curpath> . "\" . $folder, "dir"); new($folder, "dir"); ? Thanks for the reply. I tried replacing the line you mentioned and it seems to behave the same as the original script: /* ****************************************************************************** @Autho...
by 3QQPcr
03 Feb 2023 03:03
Forum: Script Exchange
Topic: Text 2 Sub-Folders
Replies: 7
Views: 787

Text 2 Sub-Folders

highend was gracious enough to author a script that would allow user to create multiple directories from text input: https://www.xyplorer.com/xyfc/viewtopic.php?p=199288#p199288 Would someone be able to modify this same concept to create sub-folders? For example, there exists the following folders: ...
by 3QQPcr
08 Jan 2023 00:01
Forum: Wishes
Topic: Cell Context Menu > Live Filter [Enable/Disable On-Click]
Replies: 1
Views: 250

Cell Context Menu > Live Filter [Enable/Disable On-Click]

Currently, using t he Cell Context Menu via CTRL + right click > Live Filter sends the selected item to Live Filter. It would be useful to have the Live Filter disabled upon executing the same action again (i.e. selecting the same item using CTRL + right click > Live Filter). As of XYplorer v23.90.0...
by 3QQPcr
04 Jan 2023 03:53
Forum: Script Exchange
Topic: [REQ] Append selected directory/file names with preset value
Replies: 2
Views: 334

[REQ] Append selected directory/file names with preset value

Would it be possible to create a simple script that would append selected directory names with a preset value? Some users might benefit from a separate script that behaves the same but for renaming filenames if both target types cannot be combined into a single script. The script could be executed b...
by 3QQPcr
16 Dec 2022 08:47
Forum: Wishes
Topic: [REQ] Live Filter history/auto-complete
Replies: 1
Views: 204

[REQ] Live Filter history/auto-complete

I may be in the minority here but I would find it very useful if XYplorer offered the ability to toggle Live Filter history and/or had an auto-complete option. It would increase productivity if users could select previous Live Filter entries from a standard drop-down menu or have their input automat...