Search found 2579 matches

by user0
Fri Nov 07, 2025 5:14 pm
Forum: New
Topic: 1.9.5 Image Browser behavior when adding new files [Edit: ignore, user error]
Replies: 3
Views: 82

Re: 1.9.5 Image Browser behavior when adding new files

so, you are able to make a script but can't check app settings?
by user0
Fri Nov 07, 2025 6:48 am
Forum: MP - General Support
Topic: How do I close all open tabs in XnView MP on quit?
Replies: 1
Views: 73

Re: How do I close all open tabs in XnView MP on quit?

disable sessions saving in Settings>General
by user0
Fri Nov 07, 2025 5:38 am
Forum: MP - Suggestions
Topic: Allow/clarify adoption of existing settings folder in paths
Replies: 1
Views: 74

Re: Allow/clarify adoption of existing settings folder in paths

app checks folders in order and loads settings file wherever it is found first
eg in windows:
1. application folder
2. local machine folder
3. current user folder (registry)
by user0
Thu Nov 06, 2025 6:51 am
Forum: Retest
Topic: Is there any way to remove set category from the menu?
Replies: 12
Views: 4247

Re: Is there any way to remove set category from the menu?


Can you direct me to a resource explaining how to use such configuration items?

1. close app
2. open xnview.ini
3. check if [Policy] section exists
if exists - add new string below:
setCategory=false

if does not exist - add 2 new strings in the beginning of the file
[Policy]
setCategory ...
by user0
Tue Nov 04, 2025 10:43 am
Forum: Fixed in next version
Topic: Browser - thumbnails - overlay icon - do not hide when dropdown appears
Replies: 1
Views: 89

Browser - thumbnails - overlay icon - do not hide when dropdown appears

XnViewMP 1.9.5
Windows11 (25H2), display resolution 3840x2160, dpi scale 150%

Browser - thumbnails - overlay icon
unset overlay icons disappear when dropdown menu appears, which is inconvenient

thumbnails_overlay_icon_dissapear.gif


Suggestion
do not hide unset overlay icons when its ...
by user0
Mon Nov 03, 2025 9:40 am
Forum: MP - Suggestions
Topic: Suggestion: Support EXIF milliseconds (ms) in batch rename based on shooting date
Replies: 3
Views: 217

Re: Suggestion: Support EXIF milliseconds (ms) in batch rename based on shooting date

so you are talking about Import&Sort dialog, not Batch rename
you can use # enumerator there, but it will be applied to all files, not just duplicates



That’s why my real suggestion is to make it simpler — to allow an extended pattern like this:
{EXIF:Date Taken [Y-m-d_H-M-S-MS]}

DateTime tags ...
by user0
Sun Nov 02, 2025 8:33 am
Forum: MP - Suggestions
Topic: Suggestion: Support EXIF milliseconds (ms) in batch rename based on shooting date
Replies: 3
Views: 217

Re: Suggestion: Support EXIF milliseconds (ms) in batch rename based on shooting date

1. there are tags exist:
{EXIF:SubSecTime}
{EXIF:SubSecTimeOriginal}
{EXIF:SubSecTimeDigitized}

2. there is Duplicate setting exist, to solve name conflicts

3. there is no Overwrite dialog when name conflict happens, app just show error

when I try to rename many burst photos by EXIF date, I ...
by user0
Wed Oct 29, 2025 6:25 pm
Forum: New
Topic: Thumbnails are not updating rotation
Replies: 4
Views: 204

Re: Thumbnails are not updating rotation

there is some issue
nothing happens when creating thumbnail via 'EXIF Thumbnail - Rebuild' on this file
by user0
Tue Oct 28, 2025 6:27 am
Forum: Fixed in next version
Topic: Settings - Integration - improve UAC elevation handling
Replies: 1
Views: 103

Settings - Integration - improve UAC elevation handling

XnViewMP 1.9.5
Windows11 (25H2), display resolution 3840x2160, dpi scale 150%

Settings - Integration


Suggestion

improve UAC elevation handling
current behavior
0. start app w/o admin rights
1. change "Add 'Browser with XnViewMP' to context menu" checkbox
2. press OK
nothing happens ...
by user0
Wed Oct 22, 2025 10:37 am
Forum: Fixed in next version
Topic: Settings - Integration - add 'Enable XnShell' checkbox
Replies: 1
Views: 134

Settings - Integration - add 'Enable XnShell' checkbox

XnViewMP 1.9.5
Windows11 (25H2), display resolution 3840x2160, dpi scale 150%

Settings - Integration
its only possible to enable XnShell during installation process, which is inconvenient

Suggestion
add 'Enable XnShell' checkbox
which will
register
regsvr32 /s "<path_to_app_folder ...
by user0
Sun Oct 19, 2025 12:25 pm
Forum: MP - General Support
Topic: How to batch edit catalog directory path?
Replies: 3
Views: 233

Re: How to batch edit catalog directory path?

try
1. place the following files in the same folder
XnView.db
sqlite3.exe from sqlite-tools-win-x64-3500400.zip download from sqlite3
create files

export_folders.bat
sqlite3.exe XnView.db < export_folders.sql

export_folders.sql
.mode csv
.separator ","
.headers on
.output export_folders ...