{"id":29099909,"url":"https://github.com/bcc-code/bcc-media-tools","last_synced_at":"2026-02-03T05:32:37.860Z","repository":{"id":222104820,"uuid":"754674379","full_name":"bcc-code/bcc-media-tools","owner":"bcc-code","description":"[BCC Media]","archived":false,"fork":false,"pushed_at":"2025-06-23T13:17:27.000Z","size":1844,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T14:28:30.956Z","etag":null,"topics":["bcc-media"],"latest_commit_sha":null,"homepage":"https://tools.bcc.media/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcc-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-02-08T14:53:27.000Z","updated_at":"2025-06-23T13:17:30.000Z","dependencies_parsed_at":"2024-08-07T10:13:35.225Z","dependency_job_id":"9b321b42-e1eb-4bea-a250-b6a92d1009f4","html_url":"https://github.com/bcc-code/bcc-media-tools","commit_stats":null,"previous_names":["bcc-code/bcc-media-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bcc-code/bcc-media-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fbcc-media-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fbcc-media-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fbcc-media-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fbcc-media-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcc-code","download_url":"https://codeload.github.com/bcc-code/bcc-media-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fbcc-media-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262471015,"owners_count":23316600,"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":["bcc-media"],"created_at":"2025-06-28T17:37:47.948Z","updated_at":"2026-02-03T05:32:37.854Z","avatar_url":"https://github.com/bcc-code.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BCC Media Tools\n\nContains several tools used for various internal/backoffice tasks.\n\nCurrent tools:\n\n- Transcription editor\n- BMM Uploader\n\n## Tools\n\n### Transcription Editor\n\nAllows editing word level timestamped trascriptions in json format.\nIt is possible to syncronize the transcription with the preview from Mediabanken.\n\n#### Usage\n\nTODO\n\n### BMM Uploader\n\nAllows uploading files, with direct link to BMM.\nThe files are ingested using a temporal workflow after upload.\n\nThe main functionality is the ability to select a track from BMM and upload a file to it.\n\n## Development\n\n### Requirements\n\n- Node.js\n- pnpm\n- Golang\n- Temporal dev server ([Instructions](https://learn.temporal.io/getting_started/go/dev_environment/#set-up-a-local-temporal-service-for-development-with-temporal-cli))\n- Docker (if you want to build images)\n- ConnectRPC tools (see below)\n\n### Setup\n\nInstall connectrpc tools:\n\n```bash\n# GO tools\ngo install github.com/bufbuild/buf/cmd/buf@latest\ngo install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest\ngo install google.golang.org/protobuf/cmd/protoc-gen-go@latest\ngo install connectrpc.com/connect/cmd/protoc-gen-connect-go@latest\n\n# TypeScript/JS tools\n# This are installed globally, you can also install them locally if you want to mess around\nnpm install -g @connectrpc/protoc-gen-connect-es @bufbuild/protoc-gen-es\n```\n\nIf you get issues where protobuf cannot find the go plugins, ensure your Go bin directory is in your PATH.\n\n```sh\nexport PATH=$PATH:$(go env GOPATH)/bin\n```\n\nInstall dependencies:\n\n```bash\ncd frontend\npnpm install\n\ncd ../backend\ngo mod download\n\ncd ..\n```\n\nUpdate Config:\n\n```bash\ncp frontend/env.example frontend/.env\nvim frontend/.env\n\ncp backend/env.example backend/.env\nvim backend/.env\n```\n\nUpdate intial permissions:\n\n```bash\ncp permissions.example.json permissions.json\nvim permissions.json\n```\n\n### Development\n\nStart temporal:\n\n```bash\ntemporal server start-dev\n```\n\nStart the frontend:\n\n```bash\ncd frontend \u0026\u0026 pnpm dev\n```\n\nStart the backend:\n\n```bash\ncd backend \u0026\u0026 go run cmd/server/main.go\n```\n\nRegenerate api code:\n\n```bash\nbuf generate\n```\n\n#### Working with the API\n\nThe api is defined in `api/api.proto`.\nThe definitions are written in protobuf, and the code is generated using `buf` and `protoc-gen-connect-go`.\n\nMore information can be found at:\n\n- [ConnectRPC](https://connectrpc.com/)\n- [Protobuf 3](https://protobuf.dev/programming-guides/proto3/)\n- [gRPC](https://grpc.io/docs/languages/go/basics/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcc-code%2Fbcc-media-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcc-code%2Fbcc-media-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcc-code%2Fbcc-media-tools/lists"}