Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Formally correct output patch for scan



Reinhard Nissl wrote:
> 
> Hi,
> 
> Lauri Tischler wrote:
> 
> > @Klaus: Any particular changes for upcoming mythical beast
> > to be considered for channels.conf format.
> 
> When the name of a channel contains a ':', replace it with a '|', to not break
> the file format (':' is the column separator).
> 
> @Klaus: Do you substitute '|' back to ':' again? The channel OSD still shows
> me a '|'. Maybe, it depends on NID, TID usage, because scan supplied them in
> my case.

Looks like the strreplace(name, '|', ':') call in cChannel::Parse() is too
far down. For a quick fix just copy that line before the 'return ok;'
a few lines above.

Klaus


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index