Go to file
2019-04-29 11:11:45 -05:00
components Error messaging for login failures and logo 2019-04-27 10:44:14 -04:00
images Resize poster images and commit images 2019-04-29 11:11:45 -05:00
source Error messaging for login failures and logo 2019-04-27 10:44:14 -04:00
.gitignore Resize poster images and commit images 2019-04-29 11:11:45 -05:00
dev_clear.sh Add roku upload scripts 2019-02-22 21:14:56 -06:00
dev_upload.sh Add a wake to the dev upload 2019-03-14 12:27:23 -05:00
LICENSE Generate some images 2019-01-29 23:10:51 -06:00
make_images.sh Resize poster images and commit images 2019-04-29 11:11:45 -05:00
manifest Resize poster images 2019-04-28 23:00:53 -05:00
README.md Make libraries have a clearer interface 2019-04-14 18:34:50 -05:00

Jellyfin app for Roku

Disclaimer: This is not complete, but making good progress!

Right now the only things stored on your device are server name, server port, user id, and some user preferences like movie sort order.

At any point, the format that is used to save those settings could change, and your data could be effectively lost (and you'll have to re-enter it).

In fact, it is likely this early on, as a few design decisions were made before I knew much about BrightScript format. Patience is appreciated.

Images

With ImageMagick installed

sh make_images.sh

This will regenerate the poster and splash images from the jellyfin-ux repo.

Easy Dev Deployment

There are 2 included scripts, dev_upload.sh and dev_clear.sh, that are intended to be quick easy ways to zip up this repo and put it onto your Roku for you, and clear your Roku of any dev deployment respectively.

You need to enable developer mode on your Roku: http://sdkdocs.roku.com/display/sdkdoc/Developer+Guide

And then

export ROKU_DEV_TARGET=<your roku IP>
export ROKU_DEV_PASSWORD=<your roku password>

ToDo - Scenes for Movie Viewing Only

  • Server Select
  • User Sign In
  • Main Landing "Library Select"
  • Library Items List (ie, movie list)
  • Infinite scroll or paging (paging!)
  • Preview "About this Item" movie page
  • Video Player
  • Sign Out (?)

ToDo - Additional Scenes for TV Shows

  • Preview "About this Item" season page
  • Library Items List for a season
  • Preview "About this Item" episode page (?)

ToDo - Additional Scenes for Music

  • Preview "About this Item" Artist page
  • Library Items List for an artist
  • Library Items List for an album
  • Preview "About this Item" Album page

ToDo - Other things

  • Collections
  • Sort order

Live TV/PVR? Pictures?