{"id":26572358,"url":"https://github.com/mjiggidy/binsmith","last_synced_at":"2025-03-23T00:34:17.897Z","repository":{"id":74795105,"uuid":"497078471","full_name":"mjiggidy/binsmith","owner":"mjiggidy","description":"Create Avid bins with custom display settings","archived":false,"fork":false,"pushed_at":"2024-11-14T01:45:13.000Z","size":55,"stargazers_count":14,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-14T02:31:51.391Z","etag":null,"topics":["ae","assistant","automation","avb","avid","bin","composer","editing","editorial","interplay","media","nexis","nle","post","production","workflow"],"latest_commit_sha":null,"homepage":"","language":"Python","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/mjiggidy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-27T17:14:02.000Z","updated_at":"2024-08-21T02:39:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6dd6f57-2060-4651-a28e-abdcf38e0003","html_url":"https://github.com/mjiggidy/binsmith","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjiggidy%2Fbinsmith","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjiggidy%2Fbinsmith/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjiggidy%2Fbinsmith/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjiggidy%2Fbinsmith/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjiggidy","download_url":"https://codeload.github.com/mjiggidy/binsmith/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040235,"owners_count":20551297,"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":["ae","assistant","automation","avb","avid","bin","composer","editing","editorial","interplay","media","nexis","nle","post","production","workflow"],"created_at":"2025-03-23T00:33:38.011Z","updated_at":"2025-03-23T00:34:17.869Z","avatar_url":"https://github.com/mjiggidy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# binsmith\n\n`binsmith` is a command-line python script for creating new Avid bins (`.avb` files).\n\nIt can create regular ol' Avid bins with the default settings:\n```bash\npython3 binsmith.py my_new_bin.avb [another_new_bin.avb ...]\n\n```\n\nYou can add a `--template path/to/existing/bin.avb` option to use the view settings from an existing bin with your new bins:\n```bash\npython3 binsmith.py my_new_bin.avb another_new_bin.avb --template path/to/coolbin.avb\n```\n\nGet *really* fancy with a bash for loop:\n```bash\nfor x in {1..8}; do\n  python3 binsmith.py \"To Sound/Reel ${x} v12.avb\" --template binviews/TurnoverView.avb;\ndone;\n```\n\nThat'll get you 8 bins with whatever display settings are set in your `TurnoverView.avb` bin.\n\n## Why?\n\nThis could be useful for all sorts of weird little post production needs.  For example, batch-creating new bins for a \"new project\" setup script, or as part of a dailies ingest workflow.  Or just for one-off bins because... I don't know about you, but *my* Avid takes *forever* to make a new bin the normal way.\n\n## How does it work?\n\nWell, the most important part of this is the amazing [`pyavb`](https://github.com/markreidvfx/pyavb) library written by Mark Reid.  So this is basically a wrapper for that.\n\n## How to install\n\n* Ensure a reasonably up-to-date python3 environment\n* Clone this repo\n* Install the dependencies using the included Requirements file: `pip3 install -r requirements.txt`\n* Enjoy\n\n## You may also like\n\n* [`binlock`](https://github.com/mjiggidy/binlock) - Create lock files for Avid bins, with custom messages and an air of mystique\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjiggidy%2Fbinsmith","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjiggidy%2Fbinsmith","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjiggidy%2Fbinsmith/lists"}