{"id":16812906,"url":"https://github.com/sjmudd/findphoto","last_synced_at":"2025-03-17T11:21:23.121Z","repository":{"id":57526751,"uuid":"58805667","full_name":"sjmudd/findphoto","owner":"sjmudd","description":"Simple script to search files for photos","archived":false,"fork":false,"pushed_at":"2016-05-17T13:48:13.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T20:48:17.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sjmudd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-14T12:01:31.000Z","updated_at":"2016-05-14T12:04:44.000Z","dependencies_parsed_at":"2022-09-07T02:52:11.989Z","dependency_job_id":null,"html_url":"https://github.com/sjmudd/findphoto","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjmudd%2Ffindphoto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjmudd%2Ffindphoto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjmudd%2Ffindphoto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjmudd%2Ffindphoto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sjmudd","download_url":"https://codeload.github.com/sjmudd/findphoto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244022650,"owners_count":20385134,"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":[],"created_at":"2024-10-13T10:23:56.228Z","updated_at":"2025-03-17T11:21:23.101Z","avatar_url":"https://github.com/sjmudd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# findphoto\n\nfindphoto is a simple script to find photos given certain criteria.\n\n## Installation\n\nInstall as follows:\n`go get -u github.com/sjmudd/ps-top/findphoto`\n\nThe sources will be downloaded together with the dependencies and\nthe binary will be built and installed into `$GOPATH/bin/`. If\nthis path is in your `PATH` setting then the program can be run\ndirectly without having to specify any specific path.\n\n## Dependencies\n\nThese are included using standard Go Vendoring: `GO15VENDOREXPERIMENT=1`\n\n## Configuration\n\nNo configuration needed.\n\n## Usage\n\nCurrently this is very simple. It allows to search for files by\nfilename (e.g. in your backup) and with a specific camera model\n(taken from the EXIF data). This is because some file names may be\nduplicated and from different cameras.\n\nIf we have a file with missing photos such as `missing.ALL`\n```\nIMG_0001.JPG\nIMG_0002.JPG\nIMG_0003.JPG\n```\nthen we can do the following:\n\n* Find missing files in `missing.ALL` in path `/search/path`\n```\n$ findphoto \\\n\t--verbose \\\n\t--camera-model=\"Canon EOS 20D\" \\\n\t--search-file=missing.ALL \\\n\t/search/path\n```\n\n* Find missing files in `missing.ALL` in path `/search/path` and make\nsymbolic links to them in directory `results`.\n```\n$ findphoto \\\n\t--symlink-dir=results \\\n\t--camera-model=\"Canon EOS 20D\" \\\n\t--search-file=missing.ALL \\\n\t/search/path\n```\n\n* Show the camera model of some files:\n\n```\n$ ./findphoto \\\n\t--verbose \\\n\t--show-camera-model \\\n\t/path/to/some/photo/files\n```\n\n## To do\n\n* add more search criteria or filters\n* copy the files found to a specific location for further analysis\n\n## Contributing\n\nSuggestions and improvements are most welcome. If you have such\nfeedback please create an issue on github.\n\n## Licensing\n\nBSD 2-Clause License\n\n## Feedback\n\nFeedback and patches welcome. Feedback other than patches or\nbug reports can be sent to my email address below.\n\nSimon J Mudd\n\u003csjmudd@pobox.com\u003e\n\n## Code Documenton\n[godoc.org/github.com/sjmudd/findphoto](http://godoc.org/github.com/sjmudd/findphoto)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjmudd%2Ffindphoto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsjmudd%2Ffindphoto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjmudd%2Ffindphoto/lists"}