NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 35 36 37 38 39 … 43 Next »
Will UncleJohnsBand WebAdmin Searches work in v5 the same as in v4?

 
  • 1 Vote(s) - 5 Average
Will UncleJohnsBand WebAdmin Searches work in v5 the same as in v4?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#21
2020-03-20, 12:44 PM
Padding is not guaranteed, but not sure what the priority is when there is prepadding in the postpadding area. Perphaps postpadding should have priority.

Regardless if there is an improvement in the logic it will be in v5 so you might as well upgrade.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#22
2020-03-29, 12:53 AM
Hi sub,

I have some requests/suggestions for how to make the Advanced option more user friendly, based on my UJB experience.

I appreciate the %XXX% is a way to do it, but I really found the select text boxes for various options, like Day of Week, Discrete Channels (not just 1 or ALL), Hours,  etc. very easy to use; and I really used them as shown in the examples below. Hours not shown as not enough attachment space.

Cheers,

k.

                   
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
UncT
Offline

Member

Posts: 123
Threads: 20
Joined: Dec 2015
#23
2020-03-29, 01:14 AM
Please do not forget my alphabetized "Manage Recordings" request. I have a lot of duplicates on the list right now.
Thanks in advance.
daneo
Offline

Member

Germany
Posts: 194
Threads: 56
Joined: Sep 2006
#24
2020-04-01, 08:06 AM
Hi Sub and Team,

any option to setup an advanced recording which would apply to only one Channel Group?

Thanks,
Dane
- Dane

Cheap Medion Minitower, but it's quiet enough
- Windows 11x64
- Digital Devices DVB-C PCIe (1x Cine quad and 1x Cine dual)
- LG C2 with Jellyfin front end, NPVR back end
- 30TB storage, ~7,500 films
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#25
2020-04-01, 12:34 PM
Yes if you can do it with sqlite, but really not related to this thread.

Martin
daneo
Offline

Member

Germany
Posts: 194
Threads: 56
Joined: Sep 2006
#26
2020-04-01, 01:06 PM
Hi Martin,

It remains related, as before you could search for a number of specific channels on a single query. This is no longer possible in the GUI, and it would be helpful if the Advanced search could do it with a specific query, however I see that the channel_oid and not the grouping. Maybe you would have to use a query like this?

(genres like '%Movie%' and channel_oid in ('7133', '7242', '7418')) -> only these channels, not sure if quotes needed

or

(genres like '%Movie%' and channel_oid not in ('7133', '7242', '7418')) -> any channel but these

SQLITE would be an option, but then I would have to replicate Sub's collision avoidance and tuner juggling multirec code - and it's not worth it.

Regards,
Dane
- Dane

Cheap Medion Minitower, but it's quiet enough
- Windows 11x64
- Digital Devices DVB-C PCIe (1x Cine quad and 1x Cine dual)
- LG C2 with Jellyfin front end, NPVR back end
- 30TB storage, ~7,500 films
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#27
2020-04-01, 01:18 PM (This post was last modified: 2020-04-01, 01:51 PM by mvallevand.)
I meant if you can create a query in sqlite you could plug the where clause into an advanced query. NEWA didn't have that and if you continue to use this thread then people who actually want to used Advanced queries might not find it.

Code:
genres like '%Movie%' and channel_oid in
(select channel_oid from channel_group
where group_oid = 1)

Martin
daneo
Offline

Member

Germany
Posts: 194
Threads: 56
Joined: Sep 2006
#28
2020-04-01, 01:39 PM
(2020-04-01, 01:18 PM)mvallevand Wrote: I meant if you can create a query in sqlite you could plug the where clause into an advanced query.  NEWA didn't have that and if you continue to use this thread then people who actually want to used Advanced queries might not find it.

Code:
genres like '%Movie'% and channel_oid in
(select channel_oid from channel_group
where group_oid = 1)

Martin

Wow - this works like a dream - I am warming up to SQL lately.
- Dane

Cheap Medion Minitower, but it's quiet enough
- Windows 11x64
- Digital Devices DVB-C PCIe (1x Cine quad and 1x Cine dual)
- LG C2 with Jellyfin front end, NPVR back end
- 30TB storage, ~7,500 films
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#29
2020-04-01, 01:53 PM
Not perfect because originally I had a typo with the '% but you get the idea of how useful an advance query can be.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can NextPVR work well under docker on oldish hardware? ramiroelliot 1 327 2024-10-29, 11:36 PM
Last Post: sub
  Web app does not work in Chrome, works in Firefox buckeyestargazer 3 979 2022-05-28, 02:34 AM
Last Post: sub
  Cannot get extras to work MiF 5 1,308 2022-03-30, 12:13 AM
Last Post: sub
  Scheduled Searches - Default Directory? jksmurf 4 1,958 2020-04-04, 11:49 PM
Last Post: jksmurf
  How does the Minutes Configuration Next to Live TV Buffer Directory work? aderlopas 8 2,681 2020-01-17, 04:47 PM
Last Post: aderlopas

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

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

Linear Mode
Threaded Mode