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
go build
export EMBY_USER=username
export EMBY_URL=http://127.0.0.1:8096
export EMBY_TOKEN=YoUrApItOkEn
docker build -t embyoracle .
docker run -ti -e EMBY_URL='http://127.0.0.1:8096' -e EMBY_TOKEN='YoUrApItOkEn' -e EMBY_USER='username'
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
- create detailed Movie view
- Add graphical interfacem