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 … 256 257 258 259 260 … 433 Next »
Any way to import "already recorded" programming from WMC to NextPVR?

Any way to import "already recorded" programming from WMC to NextPVR?
Zeb
Offline

Senior Member

U.S.A.
Posts: 596
Threads: 2
Joined: Dec 2012
#21
2013-05-11, 03:55 AM
cityeyes Wrote:I deleted a few of the folders (keeping the database intact) to keep the file size down - so hopefully whatever file you might need is in there.

At least for Windows Vista, the directory was C:\ProgramData\Microsoft\eHome\Recording and the file Martin would've wanted is named Recordings.xml, and contains entries in this format:

Code:
<OneTimeRecordingRequest ProgramID="!1868FF52F61FE145DD10E767FC49A19C!" ID="5" Title="NOVA" ServiceID="28459804" ScheduleID="&lt;SEID SrvID=&quot;28459804&quot; SourceId=&quot;0&quot;
PrID=&quot;!1868FF52F61FE145DD10E767FC49A19C!&quot; Start=&quot;2011-12-22T02:00:00&quot; Duration=&quot;PT2H&quot; ChID=&quot;9&quot; /&gt;" Resource="00000000-0000-0000-0000-00000"
PrePadding="-120" PostPadding="180" HardPrePadding="0" HardPostPadding="0" KeepUntil="-1" Quality="3" UniquePriority="6" Guaranteed="true" Complete="false" ChannelNum="9" AnyChannel=
"true" HDPreference="16" CreationTime="2011-12-22T01:01:14.78Z" AnyLangauage="false" PrototypicalLanguage="en" SourceName="" ScheduleLimit="400" TooManyScheduled="false"><Recording
Program ProgID="!1868FF52F61FE145DD10E767FC49A19C!"><RecordingScheduleItemID ID="12"

Any chance you omitted that from your eHome upload? Granted, Windows 7 Media Center is probably different in many ways.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,927
Threads: 956
Joined: May 2006
#22
2013-05-11, 04:23 AM
Cityeyes included that file but that is the equivalent of the recurring recording and not the episode itself.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,927
Threads: 956
Joined: May 2006
#23
2013-05-11, 02:00 PM (This post was last modified: 2013-05-11, 05:04 PM by mvallevand.)
cityeyes Wrote:Yeah, the files are renamed from the generic .wtv to a format that XBMC picks up.

Is this what you need?

Again, thanks so much for your help. You've seriously gone so much further than necessary.

It's a hobby for me, and I have most of the code already so it's fun not work.

Here you go, you need to import the deleted.txt file in the attached into the recently_deleted table in npvr.db3 as follows in sqlite3

You will need to increase the deletion history for the recently_deleted table though

Code:
.separator |
create temp table simpsons(x,y);
.import deleted.txt simpsons
insert into recently_deleted(unique_identifier,create_date) select * from simpsons;
drop table simpsons;

If you don't know how upload your npvr.db3

I also included all the simpsons episode numbers if someone needs them later. It looks like The Simpsons is older than the file numbering scheme.

Martin
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#24
2013-05-11, 02:56 PM
Martin, forgive me for criticizing your volunteer work here, but by this method won't cityeyes have to make his <DeletionHistoryDays> setting essentially infinite, and thus never record any previously deleted episode of any show ever again?
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,927
Threads: 956
Joined: May 2006
#25
2013-05-11, 04:02 PM
Yes that is why I wrote it in bold. I considered adding them to the recordings table but NextPVR's Recordings interface is so awful for handling large multi-season stuff and mkv files I felt this would be best.

Martin
cityeyes
Offline

Junior Member

Posts: 8
Threads: 1
Joined: May 2013
#26
2013-05-11, 04:44 PM
mvallevand Wrote:It's a hobby for me, and I have most of the code already so it's fun not work.

Here you go, you need to import the deleted.txt file in the attached into the recently_deleted table in npvr.db3 as follows in sqlite3

You will need to increase the deletion history for the recently_deleted table though

Code:
.separator |
create temp table simpsons(x,y);
.import from deleted.txt simpsons
insert into recently_deleted(unique_identifier,create_date) select * from simpsons;
drop table simpsons;

If you don't know how upload your npvr.db3

I also included all the simpsons episode numbers if someone needs them later. It looks like The Simpsons is older than the file numbering scheme.

Martin

My .db3 is here - I'm a bit nervous to do it myself as I haven't messed with database stuff a lot, but let me know if it's pain and I'll try to learn it at least.

johnsonx42 Wrote:Martin, forgive me for criticizing your volunteer work here, but by this method won't cityeyes have to make his <DeletionHistoryDays> setting essentially infinite, and thus never record any previously deleted episode of any show ever again?

What would this mean? I'm honestly fine with stuff that I've recorded in the past never being recorded again since I transcode nearly everything I'd like to keep and delete the rest after I watch it once. Don't ever plan on recording stuff I've deleted in the past.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,927
Threads: 956
Joined: May 2006
#27
2013-05-11, 05:04 PM
Here you go. I had a bug in my instructions anyway.

Martin
cityeyes
Offline

Junior Member

Posts: 8
Threads: 1
Joined: May 2013
#28
2013-05-11, 05:06 PM
mvallevand Wrote:Here you go. I had a bug in my instructions anyway.

Martin

You are awesome. Thanks so much for your help!

Wish you had a photography question or two, because that's my area of expertise. I don't often seek help with tech stuff like this.

Thanks again.
« 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
  NextPVR - EPG Setup - XML/XMLTV EPG - Zap2it & Zap2xml Erdrick 126 141,125 2024-01-29, 01:07 AM
Last Post: stoenjes44
  NextPVR VOD through Kodi unmich 2 1,239 2023-06-18, 03:54 AM
Last Post: sub
  zap2it import tv logo MaxOne72 2 1,471 2021-11-14, 05:56 PM
Last Post: sub
  Can NextPVR switch graphics mode to best match content ? madbrain 2 2,159 2021-09-25, 02:25 AM
Last Post: madbrain
  NextPVR and Remote viewing MaxiBelas 2 1,677 2021-09-07, 05:29 PM
Last Post: sub
  Help with NextPVR evinahmad86 1 1,425 2021-07-23, 07:01 PM
Last Post: sub
  Epg setting SD token NextPvr 4.2.4 casimir@zyxu.ca 1 1,567 2021-03-05, 01:38 PM
Last Post: mvallevand
  NextPVR hangs when tuning to offline channel? CormacBaptiste 2 1,930 2021-02-03, 01:29 PM
Last Post: Graham
  NextPVR V4 Web Issue meccano 3 1,883 2021-01-30, 04:20 AM
Last Post: meccano
  TV very choppy after downgrade from Nextpvr v5 riverboat2001 18 4,765 2021-01-26, 01:51 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode