Search found 234 matches

by 40k
16 Mar 2013 18:26
Forum: Script Exchange
Topic: YouTube.com 0.7 - GUI for youtube-dl
Replies: 94
Views: 29693

Re: Youtube.com VLC 0.1

Very nice 40k! I was wondering if anyone had success in dropping the Youtube URL on a XYplorer CTB from Internet Explorer (i.e., using <drop>)? It doesn't work for me, whereas, copying the URL to the clipboard and then hitting the CTB works fine (i.e., using <clipboard>). Also, I realize the operat...
by 40k
16 Mar 2013 18:21
Forum: Tips & Tricks, Questions & Answers
Topic: Show off your Xyplorer!
Replies: 135
Views: 37574

Show off your Xyplorer!

Every user most likely has their own unique configuration. So why not show off how you configured your copy? This will most likely bring some features to the attention of other users. You can even upload your configuration file so people can try something different? You can upload a screenshot via t...
by 40k
15 Mar 2013 08:21
Forum: Script Exchange
Topic: [Help] "Browse with acdsee" script ?
Replies: 8
Views: 2231

Re: [Help] "Browse with acdsee" script ?

Do you mean something like this? $Acdsee = quote("C:\Program Files\ACDSee32\ACDSee32.exe", "0"); $File = quote(get("SelectedItemsPathNames","|","a"), "0"); run ("$Acdsee $File", , "0", "1"); thank you so much ...
by 40k
15 Mar 2013 07:57
Forum: Script Exchange
Topic: [Help] "Browse with acdsee" script ?
Replies: 8
Views: 2231

Re: [Help] "Browse with acdsee" script ?

Do you mean something like this?

Code: Select all

$Acdsee = quote("C:\Program Files\ACDSee32\ACDSee32.exe", "0");
 $File = quote(get("SelectedItemsPathNames","|","a"), "0");
 run ("$Acdsee $File", , "0", "1");
by 40k
14 Mar 2013 17:34
Forum: Script Exchange
Topic: YouTube.com 0.7 - GUI for youtube-dl
Replies: 94
Views: 29693

Re: Youtube.com VLC 0.1

Nice job! It even works with the PortableApps version of VLC. :appl: Not sure if it would be possible but I find more often than not I just want the audio from a video so the ability to automatically demux and only output the audio would be awesome. Added to my list. That's actually a really easy f...
by 40k
14 Mar 2013 17:24
Forum: Script Exchange
Topic: YouTube.com 0.7 - GUI for youtube-dl
Replies: 94
Views: 29693

Re: Youtube.com VLC 0.1

Which version of VLC do you use? (It does not seem to work with my old version 0.8.6f) You'll need at least 2.0 but I strongly recommend you use TwoFlower (2.0.5). Older versions of VLC are still good for playing local media but Videolan have made huge improvements in streaming video support from 2...
by 40k
14 Mar 2013 17:15
Forum: Script Exchange
Topic: YouTube.com 0.7 - GUI for youtube-dl
Replies: 94
Views: 29693

Re: Youtube.com VLC 0.1

Looks cool! Any reason you prefer <clipboard> over <drop>? I haven't experimented with <drop> yet. I presume this would require the user to actively drag the link to the Youtube script button? I can see how that could work. A user may however want to copy a link into their clipboard, finish what th...
by 40k
14 Mar 2013 13:37
Forum: Script Exchange
Topic: YouTube.com 0.7 - GUI for youtube-dl
Replies: 94
Views: 29693

YouTube.com 0.7 - GUI for youtube-dl

YouTube.com 0.7 - GUI for youtube-dl youtube.xys Script requirements: 1. Xyplorer version 12.40.000 or higher. Older versions do not support downloads larger than 100mb! 2. (Optional) VLC.exe 2.1.2 or higher. - http://www.videolan.org/vlc/ How to install: 1. Place Youtube.xys into the <xypath>\Data...
by 40k
05 Mar 2013 12:43
Forum: Tips & Tricks, Questions & Answers
Topic: Throwing Out Ideas for Future of XYplorer
Replies: 7
Views: 1829

Re: Throwing Out Ideas for Future of XYplorer

Can someone explain to a layman like myself why 64 bit is so important? I can understand the need for 64 bit OS due to physical limits such as supportable memory size and such. But why does Xyplorer need 64 bit? http://www.xyplorer.com/faq-topic.php?id=ctx64 I understand now. That seems like such a...
by 40k
04 Mar 2013 16:02
Forum: Tips & Tricks, Questions & Answers
Topic: [SOLVED] Scripting: download command is picky about https
Replies: 5
Views: 875

Re: Scripting: download command is picky about https

admin wrote:Did it work?
This issue is now fixed, thanks Don!
by 40k
04 Mar 2013 15:50
Forum: Wishes
Topic: Inputselect custom icons
Replies: 1
Views: 416

Inputselect custom icons

Is it possible to assign custom icons in the inputselect window?

Image

Now it only shows orange triangles. I'd like to replace those with my own icon.
by 40k
04 Mar 2013 15:47
Forum: Tips & Tricks, Questions & Answers
Topic: Throwing Out Ideas for Future of XYplorer
Replies: 7
Views: 1829

Re: Throwing Out Ideas for Future of XYplorer

Can someone explain to a layman like myself why 64 bit is so important?
I can understand the need for 64 bit OS due to physical limits such as supportable memory size and such. But why does Xyplorer need 64 bit?
by 40k
28 Feb 2013 11:07
Forum: Script Exchange
Topic: Twitch.tv VLC 2.0 06/1/14: Twitch.tv HLS revamp
Replies: 29
Views: 16165

Re: Twitch.tv VLC script UPDATE 0.2 (feedback requested!)

Don't get me wrong, but I'm too lazy to analyze the whole script to see what exactly you want to target with your regexes and what you want to get in return. So can you do me a favor and deliver examples of what to target, your current assigned regex and the result you'd like to get? I basically ne...
by 40k
24 Feb 2013 17:28
Forum: Script Exchange
Topic: Twitch.tv VLC 2.0 06/1/14: Twitch.tv HLS revamp
Replies: 29
Views: 16165

Re: Twitch.tv to VLC script 0.1

1. Another option, instead of permanent variables for paths, could be an ini file (I know, not elegant) 2. Try this to catch the games names, should be faster (?<="name":").*?(?=","_links") 3. @Don: nope it still asks to download something, it doesn't show you plain co...
by 40k
20 Feb 2013 18:37
Forum: Script Exchange
Topic: Twitch.tv VLC 2.0 06/1/14: Twitch.tv HLS revamp
Replies: 29
Views: 16165

Twitch.tv VLC 2.0 06/1/14: Twitch.tv HLS revamp

Twitch.tv VLC 2.0 Twitch 2.0.xys Get TwitchTV.xys 2.0 from Pastebin Requirements: 1. Xyplorer 12.0 or better. Previous version may work but were not tested. 2. LIVESTREAMER 1.7.2 - https://github.com/chrippa/livestreamer/releases/tag/v1.7.2 3. VLC.exe 2.0.0 or better. - http://www.videolan.org/vlc/...