{"id":16445766,"url":"https://github.com/mslinn/move_media","last_synced_at":"2026-02-20T19:02:44.570Z","repository":{"id":57762200,"uuid":"527351694","full_name":"mslinn/move_media","owner":"mslinn","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-21T16:36:45.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T21:51:51.079Z","etag":null,"topics":[],"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/mslinn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-08-21T23:33:04.000Z","updated_at":"2024-12-21T16:36:49.000Z","dependencies_parsed_at":"2024-11-11T05:42:19.599Z","dependency_job_id":"02eed73b-019a-4063-89b9-853fe9208b8f","html_url":"https://github.com/mslinn/move_media","commit_stats":{"total_commits":48,"total_committers":2,"mean_commits":24.0,"dds":"0.20833333333333337","last_synced_commit":"713dd4256c71d508d50d0cd133f611cde95086e2"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mslinn/move_media","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fmove_media","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fmove_media/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fmove_media/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fmove_media/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mslinn","download_url":"https://codeload.github.com/mslinn/move_media/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fmove_media/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29661585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-11T09:45:21.918Z","updated_at":"2026-02-20T19:02:44.552Z","avatar_url":"https://github.com/mslinn.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"`move_media`\n[![Gem Version](https://badge.fury.io/rb/move_media.svg)](https://badge.fury.io/rb/move_media)\n===========\n\n`move_media` moves files from Sony Camera memory cards to permanent storage.\n\n\n## Installation\n\nModify the following and save as $HOME/.move_media:\n\n```yaml\ndestination_images: /mnt/e/media/staging/THMBNL\ndestination_video: /mnt/e/media/staging/CLIP\ndrive: 'h:'\ntopic: sony\n```\n\nInstall like this:\n```\n$ gem install move_media\n```\n\n\n## Usage\nCheck out this project, then run\n```\n$ bin/move_media\nMoving 7.97 GB video from /mnt/h/PRIVATE/M4ROOT/CLIP/C0002.MP4 to /mnt/e/media/staging/CLIP/sony_2022-08-20_0000002.mp4\nMoving thumbnail from /mnt/h/PRIVATE/M4ROOT/THMBNL/C0002T01.JPG to /mnt/e/media/staging/THMBNL/C0002.jpg\nMoving 2.37 GB video from /mnt/h/PRIVATE/M4ROOT/CLIP/C0003.MP4 to /mnt/e/media/staging/CLIP/sony_2022-08-20_0000003.mp4\nMoving thumbnail from /mnt/h/PRIVATE/M4ROOT/THMBNL/C0003T01.JPG to /mnt/e/media/staging/THMBNL/C0003.jpg\nMoving 1.23 GB video from /mnt/h/PRIVATE/M4ROOT/CLIP/C0004.MP4 to /mnt/e/media/staging/CLIP/sony_2022-08-20_0000004.mp4\nMoving thumbnail from /mnt/h/PRIVATE/M4ROOT/THMBNL/C0004T01.JPG to /mnt/e/media/staging/THMBNL/C0004.jpg\nMoving 1.48 GB video from /mnt/h/PRIVATE/M4ROOT/CLIP/C0005.MP4 to /mnt/e/media/staging/CLIP/sony_2022-08-20_0000005.mp4\n```\n\n\n## Additional Information\nMore information is available on\n[Mike Slinn\u0026rsquo;s website](https://www.mslinn.com/av_studio/210-sony-a7iii.html).\n\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies.\n\nYou can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\n\n### Build and Install Locally\nTo build and install this gem onto your local machine, run:\n\n```shell\n$ rake install:local\n```\n\nThe following also does the same thing:\n\n```shell\n$ bundle exec rake install\nmove_media 0.1.0 built to pkg/move_media-0.1.0.gem.\nmove_media (0.1.0) installed.\n```\n\nExamine the newly built gem:\n\n```\n$ gem info move_media\n\n*** LOCAL GEMS ***\n\nmove_media (0.1.0)\n    Author: Mike Slinn\n    Homepage:\n    https://github.com/mslinn/move_media\n    License: MIT\n    Installed at: /home/mslinn/.gems\n\n    Moves files from Sony Camera memory cards to permanent storage\n```\n\n\n### Build and Push to RubyGems\n\nTo release a new version:\n\n  1. Update the version number in `version.rb`.\n  2. Commit all changes to git; if you don't the next step might fail with an unexplainable error message.\n  3. Run the following:\n\n     ```shell\n     $ bundle exec rake release\n     ```\n\n     The above creates a git tag for the version, commits the created tag,\n     and pushes the new `.gem` file to [RubyGems.org](https://rubygems.org).\n\n\n## Contributing\n\n1. Fork the project\n2. Create a descriptively named feature branch\n3. Add your feature\n4. Submit a pull request\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmslinn%2Fmove_media","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmslinn%2Fmove_media","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmslinn%2Fmove_media/lists"}