Search found 234 matches

by 40k
04 Jul 2013 15:28
Forum: Script Exchange
Topic: Twitch.tv VLC 2.0 06/1/14: Twitch.tv HLS revamp
Replies: 29
Views: 16194

Re: Twitch.tv VLC 1.1 - speed increase

Twitch has just updated their flash key and the script automatically retrieved the new key to remain functional. I'm so proud :D

Image
by 40k
04 Jul 2013 15:04
Forum: Wishes
Topic: return output from cmd console
Replies: 7
Views: 2316

Re: return output from cmd console

It's better if XYplorer can handle by itself. If Don doesn't plan so, then I will write a AHK script: XYplorer send cmd command to AHK via WM_Copydata → AHK execute the cmd and retrieve the output → send back to XYplorer via WM_Copydata I recently found a situation where this may come in handy. Has...
by 40k
04 Jul 2013 14:52
Forum: Wishes
Topic: return output from cmd console
Replies: 7
Views: 2316

Re: return output from cmd console

It's better if XYplorer can handle by itself. If Don doesn't plan so, then I will write a AHK script: XYplorer send cmd command to AHK via WM_Copydata → AHK execute the cmd and retrieve the output → send back to XYplorer via WM_Copydata I recently found a situation where this may come in handy. Has...
by 40k
04 Jul 2013 14:32
Forum: Script Exchange
Topic: Script: Send files to Android device over USB
Replies: 6
Views: 2447

Re: Script: Send files to Android device over USB

I'm working on this one at the moment. The next version should consist of just one script that sends any selected items, files and / or folder to your android device.
by 40k
02 Jul 2013 18:05
Forum: Wishes
Topic: Undoing Uncompress
Replies: 5
Views: 576

Re: Undoing Uncompress

You could potentially write a script that scans the local folder before you extract an archive. Then it could delete any files created by the extraction tool afterwards? I fail to see how this could be done in any practical manner though. Regardless, you shouldn't be extracting archives without know...
by 40k
29 Jun 2013 15:42
Forum: Wishes
Topic: Scripting: user dialogues
Replies: 1
Views: 422

Scripting: user dialogues

At the moment we have input(), inputselect(), ...

Is it possible to make new input dialogues similar to the window that launches when editing the configuration file? Multiple panes with tabs, combination of checkboxes, input text fields, selection dialogues...
by 40k
29 Jun 2013 15:32
Forum: Other Software
Topic: Sandboxie
Replies: 17
Views: 7732

Sandboxie

Sandboxie is essential software. It runs a system level driver that intercepts selected programs access to your hard disk. By sandboxing a program you spoof the software into thinking it is making changes to your disk and registry, while in reality it is reading and writing from an isolated folder a...
by 40k
29 Jun 2013 15:14
Forum: Script Exchange
Topic: WinRAR Suite
Replies: 3
Views: 1890

Re: WinRAR Suite

/* RAR scripts */ /////////////////////////////////////////////////////////////////////// //// START Individually compress files and folders //// /////////////////////////////////////////////////////////////////////// "Individually compress files and folders" $filelist=""; //Sel...
by 40k
27 Jun 2013 14:24
Forum: Script Exchange
Topic: Twitch.tv VLC 2.0 06/1/14: Twitch.tv HLS revamp
Replies: 29
Views: 16194

Re: Twitch.tv VLC 1.1 - speed increase

Version 1.1

Code: Select all

+ Tweaked the download code a bit. Should be faster
by 40k
26 Jun 2013 18:34
Forum: Script Exchange
Topic: Twitch.tv VLC 2.0 06/1/14: Twitch.tv HLS revamp
Replies: 29
Views: 16194

Re: Twitch.tv VLC 1.0 - First actually stable release (?) :)

If you run into the error "Can not find location of file; $g_Swf..." go to your <xyscripts> folder and delete any files related to the Twitch script with the exception of Twitch.xys of course. - Twitch.ini - Twitch.bat - Twitch.vbs In general most problems with the script can be resolved b...
by 40k
25 Jun 2013 12:54
Forum: Script Exchange
Topic: FFmpeg 0.5 14/07/13 GUI, Batch converting, Metadata analysis
Replies: 5
Views: 6934

Re: FFmpeg 0.4 - Xyplorer GUI + Batch converting

Superb! :appl: :appl: :appl: :appl: :appl: ----------- Input dialogs should show a list of common options so that user do not have to remember or lookup everytime Found a bug that causes issues when converting certain filenames that contain multiple dots. Also, do not use the copy bitrate function ...
by 40k
24 Jun 2013 18:22
Forum: Script Exchange
Topic: YouTube.com 0.7 - GUI for youtube-dl
Replies: 94
Views: 29869

Re: Youtube.com 0.6.5 - More Batch download improvement

I discovered that deleting your chosen "Downloads" folder will cause the script to malfunction. If you deleted the folder please edit the path in Youtube.ini to reflect a new download path. Alternatively, delete Youtube.ini to reconfigure the script using the automated wizard.
by 40k
24 Jun 2013 17:48
Forum: Script Exchange
Topic: FFmpeg 0.5 14/07/13 GUI, Batch converting, Metadata analysis
Replies: 5
Views: 6934

FFmpeg 0.5 14/07/13 GUI, Batch converting, Metadata analysis

FFmpeg 0.5 - GUI, Batch converting, Meta data analysis FFmpeg 0.5.xys Get FFmpeg 0.5 from Pastebin To use the script you will require: 1. Xyplorer 7.0 or later 2. FFmpeg and FFprobe. - http://ffmpeg.zeranoe.com/builds/ Any version should work. This link hosts the official Windows builds of the FFmp...
by 40k
24 Jun 2013 14:30
Forum: Script Exchange
Topic: Script: Send files to Android device over USB
Replies: 6
Views: 2447

Re: Script: Send files to Android device over USB

admin wrote:Why do you unnecessarily quote variables ("$g_ConfigurationFile")? Is it the heat or the humidity? :P
I can't figure out what coding convention I want to use for Xy so I sort of make my own. Not that I really stick to it though, ahem... :whistle: