Feature #522
openSwitch UI to something like Plex
10%
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.
Related issues
Updated by Hammel over 8 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
- Node.js - web server component
- nwjs - UI component
- jQuery flipster - The actual UI, which may be usable without either Node.js or nwjs
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.
Updated by Hammel over 4 years ago
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.
Updated by Hammel over 4 years ago
- Priority changed from Normal to Urgent
- Severity changed from 03 - Medium to 04 - Low
Updated by Hammel over 1 year ago
- Target version changed from 0.12.0 to 3.0 - Corrino
Updated by Hammel about 1 year ago
- Blocks Testing #1000: Validate VideoFE against a large database. added
Updated by Hammel about 1 year ago
- Priority changed from Urgent to Immediate
- Severity changed from 04 - Low to 03 - Medium