{"id":16542869,"url":"https://github.com/binhex/arch-get-iplayer","last_synced_at":"2025-10-15T14:37:29.859Z","repository":{"id":18658508,"uuid":"21865840","full_name":"binhex/arch-get-iplayer","owner":"binhex","description":"Docker build script for Arch Linux base with get_iplayer","archived":false,"fork":false,"pushed_at":"2025-02-15T18:47:45.000Z","size":118,"stargazers_count":8,"open_issues_count":3,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T05:12:13.622Z","etag":null,"topics":["docker-image","downloader","pvr","tv-series","tv-shows"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/binhex.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":"2014-07-15T15:46:13.000Z","updated_at":"2025-02-15T15:33:01.000Z","dependencies_parsed_at":"2024-03-31T17:42:58.276Z","dependency_job_id":"766e5abe-eb2d-4495-9a0c-107e90beeb75","html_url":"https://github.com/binhex/arch-get-iplayer","commit_stats":null,"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-get-iplayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-get-iplayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-get-iplayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-get-iplayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-get-iplayer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244777864,"owners_count":20508801,"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":["docker-image","downloader","pvr","tv-series","tv-shows"],"created_at":"2024-10-11T18:58:44.718Z","updated_at":"2025-10-15T14:37:29.853Z","avatar_url":"https://github.com/binhex.png","language":"Shell","funding_links":["https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4"],"categories":[],"sub_categories":[],"readme":"# Application\n\n[get_iplayer](http://www.infradead.org/get_iplayer/html/get_iplayer.html)\n\n## Description\n\nget_iplayer has PVR-like capabilities (like Sky+ / TiVo / Series-Link); You can\nsave lists of program searches which are automatically recorded when they become\navailable so that you can watch them when you choose and on devices that cannot\nrun Adobe Flash Player – even if you don’t have adequate broadband speeds or if\nyour broadband streams too slowly at peak hours when you want to watch a\nprogram.\n\n## Build notes\n\nLatest stable get_iplayer release from Arch Linux AUR.\n\n## Usage\n\n```bash\ndocker run -d \\\n    --name=\u003ccontainer name\u003e \\\n    -e SCHEDULE=\u003cXXd|h|m|s\u003e \\\n    -e VIDEO_SHOWS_NAME=\u003ccomma separated show names\u003e \\\n    -e VIDEO_SHOWS_PID=\u003ccomma separated show pid's\u003e \\\n    -e AUDIO_SHOWS_NAME=\u003ccomma separated show names\u003e \\\n    -e AUDIO_SHOWS_PID=\u003ccomma separated show pid's\u003e \\\n    -v \u003cpath for data files\u003e:/data \\\n    -v \u003cpath for config files\u003e:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e HEALTHCHECK_COMMAND=\u003ccommand\u003e \\\n    -e HEALTHCHECK_ACTION=\u003caction\u003e \\\n    -e HEALTHCHECK_HOSTNAME=\u003chostname\u003e \\\n    -e UMASK=\u003cumask for created files\u003e \\\n    -e PUID=\u003cuid for user\u003e \\\n    -e PGID=\u003cgid for user\u003e \\\n    binhex/arch-get-iplayer\n```\n\nPlease replace all user variables in the above command defined by \u003c\u003e with the\ncorrect values.\n\n## Access application\n\nN/A, CLI only.\n\n## Example\n\n```bash\ndocker run -d \\\n    --name=get_iplayer \\\n    -e SCHEDULE=12h \\\n    -e VIDEO_SHOWS_NAME=\"Chuggington,Mike the Knight\" \\\n    -e VIDEO_SHOWS_PID=\"b01j9sth,m000ptgr\" \\\n    -v /apps/docker/get_iplayer/downloaded:/data \\\n    -v /apps/docker/get_iplayer:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e UMASK=000 \\\n    -e PUID=0 \\\n    -e PGID=0 \\\n    binhex/arch-get-iplayer\n```\n\n## Notes\n\nUser ID (PUID) and Group ID (PGID) can be found by issuing the following command\nfor the user you want to run the container as:-\n\n```bash\nid \u003cusername\u003e\n```\n\n___\nIf you appreciate my work, then please consider buying me a beer  :D\n\n[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4)\n\n[Documentation](https://github.com/binhex/documentation) | [Support forum](http://forums.unraid.net/index.php?topic=45838.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-get-iplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-get-iplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-get-iplayer/lists"}