Skip to content

Docker build script for Arch Linux base with get_iplayer

License

Notifications You must be signed in to change notification settings

G-Lex/arch-get-iplayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application

get_iplayer

Description

get_iplayer has PVR-like capabilities (like Sky+ / TiVo / Series-Link); You can save lists of programme 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 programme.

Build notes

Latest stable get_iplayer release from Arch Linux AUR.

Usage

docker run -d \
    --name=<container name> \
    -e SCHEDULE=<XXd|h|m|s> \
    -e SHOWS=<comma seperated show names> \
    -v <path for data files>:/data \
    -v <path for config files>:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=<umask for created files> \
    -e PUID=<uid for user> \
    -e PGID=<gid for user> \
    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

docker run -d \
    --name=get_iplayer \
    -e SCHEDULE=12h \
    -e SHOWS="Chuggington,Mike the Knight" \
    -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:-

id <username>

If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Support forum

About

Docker build script for Arch Linux base with get_iplayer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%