Project

General

Profile

Bug #4811

HTSP: please pass season and episode for dvr entries to clients

Added by Dietmar Konermann almost 7 years ago. Updated almost 7 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
Category:
PVR / DVR
Target version:
-
Start date:
2017-12-22
Due date:
% Done:

100%

Estimated time:
Found in version:
4.3
Affected Versions:

Description

2nd trial on request "HTSP: please pass season and episode to clients" ;-)

According to Kosoo from Team Kodi:
https://forum.kodi.tv/showthread.php?tid=299658&pid=2681883#pid2681883

Sure. You requested to extend epg data. That's wrong, because, as the tvh guy wrote this is already implemented. As I wrote, dvr entries must be extended.

Cheers,
Dietmar.

History

#1

Updated by Dietmar Konermann almost 7 years ago

OK, some more details. For events we have...
https://github.com/tvheadend/tvheadend/blob/d7d83b66b7ad294b8f6cfdc20c52b06d5f072992/src/htsp_server.c#L1254

seasonNumber u32 optional Season number (Added in version 6).
seasonCount u32 optional Show season count (Added in version 6).
episodeNumber u32 optional Episode number (Added in version 6).
episodeCount u32 optional Season episode count (Added in version 6).
partNumber u32 optional Multi-part episode part number (Added in version 6).
partCount u32 optional Multi-part episode part count (Added in version 6).

for dvr entries...
https://github.com/tvheadend/tvheadend/blob/d7d83b66b7ad294b8f6cfdc20c52b06d5f072992/src/htsp_server.c#L992

Only a string named "eopside"? Maybe this should be enhanced to store an deliver all data for DVR?

Cheers
Dietmar.

#2

Updated by Jaroslav Kysela almost 7 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset commit:tvheadend|37db5d96579ecd5b6fff2cd4754ab97f1e457330.

Also available in: Atom PDF