NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,219
» Latest member: sk5y263rg@mozmail.com
» Forum threads: 65,381
» Forum posts: 602,248

Full Statistics

Online Users
There are currently 2004 online users.
» 1 Member(s) | 1997 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, mvallevand

Latest Threads
Computer Freeze_ups
Forum: Windows
Last Post: mvallevand
10 hours ago
» Replies: 3
» Views: 103
m3u Update 7.0.5
Forum: Windows
Last Post: haysfamily6a
2026-09-13, 09:32 PM
» Replies: 2
» Views: 604
Upcycling a Windows 10 PC...
Forum: Hardware
Last Post: fla
2026-09-13, 04:57 PM
» Replies: 9
» Views: 3,790
NextEnd and NFL Preseason
Forum: Windows
Last Post: Swami
2026-09-13, 04:17 PM
» Replies: 2
» Views: 292
yauiclient crashes eventu...
Forum: NextPVR Other Clients
Last Post: gsmoot
2026-09-13, 02:13 AM
» Replies: 10
» Views: 282
Newer version chopping of...
Forum: Windows
Last Post: mvallevand
2026-09-12, 08:53 AM
» Replies: 1
» Views: 148
Closed captioning in NPVR
Forum: Windows
Last Post: sub
2026-09-10, 06:27 PM
» Replies: 39
» Views: 4,074
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
2026-09-10, 07:22 AM
» Replies: 2
» Views: 556
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
2026-09-10, 03:19 AM
» Replies: 15
» Views: 1,087
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
2026-09-09, 10:35 PM
» Replies: 44
» Views: 6,780

 
  import single file metadata util
Posted by: pBS - 2009-03-26, 07:12 AM - Forum: Community Announcements - No Replies

here's a nice little util i whipped up to import single shows from video library..
for those times when you lose some data or want to re-import an old show info from archives..

only works for single files at a time, i have another one that can do a whole dir, contact me if you need it..Smile

save this as "importxml.bat" and stick it in gbpvr\third party\

Code:
@echo off if "%~1" == "" goto :eof setlocal ENABLEDELAYEDEXPANSION set newpath=%~1 rem Un'rem' next line and adjust to alter path while importing, rem replaces first [color=Blue]path[/color] with second [color=Red]path[/color] in filename.. rem set newpath=%newpath:[b][color=Blue]e:\mpg\[/color][/b]=[b][color=Red]\\pvr\e\mpg\[/color][/b]% echo. echo. echo. echo Original name: %~1 echo New path: %newpath% echo. echo. Generating Recording Import data for %~nx1 to - echo. rec-dump.xml echo. FOR /F "tokens=*" %%e IN ("<?xml version="1.0" encoding="UTF-8"?>") DO ECHO %%e > "%cd%\rec-dump.xml" FOR /F "tokens=*" %%f IN ("<recordings>") DO ECHO %%f >> "%cd%\rec-dump.xml" FOR /F "tokens=*" %%f IN (" <recording>") DO ECHO %%f >> "%cd%\rec-dump.xml" FOR /F "tokens=*" %%f IN (" <filename>%newpath%</filename>") DO ECHO %%f >> "%cd%\rec-dump.xml" FOR /F "usebackq tokens=* skip=3" %%I IN ("%~1:metadata.xml") DO (echo %%I >> "%cd%\rec-dump.xml") FOR /F "tokens=*" %%l IN ("</recordings>") DO ECHO %%l >> "%cd%\rec-dump.xml" type "%cd%\rec-dump.xml" start /w "" "pvrx2.exe" -import:"%cd%\rec-dump.xml"

and add this to your config.xml under custom ffmpeg conversions
Code:
<Conversion name="Import metadata" exe="importxml.bat" cmd=" {SOURCE_FILE} &gt;&gt;imported.log" targetExtension=".SD.mpg" />

and you're all set...
adjust line near top to have it alter your filepath for network availability..
[not necessary tho, will keep original path as-is]

Print this item

  Text wrapping In Video/Music Library CS4 Pre release
Posted by: Bobins - 2009-03-25, 11:39 PM - Forum: Community Skin - Replies (3)

In the Pre-Release CS4 (HD), I'm seeing text wrapping in Music & Video Library when there are long file names. This destroys what is otherwise a great display layout.

Is there a way I can tweak the skin to truncate long file names and prevent the wrapping?

Regards,

Ray.

P.S. Couldn't post in the Pre-Release thread coz it's closed.

Print this item

  Recordings fail after first few
Posted by: three_sheds - 2009-03-25, 11:03 PM - Forum: GB-PVR Support (legacy) - Replies (2)

I have a long standing problem with recordings failing. It seems that the first dozen or so recordings work fine, then all subsequent recordings fail. A reboot will allow the next dozen or so recordings to work, then they start to fail again etc....

I've had the problem since I upgraded from 0.99 to 1.2.13. I recently upgraded to 1.3.11 in the hope that the problem may have been addressed, but I still have the same symptoms. It happened the first time with 1.3.11 tonight, so I have zipped and attached the logs. I've also included a jpg to show the times/names of failed recordings (and the last good one). I copied the logs after a reboot (which I did out of habit), so I'm not sure whether the useful log data would have been overwritten or not?

Any help would be much appreciated, as the recordings invariably fail when my wife wants to record somethings that she's really keen to watch - you can guess the rest!

I'm using a dual Nova T500 tuner card, by the way.

Many thanks.

Print this item

  Silverlight Version?
Posted by: reven - 2009-03-25, 11:02 PM - Forum: NextPVR Enhanced Web Admin (NEWA) - Replies (11)

i was just doing some research on silverlight 3, its moving along really well.

And i figured silverlight 3 would be a really good platform for a "Enhanced Enhanced Web Admin" Smile

You can now install a silverlight app to the desktop (pc or mac) and use it like a normal app.

im not suggesting a rewrite/convert, just thats its a cool platform and wondering what people think about this?

I may give it a little go, just to get my feet wet in silverlight 3.

Print this item

  Recording Status Shows Extra Tuners
Posted by: johnnyb - 2009-03-25, 09:50 PM - Forum: GB-PVR Support (legacy) - Replies (2)

When I restart my pc, the recording status has started showing on the taskbar - it hasn't done this before. If I double click the recording status icon in the tray, it shows 'Capture Source #1' to 'Capture Source #8' which are all shown as 'Tuner1:'. I only have 2 Hauppauge WinTV Nova T 9000 (single DVB) tuners. Any ideas what is wrong?

Print this item

  Duplicate capture source or master and slaves
Posted by: Elmo Putney - 2009-03-25, 09:37 PM - Forum: Wishlist - Replies (5)

With 4 DVB-t sources all with the same RF feed I would like to be able to setup a single tuner then hit a duplicate buton to copy the channel mapping settings to other capture sources....

or

Have a master tuner with other tuners assigned as slaves that always take the masters mappings.

Print this item

  Live streaming of untouched raw video?
Posted by: DocMAX - 2009-03-25, 09:05 PM - Forum: GB-PVR Support (legacy) - Replies (1)

hello,
i used to use VDR on linux. it was easy to watch a channel via an url (i.e. http://myvideoserver/23) for channel 23.
is there someting similar in gb-pvr? especially a live streaming of the raw video? (no realtime encoding please)...

thanks

Print this item

  Software for Signal Strength
Posted by: Amused - 2009-03-25, 07:21 PM - Forum: GB-PVR Support (legacy) - Replies (5)

My local transmitter (rowridge) has moved the muxes around today and I turns out my ariel is mis-alligned because about half the muxes are now unrecievable.

I need to get up the ladder and play point-the-ariel. I was wodnering, anyone know of a piece of software which would tell me to signal strength? I'm thinking if I set this software to one of the weaker frequencies, and have someone watching this screen while I'm 'up ladder it might speed things up a little. Before I just used Ctl-O (or whatever it was) in GBPVR but since GBPVR can't at present pick up the muxes again I can't use it. Any ideas?

Print this item

  video library enhancement skin using cs4 inside
Posted by: tvshowman - 2009-03-25, 05:20 PM - Forum: Community Skin - Replies (9)

Hi!

I been going crazy trying to figure out how to make text smaller in the slick skin so that I can view long movie descriptions...

[Image: slickview.jpg]


I gave up and then realized the filmstrip view is perfect for what I was after but it did not use any of the metadata for the slick skin so in the last hour I decided to try to figure out what kinda code is used for the skins and placements and through trial and error I taught myself how to do it and I have enhanced your Filmstrip view with movie info Big Grin

[Image: filmstripviewer.jpg]

This works better for me since it also has the Delete file features and shuffle so it makes it the easiest to find a movie with the wife since they are not in order so we can stumble on that one we are in the mood for....

I turned off "auto create directories during recording" in pvrx2 so that all my new recordings are in one directory so this makes it the easiest to go through movie files.

Here is the code I used in case you guys want to try it or add it to community skin.

I removed the list and icon views as they clashed.

I love the new skin you guys have made and it is really spectacular.

Well done guys!

Code:
<!-- Community Skin-SD: Film Strip - Standard --> <settings> <!-- text style --> <TextStyles> </TextStyles> <!-- placements --> <Placements> <Placement name="FilmstripView" loc="27,61.7" size="17.1,23" columns="4" spacing="17.5"/> <Placement name="FilmstripSelectedPreview" loc="39.5,15" size="45,45"/> <Placement name="InsetRect" loc="4,72" size="23,23"/> <Placement name="CoverArt" loc=".1,50" onlyWithoutInset="true" /> <Placement name="InfoSummary" loc="1,1" onlyWithoutInset="false" /> </Placements> <!-- Composite Images --> <CompositeImages> <!-- info summary --> <CompositeImage name="InfoSummary" size="100,70"> <DrawText text="@title" loc="-10,10" size="98,0" textStyle="GeneralTextStyle" align="Right" /> <DrawText text="@duration" loc="-10,15" size="97,0" textStyle="IconSelected" align="Right" /> <DrawText text="@description" loc="67,20" size="30,100" textStyle="IconNormal" align="Left" /> </CompositeImage> <!-- filmstrip view --> <CompositeImage name="FilmstripSelectedPreview" size="50,50"> <DrawCommonImage name="FilmstripViewPreviewBackground"/> <DrawImage filename="@previewImage" loc="-20,0" size="100,100" fixedAspectRatio="true" align="Center"/> </CompositeImage> <CompositeImage name="FilmstripViewNormalItem" size="17.1,23"> <DrawCommonImage name="FilmstripViewNormalItemBackground"/> <DrawImage filename="@thumbnail" loc="6,6" size="86,64" fixedAspectRatio="true"/> <DrawText text="@fileName" loc="2,70" size="96,28" textStyle="IconNormal" align="Center" valign="Center"/> </CompositeImage> <CompositeImage name="FilmstripViewSelectedItem" size="17.1,23"> <DrawCommonImage name="FilmstripViewSelectedItemBackground"/> <DrawImage filename="@thumbnail" loc="6,6" size="86,64" fixedAspectRatio="true"/> <DrawText text="@fileName" loc="2,70" size="96,28" textStyle="IconSelected" align="Center" valign="Center"/> </CompositeImage> <CompositeImage name="FilmstripViewSelectedInactiveItem" size="17.1,23"> <DrawCommonImage name="FilmstripViewSelectedInactiveItemBackground"/> <DrawImage filename="@thumbnail" loc="6,6" size="86,64" fixedAspectRatio="true"/> <DrawText text="@fileName" loc="2,70" size="96,28" textStyle="IconSelectedInactive" align="Center" valign="Center"/> </CompositeImage> <CompositeImage name="FilmstripViewNormalFolder" size="17.1,23"> <DrawCommonImage name="FilmstripViewNormalItemBackground"/> <DrawImage filename="@folderPreviewImage" loc="6,6" size="86,64" fixedAspectRatio="true"/> <DrawText text="@folderName" loc="2,70" size="96,28" textStyle="IconNormal" align="Center" valign="Center"/> </CompositeImage> <CompositeImage name="FilmstripViewSelectedFolder" size="17.1,23"> <DrawCommonImage name="FilmstripViewSelectedItemBackground"/> <DrawImage filename="@folderPreviewImage" loc="6,6" size="86,64" fixedAspectRatio="true"/> <DrawText text="@folderName" loc="2,70" size="96,28" textStyle="IconSelected" align="Center" valign="Center"/> </CompositeImage> <CompositeImage name="FilmstripViewSelectedInactiveFolder" size="17.1,23"> <DrawCommonImage name="FilmstripViewSelectedInactiveItemBackground"/> <DrawImage filename="@folderPreviewImage" loc="6,6" size="86,64" fixedAspectRatio="true"/> <DrawText text="@folderName" loc="2,70" size="96,28" textStyle="IconSelectedInactive" align="Center" valign="Center"/> </CompositeImage> </CompositeImages> </settings>

to install go to the skins2 directory and choose your skin version (sd or hd) and enter that directory and locate the "Video Library" folder and open the skins.xml file and replace the text. backup up your file before making and changes so you can just copy over the file to revert back.

Good luck and I hope this makes your movie experience a bit better.

Print this item

  BDA Multiplexer questions
Posted by: DaveL - 2009-03-25, 02:36 PM - Forum: GB-PVR Support (legacy) - Replies (7)

I got a couple general questions regarding different options in BDA Multiplexer. I'm using QAM from cable in US.

1. I can see closed caption with either "ATI mpeg" or "Microsoft DVR-MS", but not "TS MUX". Is this expected or I did something wrong.

2. Reason I want to use "TS MUX" is multirecord checkbox grayed out if I pick any other choices, so I assume if I want multirecord, I have to use "TS MUX". Am I correct here?

3. I believe the "full ts" option means I can record all subchannels on a certain frequency. Question is how do I view them, do I have to manually use something like ffmpeg to extract separate channels or GB-PVR can do it automatically somehow?

Thanks for you help.

Print this item

Pages (6435): « Previous 1 … 2422 2423 2424 2425 2426 … 6435 Next »
Jump to page 

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