NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 407 408 409 410 411 … 1231 Next »
how to import mpgs into Recordings->Ready list?

 
  • 0 Vote(s) - 0 Average
how to import mpgs into Recordings->Ready list?
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#1
2007-10-13, 05:32 AM
how to import mpgs into Recordings->Ready list?
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#2
2007-10-13, 05:44 AM
You could use the 'import recordings' feature in the config app. To see the file format, look at the recordings-dump.xml file.
ApexHack
Offline

Member

Posts: 184
Threads: 34
Joined: Mar 2006
#3
2007-10-13, 07:52 AM
Do all the fields have to be filled & perfect(match the DB or something else)? What about a <uid>?

For example, a chunk of my recordings dump xml:
<recording>
<filename>H:\Kitchen Nightmares\Kitchen Nightmares_20071010_21002200.mpg</filename>
<channel>13 KCPQ</channel>
<status>READY</status>
<startTime>2007-10-10 21:00:00</startTime>
<endTime>2007-10-10 22:00:00</endTime>
<title>Kitchen Nightmares</title>
<subtitle>Seascape</subtitle>
<description>An Islip, N.Y., restaurant.</description>
<uid>EP00932409.0005</uid>
</recording>
[SIZE="1"]1.3.11 / XP Pro SP2 / P5VD2-MX-SE {VIA P4M890 VT8237A} / E2200 / 2GB / 2.8TB / HVR1800 x 1, HVR1600 x 2 / 1 PCH[/SIZE]
Pob
Offline

Senior Member

Posts: 677
Threads: 88
Joined: Jun 2007
#4
2007-10-13, 01:58 PM
Wakalaka Wrote:how to import mpgs into Recordings->Ready list?

Why would you want to? You can view the mpgs through the video library...
Pob
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#5
2007-10-13, 02:08 PM
Pob Wrote:Why would you want to? You can view the mpgs through the video library...
Pob

It's nice having the descriptions. I've used this when "circumstances" caused a missed recording and I've managed to download it from usenet to keep the other half quiet Smile
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,814
Threads: 769
Joined: Nov 2003
#6
2007-10-13, 04:39 PM
ApexHack Wrote:Do all the fields have to be filled & perfect(match the DB or something else)? What about a <uid>?

For example, a chunk of my recordings dump xml:
<recording>
<filename>H:\Kitchen Nightmares\Kitchen Nightmares_20071010_21002200.mpg</filename>
<channel>13 KCPQ</channel>
<status>READY</status>
<startTime>2007-10-10 21:00:00</startTime>
<endTime>2007-10-10 22:00:00</endTime>
<title>Kitchen Nightmares</title>
<subtitle>Seascape</subtitle>
<description>An Islip, N.Y., restaurant.</description>
<uid>EP00932409.0005</uid>
</recording>
You need to get the filename correct, and it would also be good to get the channel name correct. The time doesnt need to be correct, but it needs to be in the correct format.

You can leave the uid out.
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#7
2007-10-13, 06:08 PM
Pob Wrote:Why would you want to? You can view the mpgs through the video library...
Pob

But the video library has to be configured to point to the dir where the MPGs are at. I want to do this because when I upgraded from 0.99.6 to 1.00.16 I lost all of my recordings from Recordings->Ready, and want to put them back. It's also better because of the show groups so you don't have so many videos to browse through.
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
ApexHack
Offline

Member

Posts: 184
Threads: 34
Joined: Mar 2006
#8
2007-10-13, 08:01 PM
Pob Wrote:Why would you want to? You can view the mpgs through the video library...
Pob

Ever heard of WAF?

Thanks for the clarification Sub. Smile
[SIZE="1"]1.3.11 / XP Pro SP2 / P5VD2-MX-SE {VIA P4M890 VT8237A} / E2200 / 2GB / 2.8TB / HVR1800 x 1, HVR1600 x 2 / 1 PCH[/SIZE]
Pob
Offline

Senior Member

Posts: 677
Threads: 88
Joined: Jun 2007
#9
2007-10-13, 08:45 PM
ApexHack Wrote:Ever heard of WAF?

I have now!
http://en.wikipedia.org/wiki/WAF
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#10
2007-10-13, 08:54 PM
the video libarary works different when you select etc
i can see why you want to import them back into the recordings ready the way the menus work nicer
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Live TV and recordings do not match greg in kansas 8 7,301 2013-02-22, 06:35 PM
Last Post: sub
  Can't view recordings on pc jerry430 8 6,936 2013-01-21, 07:27 PM
Last Post: jerry430
  Live TV not showing anything although recordings are OK. Pls advise. seymoria 8 4,948 2012-08-07, 05:07 PM
Last Post: ACTCMS
  CSI Miami Recordings Always In Spanish ga_mueller 6 4,773 2012-06-12, 12:41 AM
Last Post: mikeh49
  Recordings missing after switching hard drive tegat 8 5,208 2011-12-21, 03:00 AM
Last Post: tegat
  Recordings and live TV fail with TS mux dvasco 4 2,809 2011-06-22, 05:47 PM
Last Post: dvasco
  Stream errors in recordings with GBPVR seymoria 11 4,769 2011-06-19, 06:44 PM
Last Post: seymoria
  Lost all my recordings pduncan67 2 2,071 2011-02-27, 03:12 PM
Last Post: pduncan67
  Zero byte recordings chuck_2330 0 1,479 2011-02-09, 01:25 PM
Last Post: chuck_2330
  XMLTV import with UTF encoding fails (also valid for NPVR) miniGranis 4 2,370 2011-01-29, 08:16 PM
Last Post: miniGranis

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

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

Linear Mode
Threaded Mode