Feature #522
open
Switch UI to something like Plex
Added by Hammel over 8 years ago.
Updated about 1 year ago.
Description
The video posters can be shown in a "list" and scrolled through with arrow keys. Jumping to video titles by the first letter.
This implies grabbing more data to store in the video db.
- Status changed from New to In Progress
- % Done changed from 0 to 10
Found out how to start with this:
- Node.js - web server component
- nwjs - UI component
- jQuery flipster - The actual UI, which may be usable without either Node.js or nwjs
- Creating Your First Desktop App With HTML, JS and Node-WebKit
With jQuery Flipster I could control the UI from the console (via surf to local server) or via mobile device, replacing both app launcher and videofe. Most importantly, only requires that surf can be built with webkit so javascript can run OR I get Node.js/nwjs working on PiBox. As an alternative, I could simply keep app launcher/videofe for the console and add jQuery Flipster to the existing web interface so it can be controlled via a mobile device with a better UI.
This will NOT be done in nodejs, despite how "easy" it might seem to implement. I'd rather stick to GTK/Cairo, perhaps building a library for display functions like this.
The UI should look like Plex's where you show all video images to start, sorted alphabetically. Then allow sorting by Genre or some other field in the db. I also need a search function that can be navigated to or easily "popped up". Perhaps just typing will cause a filtering of the display.
For movies we show by movie title. For TV shows we show by show title only (not by episode). Once the show is selected then we show episodes by title, either in a list (easier to read on a small screen) or with screen caps of the episode (use ffmpeg to grab and cache those).
In any case I'll probably need a sorted list of titles that points back to the real db.
- Priority changed from Normal to Urgent
- Severity changed from 03 - Medium to 04 - Low
- Target version changed from 0.12.0 to 3.0 - Corrino
- Blocks Testing #1000: Validate VideoFE against a large database. added
- Priority changed from Urgent to Immediate
- Severity changed from 04 - Low to 03 - Medium
Also available in: Atom
PDF