{"id":18988282,"url":"https://github.com/marhop/verso","last_synced_at":"2025-09-08T13:49:44.901Z","repository":{"id":10232018,"uuid":"12333474","full_name":"marhop/verso","owner":"marhop","description":"Editor for embedded image metadata","archived":false,"fork":false,"pushed_at":"2023-12-30T00:16:31.000Z","size":172,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T00:51:19.626Z","etag":null,"topics":["dublin-core","exiftool","gtk3","image-metadata","jpeg","jpg","metadata-editing","perl","xmp"],"latest_commit_sha":null,"homepage":"https://martin.hoppenheit.info/code/verso/","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marhop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2013-08-23T21:52:59.000Z","updated_at":"2023-12-30T00:16:30.000Z","dependencies_parsed_at":"2024-11-08T16:45:35.588Z","dependency_job_id":null,"html_url":"https://github.com/marhop/verso","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/marhop/verso","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marhop%2Fverso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marhop%2Fverso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marhop%2Fverso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marhop%2Fverso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marhop","download_url":"https://codeload.github.com/marhop/verso/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marhop%2Fverso/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274195887,"owners_count":25239148,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dublin-core","exiftool","gtk3","image-metadata","jpeg","jpg","metadata-editing","perl","xmp"],"created_at":"2024-11-08T16:43:20.763Z","updated_at":"2025-09-08T13:49:44.810Z","avatar_url":"https://github.com/marhop.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Verso\n\neditor for embedded image metadata\n\n## Rationale\n\nVerso is an editor for metadata embedded in image files. Metadata can be used\nto describe, amongst others, the image's content and the depicted persons, to\nprovide the date of its creation or to state license information. It can also\ncontain technical data like shutter speed and focal length.\n\nVerso's default configuration makes it an editor for XMP metadata embedded in\nJPEG files, particularly for the Dublin Core metadata elements Description,\nDate, Creator and Rights. But since metadata editing is based on ExifTool and\nVerso is highly customizable you may adjust the metadata fields that can be\ndisplayed and edited, as long as ExifTool can handle them. So Verso can easily\nbe adapted to edit for example IPTC or EXIF instead of (or in addition to) XMP\nmetadata. Metadata fields can be added in the configuration file or on the fly\nvia command line options. When configured properly, Verso can be used to edit\nmetadata of non-image files like MP4 videos or PDF documents as well; it\ndisplays just a dummy icon for such files though.\n\nVerso is written in Perl and features a Gtk3 GUI.\n\n## Installation\n\nDebian and Arch Linux packages are available [here][Verso]. If that does not fit\nyour needs, read on.\n\nYou will need Perl (minimum version 5.10) and the following non-core modules:\n\n  * Image::ExifTool\n  * Gtk3\n  * Config::General\n\nOn a usual Debian desktop system, the following should get you started:\n\n    # apt install libimage-exiftool-perl libgtk3-perl libconfig-general-perl\n\nWhen these prerequisites are met, download the [program source files from\nGitHub][VersoGitHub]. If you're on Linux/Gnome, run the following command to\ninstall:\n\n    $ make\n    $ sudo make install\n\nYou can then start Verso from the Applications menu or from the command line.\nDocumentation is available from the man page. To uninstall Verso run one of\nthe following two commands (purge includes the configuration file\n`/etc/verso.conf`, but not `~/.verso.conf`):\n\n    $ sudo make uninstall\n    $ sudo make purge\n\n## Project Website\n\nThe project website is [here][Verso]. The source code can be found on\n[GitHub][VersoGitHub].\n\n## License\n\nCopyright 2013-2023 Martin Hoppenheit \u003cmartin@hoppenheit.info\u003e\n\nThis program is free software: you can redistribute it and/or modify it under\nthe terms of the GNU General Public License as published by the Free Software\nFoundation, either version 3 of the License, or (at your option) any later\nversion.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT\nANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\nFOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\ndetails.\n\nYou should have received a copy of the GNU General Public License along with\nthis program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n[Verso]: https://martin.hoppenheit.info/code/verso/\n[VersoGitHub]: https://github.com/marhop/verso\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarhop%2Fverso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarhop%2Fverso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarhop%2Fverso/lists"}