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,179
» Latest member: furtiolli195
» Forum threads: 65,374
» Forum posts: 602,151

Full Statistics

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

Latest Threads
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 86
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-08-31, 04:17 PM
» Replies: 0
» Views: 97
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 85
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 128
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,789
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 172
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,443
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 347
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 251
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 532

 
  Migrating Data from Mcintosh SE!
Posted by: steeb - 2011-07-16, 10:02 PM - Forum: General Discussion - Replies (9)

Dear all,

probably a very silly question but just in case anyone has a pre-dawn knowledge Big Grin

I have one of these:

Mcintosh SE

I've hung on to it for ages as it has some data on it that I wouldn't want to lose for ever. I haven't looked inside it yet to even know what the hard drive interface is (early scsi?)

Trying to clear space for imminent arrival of small mini steeb. What are my chances of just ripping out the hard drive and trying to interface it with something to grab the data off and archive it to my windows platform?

Big Grin

steeb

Print this item

  Forum Logo
Posted by: roy - 2011-07-16, 08:57 PM - Forum: General Discussion - Replies (4)

I've been away, and using my iphone seen the nice new nextPVR logo at the top of the forum. Now I'm back home on my PC, and with Firefox see the vBulletin logo at the top of the forum. Why? How do I get the nice new logo to appear?

Print this item

  High CPU usage at idle
Posted by: MarkD - 2011-07-16, 08:38 PM - Forum: Legacy (v4.x and earlier) - Replies (10)

I just upgraded from a PVR-350 to an HVR-1600, and went from GBPVR to NPVR at the same time. The changeover went well, except that now my CPU idles at about 30% when the NPVR menu is active. I can see that it's a directx/dotnet issue, but have no idea how to troubleshoot beyond that. I've attached a log, any help would be appreciated.

Print this item

  Minor issue with images in video library
Posted by: imilne - 2011-07-16, 06:27 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

This seems to have cropped up in the latest version. I don't recall it happening before.

If you select a file to delete:

[ATTACHMENT NOT FOUND]

Then once it's done so, all the images disappear, and don't reappear again until you move the list selection:

[ATTACHMENT NOT FOUND]

And sometimes only the ones under the selection actually reappear:

[ATTACHMENT NOT FOUND]

Iain

Print this item

  SystemShark's thread disappeared?
Posted by: johnsonx42 - 2011-07-16, 05:15 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

Did the forum glitch or reset or something?

I was typing a reply to SystemShark's "Post Proicessing Changes" thread, and when I posted it said "This forum is not accepting new posts" or something like that, and now the thread is gone?

Print this item

  Yet Another RenameRecordings Batch files
Posted by: SANGER_A2 - 2011-07-16, 12:32 PM - Forum: Community Announcements - Replies (53)

I've hosted a zip file of the batch files I use in my NextPVR installation on my website here. Hopefully they will be useful to someone either to steal bits of code from or to use in full. If you want to use one or more of them, feel free. Just please read them first to make sure they do what you want. If you find them useful clicking on an ad on my site or using the site search will get me a fraction of a cent from Google! Smile

Most of these should be extracted into the Next PVR scripts folder which varies between operating systems, but in WIndows XP (32 bit) is "C:\Documents and Settings\All Users\Application Data\NPVR\Scripts". The two in the folder "Put _These_In_Your_Recordings_Folder_Root" should be obvious where to put! :-

Start_check_InProgress.bat*- this is run by the task scheduler at about 22:00 each night. It runs check_InProgress.bat
check_InProgress.bat*- this checks to make sure that there are no recordings being made and that handbrake is not running, then it shuts down
StartupUpdateEPG.bat*- this runs every time my computer is turned of and updates the EPG
UpdateEPG.bat*- this is run by NextPVR before it updats the EPG and it runs XMLTV_console to update the XML file
UPDATED: RenameRecording.bat*- this is run by PostProcessing.bat and is used to rename recordings based on the NextPVR database and update the database to point to the new file if they have a title & a subtitle. If they don't, it leaves them alone.
UPDATED: PostProcessing.bat*- after a recording has been made, NextPVR runs this. It makes sure handbrake is not running and encodes the ts file to an mp4. It also deletes the original ts file if the encode worked. It then runs the automatic RenameRecordings.bat.
NEW: ManualRenameRecording.bat - I'm really pleased with this. Click here for full details.
NEW: ProcessAll.bat - This searches for all ts files within the folder (and subfolders) it is in and runs the PostProcessing.bat on them. I have it run at startup to catch any encodes missed out.
NEW: Start_Process_All.bat - this just waits for 60 seconds and then runs ProcessAll with low priority & hidden etc. I put a shortcut to this file into my startup folder.
NEW: restart_service.bat - I was finding that somethimes NextPVR would get in a loop or crash & the computer wouldn't turn off as it should or record new programs. All this does is stop & start the recording service. I use a scheduled task to run it at 4am every day. I don't record stuff at this time and the computer should be off by now anyway

You will also need the NScripthelper.exe file in your "C:\Program files\NextPVR\" folder. It's also on my site as well as elsewhere on this forum. Sub gave it to me and saved me hours of messing around with VB script. You can see his listing of the commands here. So thanks yet again to Sub, awesome dev!

You will also need to download PSTools if you want to be able to shutdown your computer as I do and tell the batch file where you extracted them to. I also use PRCView to check if Handbrake is running and you would need to download this and extract somewhere if you want the batch file to work.

Any questions feel free to post here...

Hopefully they are bug free now, but if not please let me know!

Print this item

  16:10 Screen Ratio Error
Posted by: BTJustice - 2011-07-16, 10:50 AM - Forum: Legacy (v4.x and earlier) - Replies (38)

I have a 16:10 monitor using a resolution of 1440X900. In GBPVR, when I used the FILL option to view widescreen recordings, the height of things looked correct and there were very small black bars above and below the recording. I assume due to being 16:9 recordings shown on a 16:10 monitor and resolution.

In NPVR, it doesn't matter if I select 16:9 or 16:10 in SETTINGS. I never have the black bars as described above and things are not the correct height. They are too narrow and tall. Is 16:10 not working in NPVR?

In SETTINGS > GENERAL, I have tried 16:9 and 16:10 and I also set the UI Resolution to 1440X900 trying to figure this out but it makes no difference.

Print this item

  DVB S2 card not recognised
Posted by: lyntonb - 2011-07-16, 06:42 AM - Forum: Legacy (v4.x and earlier) - Replies (5)

I have installed a DVBHD 2080P DVB S2 HDTV Tuner PCI card but in Devices it only shows up as a DVB-S type card, not a DVB-S2 card. Is this normal or do I need to edit a config file to register it as a DVB-S Type?

Print this item

  Parallel Processing
Posted by: pcostanza - 2011-07-16, 01:23 AM - Forum: Legacy (v4.x and earlier) - Replies (4)

Can the batch file for Parallel processing be the same as postprocessing file, if you want to run comskip? I know you wouldn't want both of these to get called but if you choose to run the parallel, can I use the same file as post but just rename it?
I ask because I tried and it didn't work.

Print this item

  2.1.5 won't install, where is 2.1.4?
Posted by: jki - 2011-07-16, 12:05 AM - Forum: Legacy (v4.x and earlier) - Replies (8)

"The requested URL /NPVRSetup_2_1_4.exe was not found on this server."

Print this item

Pages (6435): « Previous 1 … 1676 1677 1678 1679 1680 … 6435 Next »
Jump to page 

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