Search found 45 matches

by jdev21
04 Jul 2018 18:29
Forum: Tips & Tricks, Questions & Answers
Topic: Use External Copy Handler with copyitem
Replies: 4
Views: 2332

Re: Use External Copy Handler with copyitem

Thanks, it does work properly with xyplorer copy handler so I'll give that a try.
by jdev21
04 Jul 2018 06:04
Forum: Tips & Tricks, Questions & Answers
Topic: Use External Copy Handler with copyitem
Replies: 4
Views: 2332

Re: Use External Copy Handler with copyitem

Thank you for your response.
Is there an option to prevent xyplorer from locking during network transfers?
by jdev21
04 Jul 2018 03:00
Forum: Tips & Tricks, Questions & Answers
Topic: Use External Copy Handler with copyitem
Replies: 4
Views: 2332

Use External Copy Handler with copyitem

When using the 'copyitem' script command on a network file, xyplorer ignores the external copy handler and uses window's copy handler instead (teracopy is even my windows default). Also, when doing a network transfer, xyplorer completely locks up until the transfer is complete. Enable background pro...
by jdev21
01 Jul 2018 22:14
Forum: Tips & Tricks, Questions & Answers
Topic: Button to add folder to filename on copy
Replies: 3
Views: 968

Re: Button to add folder to filename on copy

I did mean copy rather than move, sorry. Would this be possible without modifying the original file?
by jdev21
01 Jul 2018 21:58
Forum: Tips & Tricks, Questions & Answers
Topic: Button to add folder to filename on copy
Replies: 3
Views: 968

Button to add folder to filename on copy

Would this be possible to do using scripts in XY?
Select a file > Click a button > file is moved to D:\Shared with the old folder name as a new prefix

so C:\coolfiles\a.mp3 would become D:\Shared\coolfiles - a.mp3
by jdev21
27 Jun 2018 05:53
Forum: Other Software
Topic: Add to Paper in Bash
Replies: 1
Views: 2224

Re: Add to Paper in Bash

I found an answer. If anyone stumbles on this --
The paper .txt files also use CRLF line terminators which need to be added to the bash command with \r as follows:

Code: Select all

echo -e "\r\nT:\OhHello\r" | iconv -f ascii -t utf16 >> /mnt/Paper/X.txt
by jdev21
27 Jun 2018 05:25
Forum: Other Software
Topic: Add to Paper in Bash
Replies: 1
Views: 2224

Add to Paper in Bash

I have been having some trouble appending a directory to a txt paper folder in bash. I have found that I need to use iconv to convert the text to utf16 to even get it to appear properly in the text file (perhaps this is still the cause). I'm using this command: echo -e "\nT:\OhHello" | ico...
by jdev21
06 Aug 2016 19:07
Forum: Tips & Tricks, Questions & Answers
Topic: Generating Cover with Details
Replies: 1
Views: 835

Generating Cover with Details

I am in the process of creating covers/thumbnails for my image collections. I am trying to make them look almost like a magazine cover to the image collection for various different uses. Right now I am able to select an image and click a button to run the script below to copy the image and put the f...
by jdev21
09 May 2016 16:52
Forum: Tips & Tricks, Questions & Answers
Topic: Forum log-in not secure
Replies: 23
Views: 5296

Re: Forum log-in not secure

I remember that a while ago, a lot was made of XYplorer installation executable not being signed and that was corrected. However, I wonder how many people know that this forum log-in is not done in a secure manner and their username and password are sent in clear text. The main forum page is not lo...
by jdev21
22 Apr 2016 17:04
Forum: Tips & Tricks, Questions & Answers
Topic: Any good software sites?
Replies: 12
Views: 4319

Re: Any good software sites?

Not exactly what you're looking for but you can find some good software and discussions on these subreddits:
https://www.reddit.com/r/opensource/
https://www.reddit.com/r/software/

Add: a nifty open source alternative site -
https://www.osalt.com/
by jdev21
21 Jan 2016 16:05
Forum: Tips & Tricks, Questions & Answers
Topic: New preview engine in v. 16.10.0200
Replies: 17
Views: 4150

Re: New preview engine in v. 16.10.0200

Any chance we will be able to change the default player for the previews to something else like VLC? I really hate WMP :(
by jdev21
11 Nov 2015 03:36
Forum: Tips & Tricks, Questions & Answers
Topic: Display Random Files
Replies: 1
Views: 817

Display Random Files

I would like to click a button or catalog item to display a certain amount of random files (5,10, or 20) in the current directory. Each time its clicked it shows a new random set of files. Is this possible to do?
by jdev21
27 Jun 2015 00:07
Forum: Bug Reports
Topic: Low Quality Thumbs for High Res Images
Replies: 17
Views: 2427

Re: Low Quality Thumbs for High Res Images

highend wrote:I've used savethumb on a 24 (color) bit .png file. The result was a 32bit one. This can add quite a bit of file size especially on large images...
This must be what is causing it. I took a look at my archive of images that are high quality with bad thumbnails and they are all 24 bit depth.
by jdev21
06 Jun 2015 05:42
Forum: Tips & Tricks, Questions & Answers
Topic: Mark Watched Videos
Replies: 9
Views: 1926

Re: Mark Watched Videos

Found it. Set this as a PFA. For instance, I'm setting this PFA to intercept JPG (remember to enable TAGs column so you can see the count): jpg> $label = report("{Tags}", "<curitem>"); if($label == "") { tag "1", , 1, 1; } elseif($label != "") { $la...
by jdev21
06 Jun 2015 00:03
Forum: Tips & Tricks, Questions & Answers
Topic: Mark Watched Videos
Replies: 9
Views: 1926

Mark Watched Videos

Is it possible to mark videos/files that have been opened in xyplorer?

Similar to xmbc or similar htpc software, I would like to automatically mark watched videos in a series to know which is the latest unwatched.