Opened 18 years ago

Closed 18 years ago

#2080 closed enhancement (fixed)

FreeboxChannelFetcher improvement (xmltvid support)

Reported by: mythtv@… Owned by: danielk
Priority: minor Milestone: 0.21
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The attached patch does the following :

  • makes the m3u's parser more robust (it now allows many comments between two urls, not only the mandatory EXTINF one)
  • extracts an optional xmltvid from comments formated like this : "#EXTMYTHTV:xmltvid=XXX"
  • configures automaticaly the xmltvids (if any) when adding new channels (it is not supported when updating channels)
  • fixes two gcc's warnings in rtspcomms.cpp

Attachments (1)

freebox-xmltvid.diff (8.9 KB) - added by mythtv@… 18 years ago.
The patch

Download all attachments as: .zip

Change History (4)

Changed 18 years ago by mythtv@…

Attachment: freebox-xmltvid.diff added

The patch

comment:1 Changed 18 years ago by danielk

Milestone: 0.21
Type: patchenhancement

comment:2 Changed 18 years ago by danielk

(In [10716]) Refs #2080. Fixes two gcc 4.1 compiler warnings.

comment:3 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [10717]) Fixes #2080. Makes M3U channel fetcher robust against optional comments, and allows XMLTVID to be parsed out of the file.

Note: See TracTickets for help on using tickets.