NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 2 3 4 5 … 93 Next »
New UI facelift anyone?

 
  • 0 Vote(s) - 0 Average
New UI facelift anyone?
stevie
Offline

Junior Member

Posts: 32
Threads: 1
Joined: Oct 2017
#41
2017-11-29, 08:53 AM
taking timeline and dates into details. Airing today (hours left), Airing tomorrow, Airing in days, hours. or Airing Now (hours, minutes remaining), Duration of show, etc..
other stuff like user messages when scheduling, canceling, etc..
i would like to display related shows when viewing a listing, but that's something that likely has to be done on the backend during an epg scan to be done efficiently.

advanced recording integrated fluidly below the epg item by just toggling it in/out.
stevie
Offline

Junior Member

Posts: 32
Threads: 1
Joined: Oct 2017
#42
2017-11-29, 11:32 AM
btw, if anyone want to try the ui i'd gladly send it to you, but i would rather not start publishing downloads yet, but for anyone here just send me pm. while its usable, not for "production" use yet. and its just something i just enjoy playing with (code and leaning as a hobby).
stevie
Offline

Junior Member

Posts: 32
Threads: 1
Joined: Oct 2017
#43
2017-12-02, 12:13 PM (This post was last modified: 2017-12-02, 12:32 PM by stevie.)
if there are no channel icons found.
pcostanza
Offline

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#44
2017-12-03, 01:17 AM
I really like where this is going. Thanks for your time working on this.


Paul


Custom ASUS Maximus X Hero, 16 GB Memory-ASUS GeForce 1050 Ti, H115i Pro AIO, 850W PS, CM H500P case, Corsair Vengeance RGB Ram, Samsung 970 EVO, HDHomerun Prime & Extend  Tuners- running Windows 10 (and other goodies)
stevie
Offline

Junior Member

Posts: 32
Threads: 1
Joined: Oct 2017
#45
2017-12-04, 02:28 PM
cooking up search (don't mind the odd hue/fuzzy background, it's image compression).
stevie
Offline

Junior Member

Posts: 32
Threads: 1
Joined: Oct 2017
#46
2017-12-07, 05:59 PM
stats
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#47
2017-12-08, 12:51 AM
Been watching from afar but I just got to say I really like it too!

Do you have any plans in mind yet for the "Now" page? Both the wife and I use it every morning to watch the news on our tablets while getting ready for work.
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
stevie
Offline

Junior Member

Posts: 32
Threads: 1
Joined: Oct 2017
#48
2017-12-09, 05:11 PM
snagglewest Wrote:Been watching from afar but I just got to say I really like it too!

Do you have any plans in mind yet for the "Now" page? Both the wife and I use it every morning to watch the news on our tablets while getting ready for work.

you can probably use the new Channels page as a replacement for the old Now page, there are different views, either a grid (as shown further up in the thread) or more flat view like the old Now page (see attached picture) with a few more options, you can play directly from there.

the new Now page is more for finding shows/movies now, although you can still watch news and wherever else like before, but it's more like a library view with program images. you can also filter out and only show specific programs like News.
stevie
Offline

Junior Member

Posts: 32
Threads: 1
Joined: Oct 2017
#49
2017-12-14, 08:41 PM
intergrating the record functionality posted earlier into a popup menu window on the search ui.
this way, if i want to search for something quick i can get search results and do everything on the same page almost as instantly as the search results appear, or click the link instead if im in the mood of using the full page recording ui. soon i will probably be fighting with myself into deciding which one to use Wink

i wanted to keep the ability to record/cancel/delete/etc without having to open/close menus and instead dynamically disable/enable buttons and/or updating parts of the popup menu. after i started to put my ideas on paper, i discovered these popup modals weren't really designed to be used this way. i guess the twitter developers made them to be like a static page/form. you open it and close it and that's it. it's pulled from the current webpage DOM and if you modify the html elements, what happens if you close and reopen another menu? (ie an EPG listing my case).. it has the previous data.. ugh. then i'd have to reset all the elements back to default before i could create a new/refreshed menu. i'd probably need 50-100 lines of code just to reset all the elements.

so i solved this problem by not even inserting the menu into the DOM at all. rather store the menu inside a file (like a template) and each time a recording menu is opened, i can pull a new template into the DOM. this way when the menu is opened, i don't have to go in and reset all the values/etc back to default.

solving it was a doozy without having to rewrite a whole new menu framework (or looking for another framework) to handle the quick recording menus, but it turned out to be pretty simple.

overcoming this limitation, it has opened up the ability for me to easily implement recording functionality almost anywhere in the UI without having to recopy or rewrite another script to handle it. so for example, when you search, the recording menu and code for the most part, will be the same as when you are not searching, but viewing a channels listing instead, or whatever else in the ui that has epg listing (now page, channels, etc)..

there is also another plus side of this, much faster loading menus because the code does not have to waste time going in and switching everything back to default before presenting a menu.

and even more benefits. since the menu template is being dynamically fetched only when needed, it can cache. not to mention that since the menu code isn't in the DOM, the pages will load faster as its size is smaller.

but wait, there's more. to top if all off, if i want to change the appearance of the menu, i can just change it at one place and the rest of the places the menu is/was used will be the same without having to manually change every place that the menu was hardcoded in.

maybe i no idea what i'm talking about, but i did stay at a holiday inn.
stevie
Offline

Junior Member

Posts: 32
Threads: 1
Joined: Oct 2017
#50
2017-12-20, 12:41 AM
when something is airing, the listing itself is a progress bar. :p
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (7): « Previous 1 … 3 4 5 6 7 Next »
Jump to page 


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode