Project

General

Profile

Actions

Feature #522

open

Switch UI to something like Plex

Added by Hammel almost 8 years ago. Updated 5 months ago.

Status:
In Progress
Priority:
Immediate
Assignee:
Category:
Configuration
Target version:
Start date:
17 Apr 2016
Due date:
% Done:

10%

Estimated time:
Severity:
03 - Medium

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

Blocks VideoFE - Testing #1000: Validate VideoFE against a large database.In ProgressHammel15 Jun 2023

Actions
Actions #1

Updated by Hammel almost 8 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 10
Found out how to start with this:
  1. Node.js - web server component
  2. nwjs - UI component
  3. jQuery flipster - The actual UI, which may be usable without either Node.js or nwjs
    1. 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.

Actions #2

Updated by Hammel almost 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.

Actions #3

Updated by Hammel over 3 years ago

  • Priority changed from Normal to Urgent
  • Severity changed from 03 - Medium to 04 - Low
Actions #4

Updated by Hammel 10 months ago

  • Target version changed from 0.12.0 to 3.0 - Corrino
Actions #5

Updated by Hammel 5 months ago

  • Blocks Testing #1000: Validate VideoFE against a large database. added
Actions #6

Updated by Hammel 5 months ago

  • Priority changed from Urgent to Immediate
  • Severity changed from 04 - Low to 03 - Medium
Actions

Also available in: Atom PDF