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,064
» Latest member: BFBProducoes
» Forum threads: 64,997
» Forum posts: 595,457

Full Statistics

Online Users
There are currently 1062 online users.
» 1 Member(s) | 1057 Guest(s)
Applebot, Baidu, Bing, Google, mvallevand

Latest Threads
Recording interrupted
Forum: NextPVR Support
Last Post: mvallevand
3 hours ago
» Replies: 5
» Views: 72
New Install of 7..0.3.250...
Forum: Windows
Last Post: mvallevand
Yesterday, 07:27 PM
» Replies: 4
» Views: 89
Won't forward 1 minute or...
Forum: Windows
Last Post: mvallevand
Yesterday, 12:09 PM
» Replies: 1
» Views: 50
Forward, Reverse, Other C...
Forum: Windows
Last Post: suezew
Yesterday, 11:57 AM
» Replies: 3
» Views: 1,273
EPG script not creating x...
Forum: Linux
Last Post: mvallevand
2025-10-08, 09:49 PM
» Replies: 1
» Views: 43
Any chance to find a V6 d...
Forum: Linux
Last Post: mvallevand
2025-10-08, 03:44 PM
» Replies: 8
» Views: 127
Proxmox LXC (Helper Scrip...
Forum: Linux
Last Post: mvallevand
2025-10-08, 03:27 PM
» Replies: 5
» Views: 75
Streaming Failed (transco...
Forum: Windows
Last Post: mvallevand
2025-10-08, 11:31 AM
» Replies: 7
» Views: 200
Manual recordings
Forum: Windows
Last Post: Joram
2025-10-08, 04:33 AM
» Replies: 7
» Views: 103
Comskip for the web clien...
Forum: NextPVR Support
Last Post: mvallevand
2025-10-07, 10:13 PM
» Replies: 4
» Views: 74

 
  Docker postprocessing script
Posted by: aTF6i - 2024-11-06, 11:26 PM - Forum: Docker amd64 - Replies (12)

Hi all

I've been trying to find out where to both put a postprocessing.sh script in docker and finding out how to process transcode my recordings

As far as I am aware, I need to turn off auto record and then stick it in /config/scripts

I'd like to process differently based on resolution - Can someone help me review?

Code:
#!/bin/bash
RECORDING_PATH="$1"
OUTPUT_PATH="$(dirname "$RECORDING_PATH")"

# Get video resolution
RESOLUTION=$(ffmpeg -i "$RECORDING_PATH" 2>&1 | grep -oP '(?<=, )\d+x\d+(?=,)' | head -1)

# Define output file path
OUTPUT_FILE="$OUTPUT_PATH/$(basename "${RECORDING_PATH%.*}").ts"
echo "OUTPUT FILE: $OUTPUT_FILE"

# Remove commercials
comskip "$RECORDING_PATH"

# Check resolution and apply different processing
if [[ "$RESOLUTION" == "1920x1080" ]]; then
    echo "Processing HD video"
    ffmpeg -i "$RECORDING_PATH" -c:v libx264 -preset ultrafast -crf 51 -c:a copy "$OUTPUT_FILE"
elif [[ "$RESOLUTION" == "1280x720" ]]; then
    echo "Processing 720p video"
    ffmpeg -i "$RECORDING_PATH" -c:v libx264 -preset ultrafast -crf 51 -c:a copy "$OUTPUT_FILE"
else
    echo "Processing SD video"
    ffmpeg -i "$RECORDING_PATH" -c:v libx264 -preset ultrafast -crf 51 -c:a copy "$OUTPUT_FILE"
fi

# Check if transcoding was successful
if [[ $? -eq 0 && -f "$OUTPUT_FILE" ]]; then
    echo "Transcoding successful, removing original file"
    rm "$RECORDING_PATH"
else
    echo "Transcoding failed, keeping original file"
fi

# Send notification
echo "Recording processed: $(basename "$RECORDING_PATH")"

Print this item

  Finding Multiple NextPVR's
Posted by: GlowTube - 2024-11-06, 10:11 PM - Forum: macOS - Replies (1)

I've got two NextPVR servers on separate hardware, each with its own purpose and each running fine. I also have the iOS, AppleTV, and Mac NextPVR clients. Each of these clients consistently finds only "the first" NextPVR server, never the second one, and doesn't offer me a choice or a way of declaring server precedence (that I've found). Happily almost all of my interaction is indeed with the found machine, but occasionally I'd like to access the other server. Have I missed something? Thanks.

Print this item

  Problem losing thumbnail display.
Posted by: Bobins - 2024-11-06, 09:33 PM - Forum: Windows - Replies (4)

Sub,

Please see attached log NPVR.log.1

The NPVR client was used to play the recording of Antiques Road Trip. This worked fine with thumbnails OSD being displayed when mouse movement was detected.
At the end of playback, the file was deleted and the recording of Richard Osmans House of Games selected for playback.
At this point, it was noticed that moving the mouse did not display the OSD of timeline or thumbnails. Pressing the right arrow key then return did move playback to the position relative to the number of right arrow presses.

Stopped and re-started playback but this did not fix the lack of OSD.

At the end of playback the file was deleted and the recording of Expert Witness selected for playback.
At this point [20:39] there is a Skia error and the client has to be exited and re-started.

I have seen this sequence of events resulting in the error/client crash several times.

Ray



Attached Files
.zip   logs-20241106-2043.zip (Size: 500.13 KB / Downloads: 4)
Print this item

  unhandled exception causing service to crash
Posted by: jobby99 - 2024-11-06, 01:06 PM - Forum: Windows - Replies (4)

Any idea what might cause this error? I forgot to press logs button, but have the direct logs if needed. I have since completely uninstalled and reinstalled with copy of configuration and database.



Application: NextPVRServer.exe CoreCLR Version: 8.0.824.36612 .NET Version: 8.0.8 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException: Object reference not set to an instance of an object. at NShared.LocalRecorder.IsMultiRecordPossible(ScheduledRecording requiredRecording, List`1 overlappingRecordings) at NShared.Visible.CaptureSource.CanRecord(ScheduledRecording scheduledRecording) at NShared.RecordingService.WorkerThread()

Print this item

  Change Time Zone for EPG Information for Single Channel
Posted by: NatalieEGH1 - 2024-11-06, 11:25 AM - Forum: Windows - Replies (2)

Is it possible to change the time zone for a single channel?

I would like the information in the "TV Guide" for channel 51.3 (Retro TV) to be one hour later than what is currently displayed and for digital video recording.  Schedules Direct does not list the channel locally so I use one of my 3 lineups to use Chicago, IL over the air broadcast information.

I live in the Central Time Zone of the United States of America.  I volunteer a lot so am out of the house.  

Schedules Direct has information for the Retro TV channel via several locations and I have tried using the station location in Chicago IL, Denver Colorado, and Jacksonville, FL.  Always the time for the shows is 1 hour early.  I cannot record because the time of broadcast does not match time on the EPG.   I do not know why the information for this channel is off.  But even using EPG information from 3 different time zones it is  off by an hour. 

I suspect Schedules Direct is adjusting the time based on my actual time zone.

Print this item

  Scheduler & Updating
Posted by: mocarob - 2024-11-06, 09:56 AM - Forum: Windows - Replies (1)

A couple of separate questions to help me learn more about nextpvr..

Where i'm at in the usa we do not recognize the daylight savings time shift. Some programs in the guide have moved 1 hour later but my recurring scheduler still works. that's great..
For instance it's scheduled to record a program at 3am every weekday but it picks it up off the guide as 4am & records it just fine. How?
I'm using the default DVB/ATSC EPG.

I see Ver 7 is available to download. What happens to channel lineups & scheduled recordings if I download & install?
I didn't see an update FAQ anywhere..

Thanks.

Print this item

  No standby after update to Version 7
Posted by: Escape7 - 2024-11-06, 05:54 AM - Forum: Windows - Replies (163)

Since i updated to Version 7 my PC does not enter standby anymore after EPG update.

I worked perfectly with Version 6.

Logs attached.



Attached Files
.zip   logs-20241106-0651.zip (Size: 1.12 MB / Downloads: 9)
Print this item

  Kodi playback issues - Stupid Android TV?
Posted by: aTF6i - 2024-11-05, 10:57 PM - Forum: NextPVR Support - Replies (33)

Hi

I've recently I had to get a new tv

I have installed NextPVR via Dockerhub, I do however have some issues when playing back recordings

I have a recording - Great British BakeOff HD - And every time the video changes to a picture of their bake - The stream stalls and the audio continues for a little, or sometimes when moving to a commerical (Something changes in the video ?)  it can however have long stretches of no problem playback.

It's worth noting that Jellyfin seems to stall at the same bits

Does anyone have any ideas I could try?

Print this item

  Issues with new release.
Posted by: Bobins - 2024-11-05, 06:51 PM - Forum: Windows - Replies (11)

I wiped my new system and installed the latest release from scratch.

I scanned my satellite channels and selected those I wanted.
I did not select to update the EPG at that point as EPG source defaults to DVB/ATSC.

Went to the channel page and selected Auto Map. No option is available to select the Freesat EPG.
Used Auto Map to set all channels to EPG Source "None"

Went back to Auto Map however opting for Freesat EPG source is not present.

Manually sett all channels to Freesat EPG.

Went to About page and select Update EPG.
Results in immediate report of EPG Update complete [0 inserted, 0 updated, 0 skipped]

Error in logs

2024-11-05 18:47:31.750 [DEBUG][51] 4 channels configured to use Freesat
2024-11-05 18:47:31.828 [ERROR][51] Unexpected error updating EPG: System.NullReferenceException: Object reference not set to an instance of an object.
  at NShared.EPGSource.SourceFreesat.UpdateEPG(IEPGUpdateCallback callback)
  at NShared.EPGManager.UpdateEPG(IEPGUpdateCallback callback, Boolean manuallyInitiated)
  at NShared.EPGManager.WorkerThread(Object args)
2024-11-05 18:47:31.829 [INFO][51] Finished updating EPG

Logs attached

Ray



Attached Files
.zip   logs-20241105-1849.zip (Size: 18.56 KB / Downloads: 2)
Print this item

  Python Missing from 7.0.0.241105
Posted by: pkscout - 2024-11-05, 01:28 AM - Forum: Docker amd64 - Replies (8)

I updated to 7.0.0.241105 in Docker, and it seems Python (and pip) is no longer included.  Or at least I can't find it.  I didn't see anything about that in the release notes, and without Python my entire workflow is broken.  I guess I'll have to dig up the Docker stuff I did to add python to NextPVR and go back to maintaining my own image.

Print this item

Pages (6401): « Previous 1 … 54 55 56 57 58 … 6401 Next »
Jump to page 

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