{"id":18174581,"url":"https://github.com/posit-dev/shinymedia","last_synced_at":"2025-04-06T11:32:41.973Z","repository":{"id":244837755,"uuid":"816418989","full_name":"posit-dev/shinymedia","owner":"posit-dev","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-11T01:08:38.000Z","size":17196,"stargazers_count":7,"open_issues_count":8,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-19T08:41:00.987Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://posit-dev.github.io/shinymedia/","language":"TypeScript","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/posit-dev.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}},"created_at":"2024-06-17T17:58:03.000Z","updated_at":"2025-01-13T13:34:20.000Z","dependencies_parsed_at":"2024-08-07T00:18:13.808Z","dependency_job_id":"c5292149-1b41-45f4-88c6-d1ebd725378a","html_url":"https://github.com/posit-dev/shinymedia","commit_stats":null,"previous_names":["posit-dev/shinymedia"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fshinymedia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fshinymedia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fshinymedia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fshinymedia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/posit-dev","download_url":"https://codeload.github.com/posit-dev/shinymedia/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478151,"owners_count":20945257,"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-11-02T16:03:35.838Z","updated_at":"2025-04-06T11:32:38.720Z","avatar_url":"https://github.com/posit-dev.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# shinymedia\n\n**shinymedia** is a Python and R package that provides [Shiny](https://shiny.posit.co/py/) UI controls for recording and playing back media.\n\nAt this time it includes two components:\n\n- `input_video_clip` for recording video clips using attached cameras\n- `audio_spinner` for playing back audio with a spinning visualization\n\nYou can see these two components in action together in our [live demo](https://jcheng.shinyapps.io/multimodal/) ([source code](https://github.com/jcheng5/multimodal)), or keep reading.\n\n## Installation\n\n### Python\n\nFrom PyPI:\n\n```bash\npip install shinymedia\n```\n\nOr to install the latest from GitHub:\n\n```bash\npip install \"shinymedia @ git+https://github.com/posit-dev/shinymedia?subdirectory=python-package\"\n```\n\n### R\n\nFrom CRAN:\n\n```bash\ninstall.packages(\"shinymedia\")  # Not published yet\n```\n\nOr to install the latest from GitHub:\n\n```bash\npak::pak(\"posit-dev/shinymedia/r-package\")\n```\n\n## Documentation\n\nSee the [docs website](https://posit-dev.github.io/shinymedia/).\n\n## Development\n\n### JavaScript\n\nTo develop the JavaScript components, you will need to have Node.js installed. Then, `npm install` in this directory to install dependencies.\n\nAfter making changes to the TypeScript code in srcts, run `npm run build` to compile to JavaScript (or `npm run watch` to automatically recompile on changes). You can also run `npm run typecheck` to check for TypeScript type errors.\n\n### Python\n\nTo develop the Python package, you can install it in editable mode:\n\n```bash\npip install -e python-package\n```\n\n### Documentation\n\nTo build the documentation, first install additional dependencies:\n\n```bash\npip install -e \"python-package[docs]\"\n```\n\nThen:\n\n```bash\ncd quarto\nquartodoc build  # Build reference docs\nquarto preview   # Serve the docs locally\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposit-dev%2Fshinymedia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposit-dev%2Fshinymedia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposit-dev%2Fshinymedia/lists"}