NextPVR Forums

Full Version: Recording title wildcard
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Version 3.4.8

I have run into a problem using the web interface to record a show.
I search for TMZ and find the show.
I then select M-F any channel and add the recording.

However when I look on the desktop interface I see Advanced Rules: title like 'TMZ%'
Then in the pending I see TMZ and "TMZ Live", I don't want the "TMZ Live" shows, so I remove the % from the Advanced Rules but then there are no TMZ shows in pending anymore.

It used to work, I have removed the wildcard in the past (in the previous version, 3.2 I think), but now it does not seem to work anymore.

How do I get TMZ and not TMZ Live?

In addition I did attempt to export the recordings to an .xml remove all shows except TMZ modify it in the XML and re-import it back in.
I tried several variations on the .xml and the recurring.xml gets imported and I see the show, but I did not get any pending TMZs.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<recurrings>
  <recurring>
    <oid>280</oid>
    <name>TMZ</name>
    <matchrules>
<Rules>
  <EPGTitle>TMZ</EPGTitle>
  <ChannelOID>0</ChannelOID>
  <ChannelName>All Channels</ChannelName>
  <StartTime>2015-07-10T00:00:00.0000000Z</StartTime>
  <EndTime>2015-07-10T23:59:29.0000000Z</EndTime>
  <PrePadding>0</PrePadding>
  <PostPadding>2</PostPadding>
  <Quality>0</Quality>
  <Keep>0</Keep>
  <Days>MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY</Days>
  <OnlyNewEpisodes>true</OnlyNewEpisodes>
</Rules>

    </matchrules>
  </recurring>
</recurrings>