Search found 234 matches

by 40k
24 Nov 2013 22:55
Forum: Tips & Tricks, Questions & Answers
Topic: iPhone in XY
Replies: 56
Views: 16407

Re: iPhone in XY

This really needs to get solved. Android has now completely switched to MTP protocol. Which means the days of phones being USB mass storage devices are long gone. I do a lot of Android developing myself, and for the first time ever I feel XY's limitation is actively holding me back. I've mapped the ...
by 40k
24 Nov 2013 22:34
Forum: Bug Reports
Topic: selection breaks when an item is deleted
Replies: 2
Views: 774

selection breaks when an item is deleted

It's a fairly uncommon scenario but this bothers me:

When you select any number of items and execute a script that deletes any of the items you have selected the entire selection is lost.
by 40k
20 Nov 2013 14:53
Forum: Script Exchange
Topic: Total Size Selector 1.1 - November 19, 2013
Replies: 19
Views: 3617

Re: Total Size Selector 1.1 - November 19, 2013

I have an idea for some new features for this. 1. include the option to let a user choose from a list of pre-defined formats. Such as Floppy, CD, DVD, BLU-RAY, etc... That would automatically tell the script what the total selected size can be as those formats are standardized. 2. Load all USB devic...
by 40k
16 Sep 2013 17:54
Forum: Tips & Tricks, Questions & Answers
Topic: stop Columns from resizing to largest file name length
Replies: 2
Views: 553

Re: stop Columns from resizing to largest file name length

grindax wrote:I think this is what you're after:

Tools -> Customize List -> Autosize Columns
This is it! Thanks grindax
by 40k
16 Sep 2013 17:22
Forum: Tips & Tricks, Questions & Answers
Topic: stop Columns from resizing to largest file name length
Replies: 2
Views: 553

stop Columns from resizing to largest file name length

Hi guys,

I forgot where the setting is to stop the columns in a tab from resizing themselves in different folders.
Somebody that can point me in the right directions?
by 40k
10 Sep 2013 01:59
Forum: Script Exchange
Topic: FFmpeg Assistance - convert, trim media files
Replies: 1
Views: 2631

Re: FFmpeg Assistance - convert, trim media files

I'm going to check this out when I get back to my Windows machine. Thought about implementing something similar but got flooded with work shortly after and did not think about it thereafter. One remark about the option list: Most Windows users will use the Zeranoe binaries. So your userbase is large...
by 40k
29 Aug 2013 11:36
Forum: Script Exchange
Topic: Twitch.tv VLC 2.0 06/1/14: Twitch.tv HLS revamp
Replies: 29
Views: 16166

Re: Twitch.tv VLC 1.4 27/8/13: New resolutions on Twitch sup

I've just developed some code that allows you to use this script as a GUI for Livestreamer (http://livestreamer.tanuki.se/en/latest/index.html#) Livestreamer allows you to view streams from a bunch of streaming sites including HLS from Twitch.tv if anyone is interested I can post the code here, let ...
by 40k
27 Aug 2013 13:51
Forum: Script Exchange
Topic: Twitch.tv VLC 2.0 06/1/14: Twitch.tv HLS revamp
Replies: 29
Views: 16166

Re: Twitch.tv VLC 1.3 21/07/13 - Lots of new stuff!

Version 1.4 now supports the new resolutions as defined by Twitch.tv
I believe they are making the move to this new naming scheme in preparation of their HLS video roll-out.
by 40k
17 Aug 2013 00:07
Forum: Wishes
Topic: MTP support for tablets, smart phones and other devices
Replies: 4
Views: 3344

Re: MTP support for tablets, smart phones and other devices

Probably will be solved with the long awaited "Support for non-drive devices" which has been discussed in various threads before, for a starting point see: http://www.xyplorer.com/xyfc/viewtopic.php?f=3&t=10043 That's been on the roadmap for over 3 years. It's quite literally the firs...
by 40k
15 Aug 2013 17:34
Forum: Wishes
Topic: MTP support for tablets, smart phones and other devices
Replies: 4
Views: 3344

MTP support for tablets, smart phones and other devices

As far as I'm aware Xyplorer does not support MTP - Media Transfer Protocol . Now that nearly everyone has some sort of device that could benefit from this I think Xyplorer should consider supporting this. I find myself having to return to Windows Explorer just to transfer book files onto my Nexus 7...
by 40k
10 Aug 2013 14:32
Forum: Bug Reports
Topic: Short hang-ups in 12.80
Replies: 0
Views: 681

Short hang-ups in 12.80

Since upgrading to 12.80 I'm experiencing short hang-ups in Xyplorer. Usually only a second or two, they appear on both my machines. any chance this is related to color filters? It usually happens when modifying a file, copy/pasting or renaming a file or folder. I'll see if I can find an instance wh...
by 40k
02 Aug 2013 13:10
Forum: Script Exchange
Topic: XYKeyCrypt 1.4 FINAL - August 12, 2013
Replies: 6
Views: 3283

Re: XYKeyCrypt 1.0 - August 2, 2013

I would simply recommend using full disk encryption instead.
by 40k
30 Jul 2013 14:18
Forum: Script Exchange
Topic: Twitch.tv VLC 2.0 06/1/14: Twitch.tv HLS revamp
Replies: 29
Views: 16166

Re: Twitch.tv VLC 1.3 21/07/13 - Lots of new stuff!

Next revision will not require the VB code as I've discovered that rtmpdump has integrated support for Justin.tv and Twitch.tv Flash hashing. I'm currently beta testing to see if this works in the long rung but it should noticeable speed up the script.
by 40k
15 Jul 2013 13:25
Forum: Bug Reports
Topic: Global variable not resolved in foreach() loops
Replies: 29
Views: 3885

Re: Global variable not resolved in foreach() loops

My confusion stems fron the following post made by you Don: http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=9834 Why do you unnecessarily quote variables ("$g_ConfigurationFile")? Is it the heat or the humidity? :P As the value of $g_ConfigurationFile is in fact a string. So for clari...