{"id":31034261,"url":"https://github.com/dramalho/media_archiver","last_synced_at":"2026-03-15T21:54:33.547Z","repository":{"id":24244769,"uuid":"27637947","full_name":"dramalho/media_archiver","owner":"dramalho","description":"Your friendly digital utility to organize media files based on metadata","archived":false,"fork":false,"pushed_at":"2025-07-08T21:07:47.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-13T12:57:36.135Z","etag":null,"topics":["exif-tags","media-management","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dramalho.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.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}},"created_at":"2014-12-06T15:01:46.000Z","updated_at":"2025-07-08T21:07:51.000Z","dependencies_parsed_at":"2022-08-20T22:31:09.823Z","dependency_job_id":null,"html_url":"https://github.com/dramalho/media_archiver","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/dramalho/media_archiver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dramalho%2Fmedia_archiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dramalho%2Fmedia_archiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dramalho%2Fmedia_archiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dramalho%2Fmedia_archiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dramalho","download_url":"https://codeload.github.com/dramalho/media_archiver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dramalho%2Fmedia_archiver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275051636,"owners_count":25396977,"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-14T02:00:10.474Z","response_time":75,"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":["exif-tags","media-management","ruby"],"created_at":"2025-09-14T02:02:20.280Z","updated_at":"2026-03-15T21:54:28.524Z","avatar_url":"https://github.com/dramalho.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/media_archiver.svg)](http://badge.fury.io/rb/media_archiver)\n\n# MediaArchiver\n\nUtility that scans a given location for media files and,\nbased on Exif information and a set of rules copies the files over to\nanother location.\n\n\n## Installation\n\n### MAC OS X\n\nYou need `exiftool` to use this command. Simply do:\n\n```bash\nbrew install exiftool\n```\n\nThen install the gem\n\n```bash\ngem install media_archiver\n```\n\nand you're done\n\n## Usage\n\nrun `media_archiver` from the command line\n\n```bash\nCommands:\nmedia_archiver copy [DIR] [OUTPUT_DIR]  # Scans a folder and archives media files\nmedia_archiver help [COMMAND]           # Describe available commands or one specific command\n```\n\n## Configuration\n\nApart from the options you can set when running individual commands, the script will look for a `.media_archiver_conf.yml` file both in the current folder and on you home folder.\n\nConfigurations are prioritized like:\n\n1. CLI options\n1. Current folder configuration file\n1. Home folder configuration file\n\n\n```yaml\n---\noutput_dir: ~/photos\nrecursive: true\noutput_template: :DateTimeOriginal/:Make/:Model\n```\n\n### `output_template`\n\nAnything that starts with a colon the script will replace with the corresponding\nEXIF tag (if set on the individual file), while anything thing else is taken\nas-is and is placed directly on the output path.\n\nNot all media files have the same EXIF tags and not all are commonly used. You\ncan check the [list of possible tags](http://owl.phy.queensu.ca/~phil/exiftool/TagNames/index.html)\nand test around with your own files.\n\nAlso, any date/time values are currently transformed to a fixed date string.\n\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/media_archiver/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdramalho%2Fmedia_archiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdramalho%2Fmedia_archiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdramalho%2Fmedia_archiver/lists"}