NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 384 385 386 387 388 … 433 Next »
How to stop duplicate recordings?

How to stop duplicate recordings?
zaldwaik
Offline

Senior Member

Posts: 535
Threads: 128
Joined: Oct 2005
#1
2011-01-13, 03:58 AM
Ever since I switched to NPVR I keep getting lots of duplicate recordings. Is there a way to prevent this?

Here is an example from my xmltv.xml file (I am using mc2xml for guide updates) for two consecutive scheduled recordings for the same show that has already been recorded before.

Code:
<programme start="20110113120000 -0500" stop="20110113130000 -0500" channel="I27.28455777.microsoft.com">
        <title lang="en">NOVA</title>
        <sub-title lang="en">Deadliest Earthquakes</sub-title>
        <desc lang="en">Scientists in Haiti and Chile gather data to prevent future disasters.</desc>
        <date>20110111</date>
        <category lang="en">Educational</category>
        <category lang="en">Episodic</category>
        <category lang="en">Other</category>
        <category lang="en">Science</category>
        <category lang="en">Series</category>
        <episode-num system="onscreen">3801</episode-num>
        <episode-num system="dd_progid">EP00003163.0608</episode-num>
        <video>
            <aspect>16:9</aspect>
            <quality>HDTV</quality>
        </video>
        <audio>
            <stereo>stereo</stereo>
        </audio>
        <previously-shown start="20110111000000" />
        <premiere />
        <subtitles type="teletext" />
        <rating system="VCHIP">
            <value>TV-PG</value>
        </rating>
    </programme>
    <programme start="20110113130000 -0500" stop="20110113140000 -0500" channel="I27.28455777.microsoft.com">
        <title lang="en">NOVA</title>
        <sub-title lang="en">Deadliest Earthquakes</sub-title>
        <desc lang="en">Scientists in Haiti and Chile gather data to prevent future disasters.</desc>
        <date>20110111</date>
        <category lang="en">Educational</category>
        <category lang="en">Episodic</category>
        <category lang="en">Other</category>
        <category lang="en">Science</category>
        <category lang="en">Series</category>
        <episode-num system="onscreen">3801</episode-num>
        <episode-num system="dd_progid">EP00003163.0608</episode-num>
        <video>
            <aspect>16:9</aspect>
            <quality>HDTV</quality>
        </video>
        <audio>
            <stereo>stereo</stereo>
        </audio>
        <previously-shown start="20110111000000" />
        <premiere />
        <subtitles type="teletext" />
        <rating system="VCHIP">
            <value>TV-PG</value>
        </rating>
    </programme>
zaldwaik
Offline

Senior Member

Posts: 535
Threads: 128
Joined: Oct 2005
#2
2011-01-13, 09:48 PM
Am I the only one experiencing this? Is this feature yet to be developed?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,627
Threads: 767
Joined: Nov 2003
#3
2011-01-13, 09:56 PM
There is nothing built in for this at this stage.
zaldwaik
Offline

Senior Member

Posts: 535
Threads: 128
Joined: Oct 2005
#4
2011-01-13, 10:01 PM
Thanks sub, are you planning to add this in the future? I often get in situations where my HD is running out of space because of duplicates, so I may have to find a way around it for the near term.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,627
Threads: 767
Joined: Nov 2003
#5
2011-01-13, 10:03 PM
Yes. Its a US-only feature though (since only SD supplies the dd_progid needed), so hadnt made it to the top of my priority list.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#6
2011-01-13, 10:32 PM
zaldwaik Wrote:I often get in situations where my HD is running out of space because of duplicates, so I may have to find a way around it for the near term.

My solution was to buy a BIG raid-array Big Grin

"I'd rather have a bottle in front of me than a frontal lobotomy"
_Iz-
Offline

Member

Posts: 107
Threads: 16
Joined: Jul 2006
#7
2011-01-13, 11:55 PM
Also VERY anxiously awaiting the return of this feature, it's truely missed here...
---------------------------------------------------------
[SIZE="1"]Asus M2A-VM (Radeon 1250 onboard video), Athlon X2 BE-2300+, 2GB DDR2, WD GP 1TB SATA2, WD GP 1.5TB SATA2, WD GP 2TB SATA2, HVR-2250, Win7 Ultimate 64bit, nMedia HTPC 200BA Case.
PCH-A100 as client1, AppleTV 2G + XBMC as client2, softmodded xbox + XBMC as client3 [/SIZE]
zaldwaik
Offline

Senior Member

Posts: 535
Threads: 128
Joined: Oct 2005
#8
2011-01-24, 08:53 PM
If anyone is interested, I wrote a little program that runs after EPG update and removes duplicate recordings in NPVR DB for shows you select. I need to do some additional work to package it for others, but I thought I would gauge interest first.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#9
2011-01-24, 08:58 PM
zaldwaik Wrote:If anyone is interested, I wrote a little program that runs after EPG update and removes duplicate recordings in NPVR DB for shows you select. I need to do some additional work to package it for others, but I thought I would gauge interest first.

Definitly Smile

"I'd rather have a bottle in front of me than a frontal lobotomy"
zaldwaik
Offline

Senior Member

Posts: 535
Threads: 128
Joined: Oct 2005
#10
2011-01-25, 06:13 PM
See attached file. Please note that it needs time to build a list of old recordings before finding duplicates, but you can test it by copying npvr.db3 to a temporary location, add some unique IDs to old.txt (see readme.txt) and include the show title in include.txt.

IDs can be found in the XML schedule file as below

<episode-num system="dd_progid">SH00703406.0000</episode-num>

This is still beta, once tested by few folks I will add it to the wiki.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Failed recordings won't delete Spid4567 3 2,349 2023-07-14, 10:13 PM
Last Post: ZeDoZ
  All my recordings start 90 sec early ncsercs 2 1,290 2022-03-19, 03:28 AM
Last Post: sub
  Wake - Sleep Interaction -> Failed Recordings mikeh49 48 14,058 2021-03-21, 11:21 PM
Last Post: careads
  Most recordings are zero bytes virtualpaul 4 1,945 2021-01-29, 12:55 PM
Last Post: virtualpaul
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 1,986 2021-01-07, 08:47 AM
Last Post: sub
  Recordings not playing in browser FamilyGuyFan 1 1,375 2020-10-22, 10:18 PM
Last Post: mvallevand
  Recordings 1 minute off BobbyDing 7 2,675 2020-10-11, 08:07 PM
Last Post: mvallevand
  easy tools to remove adverts in recordings? V_J 6 3,870 2020-10-06, 02:37 AM
Last Post: Ehrlichia
  Black screen, no audio, & zero bit recordings mattman1968 1 1,507 2020-09-15, 12:19 AM
Last Post: mattman1968
  Recordings Date Format NumberFive 3 1,976 2020-05-14, 11:08 PM
Last Post: NumberFive

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

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

Linear Mode
Threaded Mode