Search found 24 matches

by Neuro-NX
Sun Jun 01, 2025 5:16 pm
Forum: Closed/Resolved
Topic: 1.9.1. Wrong selection behavior in browser
Replies: 4
Views: 199

Re: 1.9.1. Wrong selection behavior in browser

XnView: MP 1.9.0 - 64 bit
OS: Linux

I can reproduce this bug also.


Bug seems to only be affected in Thumbnails and Icons view.
Bug was introduced in 1.9.0. In version 1.8.8 the intended behaviour works.


Step 1
Screenshot_2025-06-01_18-22-41.png

Step 2
Screenshot_2025-06-01_18-23-28.png ...
by Neuro-NX
Thu May 29, 2025 6:45 pm
Forum: Reproduced - TODO
Topic: 1.8.8 - Filelist sort order not reflected in browser
Replies: 9
Views: 356

Re: 1.8.8 - Filelist sort order not reflected in browser

To summarize the suggestions so far.


Enable Feature: From Settings

Option in "Tools > Settings > File list". See FIG2 .
This would define a global value for the browser to ALWAYS sort files according the order in the loaded FILELIST file.
To better emphasis that this option is a global ...
by Neuro-NX
Thu May 29, 2025 1:54 pm
Forum: Reproduced - TODO
Topic: 1.8.8 - Filelist sort order not reflected in browser
Replies: 9
Views: 356

Re: 1.8.8 - Filelist sort order not reflected in browser


* The Filelist could have a top line of options, prefixed with * (which won't appear in a file name) specifying what to do when opened, which could include sorting but could include other settings, perhaps in the format of command-line options (using the same names where coinciding). I think this ...
by Neuro-NX
Tue May 27, 2025 2:36 pm
Forum: Reproduced - TODO
Topic: 1.8.8 - Filelist sort order not reflected in browser
Replies: 9
Views: 356

Re: 1.8.8 - Filelist sort order not reflected in browser

To provide more clarity. Let me explain the user interaction flow.

We have 2 different users. They both want to keep the order of files, as it appears in the FILELIST file. But in different ways.

User 1:

Desire:
- Keep the same file order and override the sort order. TRUE.
- But ONLY when I ...
by Neuro-NX
Mon May 26, 2025 11:08 pm
Forum: Reproduced - TODO
Topic: 1.8.8 - Filelist sort order not reflected in browser
Replies: 9
Views: 356

Re: 1.8.8 - Filelist sort order not reflected in browser

To Reproduce

I'm using Linux. On Windows you can use WSL or follow the steps using your own process.

Example 1

To generate 6 numbered images, then add to filelist.

Requires 'imagemagick'

Copy and paste the whole code in a terminal. Remember to change "FONT-NAME".


mkdir colors; \
cd ...
by Neuro-NX
Mon May 26, 2025 8:28 pm
Forum: Miscellaneous
Topic: Upscaling / Enlarging
Replies: 7
Views: 16126

Re: Upscaling / Enlarging

I use this AI application for upscaling, interpolation and enhancing videos, and upscaling and enhancing photos.

Topaz Photo AI - https://www.topazlabs.com/topaz-photo-ai
Topaz Video AI - https://www.topazlabs.com/topaz-video-ai

I also use Davinci Resolve to then do further adjustment using the ...
by Neuro-NX
Mon May 26, 2025 6:19 pm
Forum: MP - General Support
Topic: Folder icons
Replies: 6
Views: 486

Re: Folder icons

A related feature, I don't think has been mentioned on this forum.

- If your operating system is Linux based with GTK.
- Passing environment variable QT_QPA_PLATFORMTHEME=gtk2

You can override the folder icons. Place the icons in these destination paths.

Path for SMALL folder:
~/.icons/hicolor ...
by Neuro-NX
Mon May 26, 2025 5:08 pm
Forum: Reproduced - TODO
Topic: 1.8.8 - Filelist sort order not reflected in browser
Replies: 9
Views: 356

Re: 1.8.8 - Filelist sort order not reflected in browser



When a FILELIST is loaded from a text file. I expect the files to be sorted, as it appears in my filelist.txt.

I disagree
filelist must be sorted as per app's existing 'Sort by' setting

Yes. By default, it should be sorted as per the "Sort by" configuration setting values.

[Browser]
sort ...
by Neuro-NX
Sun May 25, 2025 11:43 pm
Forum: Reproduced - TODO
Topic: 1.8.8 - Filelist sort order not reflected in browser
Replies: 9
Views: 356

1.8.8 - Filelist sort order not reflected in browser

Expected Outcome

When a FILELIST is loaded from a text file. I expect the files to be sorted, as it appears in my filelist.txt.

This seems logical, as a filelist is a "curated" list. Similar to a sorted bookshelf, that may be sorted according to "theme", "topic", "author" etc. Users may want to ...
by Neuro-NX
Fri May 23, 2025 8:51 pm
Forum: New
Topic: Churn in xnview.ini file
Replies: 10
Views: 398

Re: Churn in xnview.ini file

I can't replicate this, or find it within my xnview.ini. I am using version 1.8.8 (Linux).

I would simply remove that line for now. It's not important. It is not valid, because it is missing the KEY. For example, it should be KEY="======" .

Within Batch convert, there are numerous options that ...
by Neuro-NX
Fri May 23, 2025 8:27 pm
Forum: New
Topic: Churn in xnview.ini file
Replies: 10
Views: 398

Re: Churn in xnview.ini file

Can you provide the fulll line from xnview.ini.

Code: Select all

KEY=VALUE
by Neuro-NX
Fri May 23, 2025 7:55 pm
Forum: New
Topic: Churn in xnview.ini file
Replies: 10
Views: 398

Disable history for version control

If you intend on doing version control or backup of xnview.ini . You should also consider, removing history of files from being logged. Not just for privacy reasons, but that it will produce a false positive when doing 'diff', as these values change all the time as you use the program.


[%General ...
by Neuro-NX
Fri May 23, 2025 5:37 pm
Forum: New
Topic: Churn in xnview.ini file
Replies: 10
Views: 398

Re: Churn in xnview.ini file


Thanks for the suggestion and Python script! I'll try that out…


Okay. I improved the script to format the INI file properly and provide the features you wanted.

As you want to perform version control, the INI file needs to be sorted alphabetically. It can now take an argument flag '-s' to sort ...
by Neuro-NX
Fri May 23, 2025 3:27 pm
Forum: New
Topic: Churn in xnview.ini file
Replies: 10
Views: 398

Re: Churn in xnview.ini file

Sorry. I just noticed an issue. The INI file is using "camelCase" for KEYs.

Please use the updated revision, which preserves the case https://gist.github.com/Neuro-NX/d0d4a0 ... 2c6ac50e25
by Neuro-NX
Fri May 23, 2025 3:05 pm
Forum: New
Topic: Churn in xnview.ini file
Replies: 10
Views: 398

Re: Churn in xnview.ini file

JSON is a better serialized format for version control or backup purposes.

For those wanting to backup their xnview.ini file.
I created a python script that will convert an INI file to JSON. Here => https://gist.github.com/Neuro-NX/d0d4a062ae0dfd4269ad5c2c6ac50e25

You can then backup the JSON ...