raben2 / embyoracle

Find a random movie to watch from your emby library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

embyoracle

You find it hard to find a movie to watch while browsing your Mediaserver library? embyoracle accesses your list of unwatched movies and suggests a random entry to watch

build

go build

setup env

export EMBY_USER=username
export EMBY_URL=http://127.0.0.1:8096
export EMBY_TOKEN=YoUrApItOkEn

Docker

docker build -t embyoracle .
docker run -ti -e EMBY_URL='http://127.0.0.1:8096' -e EMBY_TOKEN='YoUrApItOkEn' -e EMBY_USER='username'

Result

Searching random movie to watch...
talking to server at: http://192.168.178.3:8096/Users/
Found random movie 20.000 Days on Earth with ID 83640

ToDo

  • create detailed Movie view
  • Add graphical interfacem

About

Find a random movie to watch from your emby library


Languages

Language:Go 96.9%Language:Dockerfile 3.1%