2021-12-15, 11:27 PM
That's the full list, yeah
2021-12-15, 11:27 PM
That's the full list, yeah
2021-12-16, 12:19 AM
OK, thanks I can always modify it for other lists.
Martin
2021-12-16, 12:54 AM
(This post was last modified: 2021-12-16, 01:15 AM by mvallevand.)
The file says there total of 508 recording but I only see 1/10th of that. Can you see if either of these create bigger files
curl http://user:password@tvh:9981/api/dvr/entry/grid_finished?limit=0 -o filename curl http://user:password@tvh:9981/api/dvr/entry/grid_finished?limit=1 -o filename curl http://user:password@tvh:9981/api/dvr/entry/grid_finished?limit=10000 -o filename Martin
2021-12-16, 01:35 AM
Last one worked.
Seemed to stick it all on a single line, though
2021-12-16, 01:54 AM
That's JSON that's ok on one line. They are all there and I do seem some S/E infomation on Taskmaster. I will also clean up some that start with "New: " and some that have the subtitle in the title (I took it out of the description already)
You run in Docker right? I saw you posting in the linux sub group. Martin
2021-12-16, 02:22 AM
That's right, I run it in docker
I thought you'd have some automated script to convert them over? I hope it's not a load of manual work?
2021-12-16, 02:28 AM
This reuses a lot of code so it is trivial really. I do a little extra just for fun to make it look better. There is a website json2csharp that does the hard part.
Martin
2021-12-16, 02:54 AM
I've been doing some tidying up myself, I've put some of it off as TVHeadend wasn't helping me
I had a few reasons I moved away from TVHeadEnd...
Now I'm making some progress, I've started encoding some of my keeps over to h264. I usually do this and then move them over to Jellyfin. A nice little bonus is NextPVR appears to name them in the scheme that I would usually need to go searching
2021-12-16, 03:30 PM
(This post was last modified: 2021-12-16, 05:58 PM by mvallevand.)
Here to you go install instruction here https://forums.nextpvr.com/showthread.ph...#pid564371
Syntax for this on docker from bash. Better to unzip the files before going into bash since unzip would need to be installed cd /app dotnet NextTool.dll --tvheadend filename filename can be created anywhere but the recording names from TVHeadend need to be as seen by the NextPVR file system. To recap the syntax to get the TVHeadend recording JSON file is curl http://user:password@tvh:9981/api/dvr/entry/grid_finished?limit=10000 -o filename There should be a log of what is happening in NextTool.log in the NextPVR log folder (and in the zip) and you can remove it if all is good. Martin
2021-12-16, 11:47 PM
Worked a treat. Many thanks for your hard effort; it's very much appreciated
For anyone else using this tool to import tvheadend; do as follows
Done |
|