{"id":16643263,"url":"https://github.com/hfiguiere/lrcat-extractor","last_synced_at":"2025-05-08T16:55:46.060Z","repository":{"id":62442488,"uuid":"106638485","full_name":"hfiguiere/lrcat-extractor","owner":"hfiguiere","description":"Parse Lightroom™ 4/6 catalogs","archived":false,"fork":false,"pushed_at":"2024-05-17T23:44:03.000Z","size":116,"stargazers_count":23,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T16:55:37.684Z","etag":null,"topics":["lightroom","lightroom-export","macos","photo","photography","rust","rust-crate"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hfiguiere.png","metadata":{"files":{"readme":"README","changelog":"NEWS","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-12T03:12:42.000Z","updated_at":"2025-05-01T15:00:22.000Z","dependencies_parsed_at":"2024-11-18T01:47:02.875Z","dependency_job_id":null,"html_url":"https://github.com/hfiguiere/lrcat-extractor","commit_stats":{"total_commits":91,"total_committers":1,"mean_commits":91.0,"dds":0.0,"last_synced_commit":"b5d26678b78efe70b43989e24baba2540f6aefdb"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfiguiere%2Flrcat-extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfiguiere%2Flrcat-extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfiguiere%2Flrcat-extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfiguiere%2Flrcat-extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hfiguiere","download_url":"https://codeload.github.com/hfiguiere/lrcat-extractor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253112074,"owners_count":21856070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lightroom","lightroom-export","macos","photo","photography","rust","rust-crate"],"created_at":"2024-10-12T08:07:59.815Z","updated_at":"2025-05-08T16:55:46.036Z","avatar_url":"https://github.com/hfiguiere.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"lrcat extractor\n===============\n\nExtract the data from Adobe Lightroom catalogs (currently version 2, 4\nand 6) in order to facilitate importing it into another application.\n\nThis is written in Rust.\n\nRequires:\n- Rust (1.29)\n- cargo to build\n\nThe is a crate (library) meant to be used by other applications. Its\ngoal is to abstract the format away into an API that can be used to\nimport into an application.\n\nBuilding\n--------\n\nThis is meant to be used by another application, so you need to add\nto your `Cargo.toml` the crate:\n\n`lrcat-extractor = 0.2.0`\n\nTo build the crate, simply:\n\n$ cargo build\n\nThe crate comes with a dumper utility, that's used mostly for\ndebugging. It is hidden behind a \"feature\".\n\n$ cargo run --features=binaries\n\nUsing\n-----\n\n```Rust\nlet mut catalog = Catalog::new(\u0026path_to_catalog);\nif catalog.open() {\n    // check the catalog is the right version\n    if !catalog.catalog_version.is_supported() {\n        println!(\"Unsupported catalog version\");\n        return;\n    }\n}\n```\n\nSee the documentation hosted at https://docs.rs/lrcat-extractor/\n\nYou can also use `cargo doc` to generate it locally.\n\nLicense\n-------\n\n  This Source Code Form is subject to the terms of the Mozilla Public\n  License, v. 2.0. If a copy of the MPL was not distributed with this\n  file, You can obtain one at http://mozilla.org/MPL/2.0/.\n\nSee the LICENSE file in this repository.\n\nMaintainer:\nHubert Figuière \u003chub@figuiere.net\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfiguiere%2Flrcat-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhfiguiere%2Flrcat-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfiguiere%2Flrcat-extractor/lists"}