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) v
« Previous 1 2 3 4 5 … 20 Next »
RFC Recordings Import Utility

 
  • 0 Vote(s) - 0 Average
RFC Recordings Import Utility
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#11
2020-04-28, 02:42 PM
Ray how do you expect to play those files in v5? I can certainly expand this logic since Kodi can play them, but I didn't want to impact the web app the logic is the same regardless of the extention. Certainly if sub allowed a status code for non ts files it might make it easier.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#12
2020-04-28, 07:49 PM
(2020-04-28, 02:42 PM)mvallevand Wrote: Ray how do you expect to play those files in v5?
Non .ts recordings should play fine in NextPVR.exe. There is a bug that stops them playing in the web app, but I've fixed that for the next build.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#13
2020-04-28, 07:56 PM
Great. Are there any hard coded rules like you had for the PCH on what file types could be played or can it be any type?

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#14
2020-04-28, 09:25 PM
It should play anything that ffmpeg can transcode. I've only confirmed mp4/mkv though.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#15
2020-04-29, 06:21 PM
Expanding this to the non ts file does open things to a world of file name parsing that I hadn't first considered and I want to no what I am looking.  I want the recording names to look clean in NextPVR

To help me could some Windows users run the attached program(it is the start for this utility but I have disabled most thing).  As it is now it scans all your drives for  mpg, ts, avi, mkv and mp4 file and creates a file in NPVR-data called 4martin.txt

It shouldn't show ts file that are in the v5 database.

To use, unzip the file into  Program File\NextPVR

run  NextImport

open 4martin.txt  in an editor edit out what you don't want to send me then zip or even better copy from the editor into pastebin.com and post the save pastebin URL here or as a PM

Thanks.

Martin


Attached Files
.zip   NextImport.zip (Size: 91.17 KB / Downloads: 7)
Bobins
Offline

Posting Freak

UK (North West)
Posts: 1,199
Threads: 133
Joined: Sep 2004
#16
2020-04-29, 09:59 PM (This post was last modified: 2020-04-29, 10:02 PM by Bobins.)
Hi Martin,
Downloaded, unzipped and placed in the Nextpvr directory.
When I run nextimport, a DOS window opens for a brief second and then closes. No 4martin.txt file is produced.
If I keep running the programme, I can just make out there's an unhandled exception before the window closes.
The windows error log tells me there's a problem with NUtility manifest definition not matching the assembly reference.
Suggestions?
Ray

Oh and 99% of my .mkv or .mp4 playback would be using the local NPVR client (not web browser) or occasionally Kodi.
NPVR Version= 7.0.1.241229
Intel i5 Ten Core 14400 + 16GB DDR5 in Gigabyte B760 AX Motherboard
Windows 11 Pro 64bit
TBS-6902 dual DVB-S tuner
TBS-6205 quad DVB-T tuner
500Gb System Disk (M2 Nvme SSD)
4Tb Media Store (2 x 2Tb M2 Nvme SSD Spanned)

Raspberry Pi3 B+, Pi4B (OSMC) & Pi5 (XBian) running Kodi v21.1
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#17
2020-04-29, 10:22 PM
Rather than clicking you might need to go to the command prompt and type

cd \Program Files\NextPVR
NextImport

Failing that I might need to compile for release not debug. Let me know and thanks for testing.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#18
2020-04-30, 07:39 AM (This post was last modified: 2020-04-30, 09:40 PM by jksmurf.)
(2020-04-29, 10:22 PM)mvallevand Wrote: Rather than clicking you might need to go to the command prompt and type

cd \Program Files\NextPVR
NextImport

Failing that I might need to compile for release not debug.  Let me know and thanks for testing.

Martin
That works.

The 4martin file was in C:\Users\Public\NPVR-data

k.
[file removed]
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
Bobins
Offline

Posting Freak

UK (North West)
Posts: 1,199
Threads: 133
Joined: Sep 2004
#19
2020-04-30, 09:10 AM
Martin.

Looking at JKSMURFS output file, there's no example you'd get from me that isn't included in his file.
Most of my imports are named in the format Show Title - SxxExx - Episode Title.mkv or Show Title - SxxExx.mkv.
If it's a film, it would just have Title.mkv
Directory wise, I don't separate show series into sub directories so one directory would hold all of Series 1 / 2 /3 etc. although I know other people do use sub directories.

Ray
NPVR Version= 7.0.1.241229
Intel i5 Ten Core 14400 + 16GB DDR5 in Gigabyte B760 AX Motherboard
Windows 11 Pro 64bit
TBS-6902 dual DVB-S tuner
TBS-6205 quad DVB-T tuner
500Gb System Disk (M2 Nvme SSD)
4Tb Media Store (2 x 2Tb M2 Nvme SSD Spanned)

Raspberry Pi3 B+, Pi4B (OSMC) & Pi5 (XBian) running Kodi v21.1
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#20
2020-04-30, 10:37 AM
Thanks @jksmurf that covers a good set of files.

What I am still hoping to find

- Movies with year
- resolution and audio information in the filename (so I can strip it)
- some crap after s/e that should also be stripped off group name
- filenames that start with S/E

Not that NFO and XML files will override the filenames but there still is junk.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextTool import Dale Dewing 13 3,032 2023-01-31, 02:54 PM
Last Post: mvallevand
  new format for NextTool import? spagio 7 2,170 2022-08-11, 01:17 PM
Last Post: mvallevand
  SageTV Import Utility mvallevand 97 39,408 2022-04-13, 04:42 PM
Last Post: sDiesel
  VideoConduit - Standalone App to Import Lost TV Recordings into NPVR 27InchSony 54 23,757 2021-12-29, 10:08 PM
Last Post: mvallevand
  M3U to STRM Utility - VOD on Kodi MadBeggar 0 4,364 2021-03-13, 12:24 AM
Last Post: MadBeggar
  NextPVR Recordings and MCEBuddy (Script) KV-Tools 6 7,873 2016-10-25, 11:50 PM
Last Post: snagglewest
  RecordingsEx: Art-based recordings display with some Plex tv & movie integration cncb 3 3,184 2015-12-07, 05:09 PM
Last Post: cncb
  imageGrabLite --import mvallevand 50 17,841 2015-09-08, 03:41 AM
Last Post: mvallevand
  TV Recordings: Panel: detected music playback, not setting panel text. m0bov 0 1,546 2015-06-27, 12:30 PM
Last Post: m0bov
  System Tray Utility to display recordings details cbgifford 0 2,040 2015-01-25, 06:24 AM
Last Post: cbgifford

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

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

Linear Mode
Threaded Mode