NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 2 3 4 5 … 190 Next »
Search in NextPVR

 
  • 0 Vote(s) - 0 Average
Search in NextPVR
sww
Offline

Junior Member

Poland
Posts: 7
Threads: 2
Joined: Dec 2021
#1
2021-12-25, 02:48 PM (This post was last modified: 2021-12-25, 02:52 PM by sww.)
I like the search that NextPVR offers on the local website. It works quickly and allows quick recording. However, it has very limited options. I think it should be quite easy to make this search more sophisticated. For example, it would be great to be able to sort results by channels, not only by date. To do this (permanently) you should only change one file:
Code:
C:\Program Files\NextPVR\wwwroot\search.html

In line 217 after:
Code:
success: function (data) {
and before:
Code:
app.__vue__.$refs.listingList.showListings(data.listings);
add:
Code:
data.listings.sort(function (a, b) {
  return a.channelName.localeCompare(b.channelName);
});
and that's all. It would be great to add a checkbox or other sort option.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Search for channel in EPG.XML when mapping channel Paul92 0 177 2022-11-13, 10:42 AM
Last Post: Paul92
  NextPVR for Windows 10 IoT Core ad48 1 2,580 2021-11-11, 04:16 PM
Last Post: sub
  Search by channel? nappysolo 3 535 2021-08-19, 03:45 PM
Last Post: mvallevand
Smile NextPVR as an IPTV broadcaster? rory.breaker 3 1,267 2021-02-21, 09:35 AM
Last Post: rory.breaker
  "New" Flag in Search jcole998 2 721 2021-02-06, 07:40 PM
Last Post: jcole998
  Search screen program synopses LeGrandZombie 5 1,259 2020-11-22, 04:32 PM
Last Post: LeGrandZombie
  Interface Improvement for Kodi Nextpvr Addon Timeshift Navigation aderlopas 8 1,829 2020-06-13, 10:04 PM
Last Post: aderlopas
  Web App Search Channel Number jcole998 2 829 2020-06-08, 01:14 PM
Last Post: jcole998
  V5 Web App Search Feature jcole998 1 748 2020-06-07, 07:45 AM
Last Post: sub
  V5 filter guide by search ctrlbrk 0 722 2020-06-06, 11:31 PM
Last Post: ctrlbrk

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

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

Linear Mode
Threaded Mode