Cypheros Transportstream Forum

English-speaking Support => TS-Doctor 3.x => Thema gestartet von: doctorbunhead am April 11, 2022, 14:19:34

Titel: NextPVR support for v5.2.7
Beitrag von: doctorbunhead am April 11, 2022, 14:19:34
Hi. I've upgraded my old NextPVR install to the latest version and they have stopped using alternate data streams to hold program info with the ts file. It is now held in an XML file with the same name in the same folder as the recording. Would you be able to add support for these please? Would you also be able to replace the HTML style ' and others with normal characters?

Here are some examples.

This is a normal TV programme

<?xml version="1.0" encoding="UTF-8"?>
<recording>
  <filename>D:\Recordings\Gentleman Jack\Gentleman Jack_20220410_21002200.ts</filename>
  <channel>BBC One HD</channel>
  <status>READY</status>
  <startTime>2022-04-10 20:54:16</startTime>
  <endTime>2022-04-10 22:10:00</endTime>
  <size>0</size>
  <channel_OID>8764</channel_OID>
  <title>Gentleman Jack</title>
  <subtitle></subtitle>
  <description>1/8. Anne Lister&apos;s revelation that her new wife Ann Walker is moving in with her in Shibden shocks Ann&apos;s relatives and leaves Anne&apos;s former lover Mariana devastated. [S,AD] [HD. </description>
  <uid></uid>
  <firstrun>true</firstrun>
</recording>

And here is a movie

<?xml version="1.0" encoding="UTF-8"?>
<recording>
  <filename>D:\Recordings\About Time\About Time_20220410_15501710.ts</filename>
  <channel>Channel 5</channel>
  <status>READY</status>
  <startTime>2022-04-10 17:05:37</startTime>
  <endTime>2022-04-10 17:08:49</endTime>
  <size>46787184</size>
  <channel_OID>8884</channel_OID>
  <title>About Time</title>
  <subtitle>Episode: E2013 </subtitle>
  <description>Romantic drama starring Domhnall Gleeson and Rachel McAdams. When Tim&apos;s father tells him that he is able to travel through time, he decides to use it to get a girlfriend. (2013). (E2013)</description>
  <uid></uid>
  <firstrun>true</firstrun>
</recording>


Titel: Antw:NextPVR support for v5.2.7
Beitrag von: Cypheros am April 11, 2022, 16:30:50
How is the naming of the xml files?

Just another file extension like this?

Gentleman Jack_20220410_21002200.ts
Gentleman Jack_20220410_21002200.xml

About Time_20220410_15501710.ts
About Time_20220410_15501710.xml
Titel: Antw:NextPVR support for v5.2.7
Beitrag von: Mam am April 12, 2022, 07:01:20
ooh! finally there is a new season of "Gentleman Jack" ???  ;D  ;D  ;D  ;D

Too bad I've missed the start...  :o
Titel: Antw:NextPVR support for v5.2.7
Beitrag von: doctorbunhead am April 12, 2022, 16:42:53
Zitat von: Cypheros am April 11, 2022, 16:30:50How is the naming of the xml files?

Just another file extension like this?

Gentleman Jack_20220410_21002200.ts
Gentleman Jack_20220410_21002200.xml

About Time_20220410_15501710.ts
About Time_20220410_15501710.xml

Yes that's right.
Titel: Antw:NextPVR support for v5.2.7
Beitrag von: Cypheros am April 12, 2022, 22:14:13
Next TS-Doctor version supports the reading of NextPVR xml files.

NextPVR.JPG
Titel: Antw:NextPVR support for v5.2.7
Beitrag von: doctorbunhead am April 13, 2022, 09:39:33
Zitat von: Cypheros am April 12, 2022, 22:14:13Next TS-Doctor version supports the reading of NextPVR xml files.

NextPVR.JPG
Awesome. Thank you very much  :)
Titel: Antw:NextPVR support for v5.2.7
Beitrag von: doctorbunhead am April 24, 2022, 08:38:02
All working really well. Thanks for your help and effort.