Skip to content

Find a random movie to watch from your emby library

Notifications You must be signed in to change notification settings

raben2/embyoracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published