Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customize the info shown in title bar? #971

Closed
SilentGene opened this issue Jan 18, 2021 · 5 comments
Closed

customize the info shown in title bar? #971

SilentGene opened this issue Jan 18, 2021 · 5 comments

Comments

@SilentGene
Copy link

Hi there, Thanks for developing such a useful and handy tool!

I was just wondering if there is any way to customize the information shown in the title bar? As a photographer, information such as ISO/ aperture/ shutter speed is also very important to check when browsing images. So if there is an option for us to customize which exif info we would like to be shown in the title bar, that would be perfect!

Thanks,
Heyu

@d2phap
Copy link
Owner

d2phap commented Jan 18, 2021

Thanks @SilentGene
Currently IG does not support customizing title bar info yet.

@d2phap
Copy link
Owner

d2phap commented May 21, 2022

This issue is implemented in the ImageGlass Moon v9.0 beta 1: https://github.com/d2phap/ImageGlass/releases/tag/9.0.1.514.
You can customize it using the setting InfoItems in the igconfig.json file.

image

All the tags you can use are:

public static string? AppName { get; set; } = null;
public static string? Name { get; set; } = null;
public static string? Path { get; set; } = null;
public static string? FileSize { get; set; } = null;
public static string? Dimension { get; set; } = null;
public static string? FramesCount { get; set; } = null;
public static string? ListCount { get; set; } = null;
public static string? Zoom { get; set; } = null;
public static string? ModifiedDateTime { get; set; } = null;
public static string? ExifRating { get; set; } = null;
public static string? ExifDateTime { get; set; } = null;
public static string? ExifDateTimeOriginal { get; set; } = null;
public static string? DateTimeAuto { get; set; } = null;

@d2phap d2phap closed this as completed May 21, 2022
@SilentGene
Copy link
Author

Thanks for realizing this in the new version! However, I still wanted to ask if the information like ISO/ aperture/ shutter speed is possible to be shown in the title bar? It looks like there is no such options currently according to the code.

Thanks,
Heyu

@d2phap
Copy link
Owner

d2phap commented May 23, 2022

Hi @SilentGene, there will be more EXIF tags to show in the next release

@SilentGene
Copy link
Author

Hi @SilentGene, there will be more EXIF tags to show in the next release

That's exciting! Cheers, mate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
V9 - Beta 1
Awaiting triage
Development

No branches or pull requests

2 participants