2023-11-09, 12:39 AM
I am trying to schedule a manual recording for a show in Kodi. Is there a way using the API to keep it manual if I provide a name? In this case my 2hr recording is being truncated to one hour.
Martin
Code:
2023-11-08 18:37:37.972 [DEBUG][221] Got request [127.0.0.1]: /service (recording.save)
2023-11-08 18:37:37.972 [DEBUG][221] method=recording.save
2023-11-08 18:37:37.973 [DEBUG][221] parameters:
2023-11-08 18:37:37.973 [DEBUG][221] method: recording.save
2023-11-08 18:37:37.973 [DEBUG][221] name: CBC Ottawa News
2023-11-08 18:37:37.973 [DEBUG][221] recording_id: 0
2023-11-08 18:37:37.973 [DEBUG][221] channel: 7388
2023-11-08 18:37:37.973 [DEBUG][221] time_t: 1699484340
2023-11-08 18:37:37.973 [DEBUG][221] duration: 7260
2023-11-08 18:37:37.973 [DEBUG][221] pre_padding: 0
2023-11-08 18:37:37.973 [DEBUG][221] post_padding: 0
2023-11-08 18:37:37.973 [DEBUG][221] directory_id: Default
2023-11-08 18:37:37.973 [DEBUG][221] sid: 2da1af8edcdb4e2cb84aa381e888bf22
2023-11-08 18:37:37.974 [DEBUG][221] client_ip: 127.0.0.1
2023-11-08 18:37:37.974 [DEBUG][221] user_agent: Kodi/21.0-BETA1 (Windows NT 10.0.22631.2506; W2023-11-08 18:37:37.974 [DEBUG][221] host_callback: ...
2023-11-08 18:37:37.974 [DEBUG][221] Schedule Recording from EPGEvent...
2023-11-08 18:37:37.975 [DEBUG][221] about to record:
<Event>
<OID>2301140</OID>
<Title>CBC Ottawa News</Title>
<SubTitle></SubTitle>
<Description>Coverage of the top local news.</Description>
<ChannelOID>7388</ChannelOID>
<StartTime>2023-11-08T22:59:00.0000000Z</StartTime>
<EndTime>2023-11-09T00:00:00.0000000Z</EndTime>
<FirstRun>true</FirstRun>
<OriginalAirDate>2015-10-05T04:00:00.0000000</OriginalAirDate>
<Quality>HDTV</Quality>
<Genres>
<Genre>News</Genre>
</Genres>
<MD5>MVnlNLHZB7UuWmhEFLvjpQ</MD5>
<UniqueID>SH022793520000</UniqueID>
</Event>
Martin