Code Monkey home page Code Monkey logo

jellyfinroku's Introduction

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 update the poster and splash images from the jellyfin-ux repo.

Testing and Local Deployment

To test and deploy on your Roku device, it must be in developer mode first. Once there, set two environment variables that make uses.

export ROKU_DEV_TARGET=192.168.1.234
export ROKU_DEV_PASSWORD=aaaa

This is the IP address of your roku and the password you set for the rokudev account when you put your device in developer mode.

Testing

Testing is done with the Rooibos library. This works by including the tests in the deployment and then looking at telnet for the test results. This testing library requires the Rooibos Preprocessor to create a few of the helper files used during the tests. This can be installed via:

npm install -g rooibos-preprocessor

make test will package up the application and tests and the deploy it to the Roku. Test results can be seen via telnet ${ROKU_DEV_TARGET} 8085

Deployment

To deploy the application to your local roku run make install.

This packages up the application, sends it to your Roku and launches it.

Additional notes and instructions to help new developers get started: Development Guide For New Devs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.