Search found 234 matches

by 40k
14 May 2013 00:20
Forum: Script Exchange
Topic: YouTube.com 0.7 - GUI for youtube-dl
Replies: 94
Views: 29693

Re: Youtube.com XY+VLC 0.5 (Update Xyplorer to 12.40)

Hi 40k, I attempted to download a youtube video the other day using the latest version 0.5. It was the Pepsi MAX & Jeff Gordon Present: "Test Drive" video that I had downloaded once before on another computer. The url is http://www.youtube.com/watch?v=Q5mHPo2yDG8 , but the download fa...
by 40k
03 May 2013 14:47
Forum: Wishes
Topic: Portable file icons
Replies: 295
Views: 43852

Re: Portable file icons

A bit off topic, but anyway.. It seems that someone has been peeping over your shoulder :biggrin: http://www.softpedia.com/progChangelog/Directory-Opus-Changelog-4781.html Wow that is a bit too much of a coincidence for them to develop the exact same feature right after this was pitched here. :naug...
by 40k
03 May 2013 10:58
Forum: Wishes
Topic: return output from cmd console
Replies: 7
Views: 2315

Re: return output from cmd console

If I remember correctly a similar question was posted not very long ago. It seems as though there may be some demand for a feature like this.
The solution that was recommended was to pipe the console output to a file and read it that way. But not all console output can be piped away from stdout.
by 40k
02 May 2013 13:47
Forum: Wishes
Topic: Portable file icons
Replies: 295
Views: 43852

Re: Portable file icons

From April 19th initial concept to April 30th finished product - v12.40. Verges somewhere between incredible and unbelievable. :appl: BTW If you need something to read this evening try the latest pdf Help file. It now weights in at a massive 500 pages exactly. Looks like this is the best thread I'v...
by 40k
29 Apr 2013 22:21
Forum: Wishes
Topic: Portable file icons
Replies: 295
Views: 43852

Re: Portable file icons

After having tried PFI in the latest beta I think I can best summarize my feelings about this new feature as follows:

Image
by 40k
29 Apr 2013 15:43
Forum: Bug Reports
Topic: urlencode, decode minor mistakes
Replies: 5
Views: 955

Re: urlencode, decode minor mistakes

admin wrote:Thank you! :D
While we're at it: is there any reason why urlencode() does not change

Code: Select all

:
to

Code: Select all

%3A
by 40k
26 Apr 2013 18:00
Forum: Script Exchange
Topic: Twitch.tv VLC 2.0 06/1/14: Twitch.tv HLS revamp
Replies: 29
Views: 16165

Re: Twitch.tv VLC 0.5.1 Update 24/04/13 - Support for ALL ga

Perhaps a silly question but does anyone else actually use this script? I write this one for myself, but it would save me the time of posting it if I just kept it local :D
by 40k
24 Apr 2013 15:13
Forum: Bug Reports
Topic: readurl() fails when server is slow to respond
Replies: 15
Views: 1762

Re: readurl() fails when server is slow to respond

I'm surprised that you use ReadUrl() because it is limited to 100 MB whereas download() is not. I'm using ReadUrl() in my Twitch script because it only needs to get about 100KB worth of information from the Twitch API at any time. Coincidentally ReadUrl() only fails in a reproducible manner when do...
by 40k
24 Apr 2013 14:59
Forum: Bug Reports
Topic: readurl() fails when server is slow to respond
Replies: 15
Views: 1762

Re: readurl() fails when server is slow to respond

admin wrote:So it worked?
It seems you enabled it for Download() only? All my scripts are based on ReadUrl() so I'll have to set up a test script.
by 40k
24 Apr 2013 14:49
Forum: Bug Reports
Topic: readurl() fails when server is slow to respond
Replies: 15
Views: 1762

Re: readurl() fails when server is slow to respond

You get "Download Failed" also when the downloaded bytes count is smaller than the filesize initially (before the download) determined by HttpQueryInfo API. Could that be the case? I never got this case in my tests (therefore I did not give an extra error message). Is there any way around...
by 40k
24 Apr 2013 13:58
Forum: Script Exchange
Topic: Twitch.tv VLC 2.0 06/1/14: Twitch.tv HLS revamp
Replies: 29
Views: 16165

Re: Twitch.tv VLC 0.5.1 Update 24/04/13 - Support for ALL ga

With version 0.5.1 all games, including those using a colon (:) in the title, are now supported.

Classic examples are games like Starcraft II: Heart of the Swarm and Call of Duty: Black Ops 2
by 40k
23 Apr 2013 23:06
Forum: Bug Reports
Topic: readurl() fails when server is slow to respond
Replies: 15
Views: 1762

Re: readurl() fails when server is slow to respond

You get "Download Failed" also when the downloaded bytes count is smaller than the filesize initially (before the download) determined by HttpQueryInfo API. Could that be the case? I never got this case in my tests (therefore I did not give an extra error message). Is there any way around...
by 40k
22 Apr 2013 23:50
Forum: Bug Reports
Topic: readurl() fails when server is slow to respond
Replies: 15
Views: 1762

readurl() fails when server is slow to respond

I'm getting Download Failed errors thrown by Xyplorer when I use readurl to download data from a Twitch.tv server. It seems this server is sometimes slow to respond but will eventually send the data. By that time the script has already failed though. I developed a while loop that keeps track of how ...
by 40k
22 Apr 2013 12:51
Forum: Wishes
Topic: Portable file icons
Replies: 295
Views: 43852

Re: Portable file icons

Regmos wrote:I think this icon is rather appropriate 8)
1.png
XYScript_Icon.zip
It's silly but I'm so proud to see one of my scripts in somebody else's scripts folder :biggrin:
by 40k
22 Apr 2013 12:48
Forum: Tips & Tricks, Questions & Answers
Topic: Hello - first post, question on scripting
Replies: 14
Views: 1933

Re: Hello - first post, question on scripting

$test = <<<>>> header ... To: <Daddy,Brother,Mom's Name> Message ... >>>; $content = regexreplace(regexmatches($test, "To:\r\n<[^>]+", "|"), "To:\r\n<", ""); text $content; And now you can proceed by a while / foreach loop or just get a single token out of it...