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

Metadata: Improve recognition of images from digital film scanners #4581

Open
lastzero opened this issue Oct 17, 2024 · 2 comments
Open

Metadata: Improve recognition of images from digital film scanners #4581

lastzero opened this issue Oct 17, 2024 · 2 comments
Assignees
Labels
enhancement Refactoring, improvement or maintenance task metadata Related to Exif, XMP, IPTC & Co. tested Changes have been tested successfully

Comments

@lastzero
Copy link
Member

lastzero commented Oct 17, 2024

As an owner of a Kodak SLIDE N SCAN film scanner, I want its image files to be recognized as scans so that I can easily find them and update their metadata.

kodak

Product Information:

Sample Files:

@lastzero lastzero added enhancement Refactoring, improvement or maintenance task metadata Related to Exif, XMP, IPTC & Co. labels Oct 17, 2024
@lastzero lastzero self-assigned this Oct 17, 2024
@lastzero lastzero moved this to Development 🐝 in Roadmap 🚀✨ Oct 17, 2024
@lastzero lastzero changed the title Scans: Add support for Kodak SLIDE N SCAN Digital Film Scanner Scans: Add support for Kodak Slide N Scan Digital Film Scanner Oct 17, 2024
@lastzero lastzero changed the title Scans: Add support for Kodak Slide N Scan Digital Film Scanner Scans: Add support for "KODAK Slide N Scan" Digital Film Scanner Oct 17, 2024
@lastzero lastzero changed the title Scans: Add support for "KODAK Slide N Scan" Digital Film Scanner Scans: Add support for "KODAK Slide N Scan" digital film scanner Oct 17, 2024
lastzero added a commit that referenced this issue Oct 17, 2024
Signed-off-by: Michael Mayer <michael@photoprism.app>
lastzero added a commit that referenced this issue Oct 17, 2024
Signed-off-by: Michael Mayer <michael@photoprism.app>
@lastzero
Copy link
Member Author

With these changes, the CameraType field is now set based on the detected device type, e.g. film (for digitized analog film) or scanner (for other types of scanners). This allows the images to be found automatically when you navigate to Search > Scans, for example:

Please note that the type is not (yet) set if the camera make and model already exist so as not to overwrite any manual changes. You will therefore need to either set it manually in the database (with a database UI or a bit of SQL, e.g. UPDATE cameras SET camera_type = 'film' WHERE camera_model = 'Slide N Scan';) or start with a fresh installation.

As always, an updated preview build will be available for testing soon!

@lastzero lastzero assigned graciousgrey and unassigned lastzero Oct 17, 2024
@lastzero lastzero added the please-test Ready for acceptance test label Oct 17, 2024
@lastzero lastzero moved this from Development 🐝 to Preview 🐳 in Roadmap 🚀✨ Oct 17, 2024
lastzero added a commit that referenced this issue Oct 18, 2024
Signed-off-by: Michael Mayer <michael@photoprism.app>
lastzero added a commit that referenced this issue Oct 18, 2024
Signed-off-by: Michael Mayer <michael@photoprism.app>
graciousgrey added a commit that referenced this issue Oct 18, 2024
@graciousgrey graciousgrey added tested Changes have been tested successfully and removed please-test Ready for acceptance test labels Oct 21, 2024
@lastzero lastzero changed the title Scans: Add support for "KODAK Slide N Scan" digital film scanner Metadata: Improve recognition of images from digital film scanners Oct 29, 2024
@srett
Copy link
Contributor

srett commented Nov 2, 2024

Looks like we need to collect the names of those scanning devices. I can add one:

Manufacturer: Reflecta
Model: DigitDia 7000

That's the one I have, and there are newer/older models named 8000, 6000 and 5000 IIRC. (The same device was also sold under different names by other vendors, but no clue what the exif data would be there.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Refactoring, improvement or maintenance task metadata Related to Exif, XMP, IPTC & Co. tested Changes have been tested successfully
Projects
Status: Preview 🐳
Development

No branches or pull requests

3 participants