Search found 234 matches

by 40k
22 Apr 2013 12:45
Forum: Tips & Tricks, Questions & Answers
Topic: Icon sources
Replies: 5
Views: 973

Re: Icon sources

admin wrote:my favorite:
http://www.iconfinder.com/
Perhaps it may be a good idea to include some links in the patch notes of the next stable release that has PFI?
by 40k
22 Apr 2013 12:36
Forum: Tips & Tricks, Questions & Answers
Topic: Hello - first post, question on scripting
Replies: 14
Views: 1933

Re: Hello - first post, question on scripting

A common regular expression for catching data between delimiters is this: To:[<][^>]*[>] Read this as: Find any sequence of characters starting with To: followed by < followed by any character that is not > followed by > Note you may also write this as: To:<[^>]*> As the outer < and > are not a char...
by 40k
19 Apr 2013 23:18
Forum: Script Exchange
Topic: How to execute shell command and read back the result in XY?
Replies: 10
Views: 2931

Re: How to execute shell command and read back the result in

You may be able to pipe the output from the command line away from stdout screen into a file. for example: ffmpeg -help > help.txt That will dump the output from the ffmpeg help command into a file called help.txt You can then use the readfile function to read the output into a variable. It's a bit ...
by 40k
16 Apr 2013 04:07
Forum: Script Exchange
Topic: YouTube.com 0.7 - GUI for youtube-dl
Replies: 94
Views: 29619

Re: Youtube.com XY+VLC 0.5 Update 15/04/13

Congratulation! The script is now very capable without the limit. It's also great that you still have the option to use VLC if you need to use it. :biggrin: I tried the latest beta version and managed to run into a bug so I will leave the script as it is for now. If you are interested in taking a s...
by 40k
16 Apr 2013 03:59
Forum: Bug Reports
Topic: 12.30.0105 - Unlimited download throws error 14
Replies: 1
Views: 453

12.30.0105 - Unlimited download throws error 14

After downloading the following video at 1080 successfully (All bytes transferred) Xyplorer throws the following error message: https://www.youtube.com/watch?v=0hAPfxD3u4k Error: 14 (0000000E) Desc: Out of string space Dll: 0 Proc: ReadURL Source: XYplorer XY ver: 12.30.0105 OS: Windows 7 Enterprise...
by 40k
15 Apr 2013 15:34
Forum: Script Exchange
Topic: YouTube.com 0.7 - GUI for youtube-dl
Replies: 94
Views: 29619

Re: Youtube.com XY+VLC 0.5 Update 15/04/13

Script is now at 0.5
Check OP for update notes :)
by 40k
14 Apr 2013 21:21
Forum: Script Exchange
Topic: RegIcons 0.1 - Customize file type icons through Xyplorer
Replies: 19
Views: 4348

Re: RegIcons 0.1 - Customize file type icons through Xyplore

admin wrote:Yes, I could do it (and I think it would be fast enough to be hardly notable). Apparently there is some demand for portable icons?
No!, Find your own damn projects to work on!

Just kidding of course :biggrin:
by 40k
14 Apr 2013 15:04
Forum: Script Exchange
Topic: RegIcons 0.1 - Customize file type icons through Xyplorer
Replies: 19
Views: 4348

Re: RegIcons 0.1 - Customize file type icons through Xyplore

However I do not agree with your sentiment that icon association should be handled by Xyplorer natively. For portable icon associations this would be the only way (and a great one, too). Not sure how it would work considering you need to modify the registry. Perhaps with permanent silent back-ups b...
by 40k
14 Apr 2013 13:54
Forum: Script Exchange
Topic: RegIcons 0.1 - Customize file type icons through Xyplorer
Replies: 19
Views: 4348

Re: RegIcons 0.1 - Customize file type icons through Xyplore

[OT] manipulating registry entries will wake up Godzilla! :twisted: Proof (apart from the photo on XY's forum...) : If you look at your number of posts upside-down, you'll see the number of the Beast... :twisted: :twisted: :twisted: Sorry, couldn't help it. :biggrin: 8) Haha thanks for all the feed...
by 40k
13 Apr 2013 23:29
Forum: Wishes
Topic: 100mb file download limitation
Replies: 15
Views: 2197

Re: 100mb file download limitation

admin wrote:Yes, actually I got the idea of simply passing a new flag with the download() command that removes the default restriction. Will come with next beta.
Sounds great Don! Glad you're back ;)
Out of interest why is the hard limit 2GB?
by 40k
13 Apr 2013 23:12
Forum: Script Exchange
Topic: RegIcons 0.1 - Customize file type icons through Xyplorer
Replies: 19
Views: 4348

RegIcons 0.1 - Customize file type icons through Xyplorer

RegIcons 0.1 - Customize file type icons through Xyplorer RegIcons.xys Pastebin link to RegIcons.xys This script allows you to change the icon Windows will use for a given file type. Below is a step-by-step slideshow of how this works. A few warnings: 1. Modifying the windows registry can create so...
by 40k
13 Apr 2013 12:29
Forum: Wishes
Topic: 100mb file download limitation
Replies: 15
Views: 2197

Re: 100mb file download limitation

admin wrote:I'm afraid I will leave it at 100 MB. Since XY will be totally blocked until the download is done this is enough.
I'm sad you don't want to change this as it breaks my YouTube script.
Disappointed :(
by 40k
13 Apr 2013 02:29
Forum: Wishes
Topic: 100mb file download limitation
Replies: 15
Views: 2197

Re: 100mb file download limitation

How much would you need? (I want to have some limit.) Is the readurl() function limited by RAM? otherwise: 100GB. It may seem high right now but you will already find 1080p videos with high bit-rate topping 2-3GB on Youtube right now. With the advent of 2K and 4K in the next year or two it seems li...
by 40k
12 Apr 2013 23:45
Forum: Wishes
Topic: 100mb file download limitation
Replies: 15
Views: 2197

Re: 100mb file download limitation

How much would you need? (I want to have some limit.) Is the readurl() function limited by RAM? otherwise: 100GB. It may seem high right now but you will already find 1080p videos with high bit-rate topping 2-3GB on Youtube right now. With the advent of 2K and 4K in the next year or two it seems li...
by 40k
12 Apr 2013 23:42
Forum: Bug Reports
Topic: Timeout limit on readurl function?
Replies: 3
Views: 590

Re: Timeout limit on readurl function?

admin wrote:No timeout built in by me. Must be something else.
What could cause the readurl() function to throw "download failed" one time but it will work on the next attempt? No response from the server perhaps?