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?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#11
2020-03-18, 01:39 PM
(2020-03-18, 11:47 AM)daneo Wrote: Hi Sub,

how would you insert an advanced query checking two conditions?

Here's a typical example from my use cases:

  <Search id="Ben Stiller">
    <SearchVersion>4.3</SearchVersion>
    <SearchName autoShowSearch="False" autoRecordSearch="True" caseSensitiveSearch="False">Ben Stiller</SearchName>
    <SearchTitle>False</SearchTitle>
    <SearchSubTitle>False</SearchSubTitle>
    <SearchDescription>False</SearchDescription>
    <SearchCastCrew>True</SearchCastCrew>
    <MatchTitle>False</MatchTitle>
    <MatchSubTitle>False</MatchSubTitle>
    <MatchDescription>False</MatchDescription>
    <StartTitle>False</StartTitle>
    <StartSubTitle>False</StartSubTitle>
    <StartDescription>False</StartDescription>
    <SearchPhrase>Ben Stiller</SearchPhrase>
    <SearchGenre>
      <Genre>Movie</Genre>
    </SearchGenre>
    <SearchLengthMin>
    </SearchLengthMin>
    <SearchLengthMax>
    </SearchLengthMax>
    <TreeviewSearchOrder>
    </TreeviewSearchOrder>
    <SearchChannels />
    <SearchStartDate>
    </SearchStartDate>
    <SearchStartTime>
    </SearchStartTime>
    <SearchEndDate>
    </SearchEndDate>
    <SearchEndTime>
    </SearchEndTime>
    <SearchDays>
      <Day>True</Day>
      <Day>True</Day>
      <Day>True</Day>
      <Day>True</Day>
      <Day>True</Day>
      <Day>True</Day>
      <Day>True</Day>
    </SearchDays>
  </Search>
Jeez I really hope advanced search doesn’t mean writing out something like that ... eek ?
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 |
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,838
Threads: 954
Joined: May 2006
#12
2020-03-18, 01:43 PM
That would be something like

cast_member like '%ben stiller%' and genres like '%movie%'

Martin
daneo
Offline

Member

Germany
Posts: 194
Threads: 56
Joined: Sep 2006
#13
2020-03-19, 07:51 AM
Thanks Martin - I can see the XML file with the advanced search elements - is there some type of daily job to auto-search in v5? I can see building the XML will not be that difficult.

In the recurring scenario, do the start/end times have any meaning? Is there any way to prioritize one recurring search over another?

Thanks,
Dane

<recurring>
<oid>63</oid>
<name>All Channels</name>
<matchrules>
<Rules>
<ChannelOID>0</ChannelOID>
<ChannelName>All Channels</ChannelName>
<StartTime>2020-03-18T12:34:06.3946669+01:00</StartTime>
<EndTime>2020-03-18T12:34:06.3946681+01:00</EndTime>
<PrePadding>1</PrePadding>
<PostPadding>2</PostPadding>
<Quality>0</Quality>
<Keep>0</Keep>
<RecordingDirectoryID>[Default]</RecordingDirectoryID>
<AdvancedRules>(cast_member like '%Aniston%' or crew like '%Aniston%')</AdvancedRules>
</Rules>
</matchrules>
</recurring>
- 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
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#14
2020-03-19, 11:56 AM
(2020-03-19, 07:51 AM)daneo Wrote: Thanks Martin - I can see the XML file with the advanced search elements - is there some type of daily job to auto-search in v5?  I can see building the XML will not be that difficult.

In the recurring scenario, do the start/end times have any meaning?  Is there any way to prioritize one recurring search over another?

You create a advanced recurring recording. So the update EPG process with run it against the new EPG each time it runs and schedule and matches to be recorded. And the recurring recordings are already prioritized (which you can adjust by moving them up or down in priority).
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#15
2020-03-19, 03:49 PM
(2020-03-19, 07:51 AM)daneo Wrote: Thanks Martin - I can see the XML file with the advanced search elements - is there some type of daily job to auto-search in v5?  I can see building the XML will not be that difficult.
A little more detail on Martin and Brett's responses...

Basically you head to the Scheduler page in the web app, hit the '+' to create a new recording, set the recording type to 'advanced', then type the rules in, like the example provided:

Code:
cast_member like '%ben stiller%' and genres like '%movie%'

There is also a recording type 'keyword', where you can select to record shows based on a keyword, and you can select from title / description / cast&crew.

Any matching recordings will automatically be scheduled each night when the EPG update happens.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#16
2020-03-19, 11:25 PM
(2020-03-19, 03:49 PM)sub Wrote: Basically you head to the Scheduler page in the web app, hit the '+' to create a new recording, set the recording type to 'advanced', then type the rules in, like the example provided:

Code:
cast_member like '%ben stiller%' and genres like '%movie%'

There is also a recording type 'keyword', where you can select to record shows based on a keyword, and you can select from title / description / cast&crew.

Hi sub,

No disrespect intended and while I could probably follow that syntax above, for the average user such as myself, isn't having to do that a bit of backward step compared to the simple dialogue boxes for text to search, time ranges to select and auto-record and tick boxes for channels, plus the ability to easily save each set of auto-records etc, all features beautifully built-in to UJB's original web-admin, a little bit of a backward step?

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 |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#17
2020-03-19, 11:38 PM
(2020-03-19, 11:25 PM)jksmurf Wrote:
(2020-03-19, 03:49 PM)sub Wrote: Basically you head to the Scheduler page in the web app, hit the '+' to create a new recording, set the recording type to 'advanced', then type the rules in, like the example provided:

Code:
cast_member like '%ben stiller%' and genres like '%movie%'

There is also a recording type 'keyword', where you can select to record shows based on a keyword, and you can select from title / description / cast&crew.

Hi sub,

No disrespect intended and while I could probably follow that syntax above, for the average user such as myself, isn't having to do that a bit of backward step compared to the simple dialogue boxes for text to search, time ranges to select and auto-record and tick boxes for channels, plus the ability to easily save each set of auto-records etc, all features beautifully built-in to UJB's original web-admin, a little bit of a backward step?

k.
I already addressed that on the last page. In a future release I'll look into adding some sort of symbol (like a pencil or "...") at the side of that advanced rule text, which will pop up a window which allows you to select stuff in the UI, and it'll create the rule for you. (pretty much like the UI you've used in web-admin).

Honestly, it hasn't been a high priority for me, because I don't think very many people used this.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,838
Threads: 954
Joined: May 2006
#18
2020-03-19, 11:43 PM
I would not consider anyone who used this before an average user. Also I posted that if you use Searchlite in V4 it could convert from from NEWA rules to NextPVR rules.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#19
2020-03-20, 12:27 AM
Thanks both; Martin - yes you did and conversion is noted, setting up new items is being looked at by sub.
Fair enough.

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 |
daneo
Offline

Member

Germany
Posts: 194
Threads: 56
Joined: Sep 2006
#20
2020-03-20, 08:35 AM
(2020-03-19, 03:49 PM)sub Wrote:
(2020-03-19, 07:51 AM)daneo Wrote: Thanks Martin - I can see the XML file with the advanced search elements - is there some type of daily job to auto-search in v5?  I can see building the XML will not be that difficult.
A little more detail on Martin and Brett's responses...

Basically you head to the Scheduler page in the web app, hit the '+' to create a new recording, set the recording type to 'advanced', then type the rules in, like the example provided:

Code:
cast_member like '%ben stiller%' and genres like '%movie%'

There is also a recording type 'keyword', where you can select to record shows based on a keyword, and you can select from title / description / cast&crew.

Any matching recordings will automatically be scheduled each night when the EPG update happens.


Perfect thanks! This will be easy to implement!

Last question - I still have troubles on v4 where the pre- and post-padding is not being honoured all the time - and I would like to know if this logic has been improved / sharpened in v5 going forward?  I still have difficulties with films which have the first 4-5 minutes cut off due to padding issues where another recording takes over the tuner - hence my running a consequent 30 minute pre-post padding which gets cut out later with VideoRedo (plug for Dan and team - this is a great tool).
- 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
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can NextPVR work well under docker on oldish hardware? ramiroelliot 1 329 2024-10-29, 11:36 PM
Last Post: sub
  Web app does not work in Chrome, works in Firefox buckeyestargazer 3 981 2022-05-28, 02:34 AM
Last Post: sub
  Cannot get extras to work MiF 5 1,313 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,682 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