2019-01-30 05:10:51 +00:00
|
|
|
# Jellyfin app for Roku
|
|
|
|
|
|
|
|
Disclaimer: This is a proof of concept for my own ability to learn and write
|
|
|
|
BrightScript, and not yet intended to be a fully functional Roku app.
|
|
|
|
|
|
|
|
|
|
|
|
### Images
|
|
|
|
|
|
|
|
With ImageMagick installed
|
|
|
|
```
|
|
|
|
sh make_images.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
This will regenerate the poster and splash images from the jellyfin-ux repo.
|
2019-02-11 04:49:22 +00:00
|
|
|
|
2019-03-05 16:29:45 +00:00
|
|
|
### 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>
|
|
|
|
```
|
|
|
|
|
2019-02-11 04:49:22 +00:00
|
|
|
|
|
|
|
### ToDo - Scenes for Movie Viewing Only
|
|
|
|
|
2019-03-07 05:33:11 +00:00
|
|
|
- [x] Server Select
|
|
|
|
- [x] User Sign In
|
|
|
|
- [x] Main Landing "Library Select"
|
|
|
|
- [x] Library Items List (ie, movie list)
|
|
|
|
- [ ] Infinite scroll or paging
|
2019-03-11 18:24:28 +00:00
|
|
|
- [x] Preview "About this Item" movie page
|
2019-03-07 05:33:11 +00:00
|
|
|
- [x] Video Player
|
2019-03-11 18:24:28 +00:00
|
|
|
- [ ] Sign Out (?)
|
2019-02-11 04:49:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
### ToDo - Additional Scenes for TV Shows
|
|
|
|
|
2019-03-11 18:24:28 +00:00
|
|
|
- [x] Preview "About this Item" season page
|
2019-02-11 04:49:22 +00:00
|
|
|
- [ ] 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
|
|
|
|
|
|
|
|
Live TV/PVR? Pictures?
|