https://github.com/binhex/arch-get-iplayer
Docker build script for Arch Linux base with get_iplayer
https://github.com/binhex/arch-get-iplayer
docker-image downloader pvr tv-series tv-shows
Last synced: 8 months ago
JSON representation
Docker build script for Arch Linux base with get_iplayer
- Host: GitHub
- URL: https://github.com/binhex/arch-get-iplayer
- Owner: binhex
- License: gpl-3.0
- Created: 2014-07-15T15:46:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T18:47:45.000Z (over 1 year ago)
- Last Synced: 2025-03-01T05:12:13.622Z (over 1 year ago)
- Topics: docker-image, downloader, pvr, tv-series, tv-shows
- Language: Shell
- Homepage:
- Size: 115 KB
- Stars: 8
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Application
[get_iplayer](http://www.infradead.org/get_iplayer/html/get_iplayer.html)
## Description
get_iplayer has PVR-like capabilities (like Sky+ / TiVo / Series-Link); You can
save lists of program searches which are automatically recorded when they become
available so that you can watch them when you choose and on devices that cannot
run Adobe Flash Player – even if you don’t have adequate broadband speeds or if
your broadband streams too slowly at peak hours when you want to watch a
program.
## Build notes
Latest stable get_iplayer release from Arch Linux AUR.
## Usage
```bash
docker run -d \
--name= \
-e SCHEDULE= \
-e VIDEO_SHOWS_NAME= \
-e VIDEO_SHOWS_PID= \
-e AUDIO_SHOWS_NAME= \
-e AUDIO_SHOWS_PID= \
-v :/data \
-v :/config \
-v /etc/localtime:/etc/localtime:ro \
-e HEALTHCHECK_COMMAND= \
-e HEALTHCHECK_ACTION= \
-e HEALTHCHECK_HOSTNAME= \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-get-iplayer
```
Please replace all user variables in the above command defined by <> with the
correct values.
## Access application
N/A, CLI only.
## Example
```bash
docker run -d \
--name=get_iplayer \
-e SCHEDULE=12h \
-e VIDEO_SHOWS_NAME="Chuggington,Mike the Knight" \
-e VIDEO_SHOWS_PID="b01j9sth,m000ptgr" \
-v /apps/docker/get_iplayer/downloaded:/data \
-v /apps/docker/get_iplayer:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-get-iplayer
```
## Notes
User ID (PUID) and Group ID (PGID) can be found by issuing the following command
for the user you want to run the container as:-
```bash
id
```
___
If you appreciate my work, then please consider buying me a beer :D
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](http://forums.unraid.net/index.php?topic=45838.0)