mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- xmlutil: badass hack to read radio epg from xmltv.xml
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -542,6 +542,12 @@ t_channel_id getepgid(std::string epg_name)
|
||||
|
||||
CBouquetManager::ChannelIterator cit = g_bouquetManager->tvChannelsBegin();
|
||||
|
||||
// FIXME: Maybe there's a nicer solution
|
||||
for (int m = 0; m < 2; m++)
|
||||
{
|
||||
if (m == 1)
|
||||
cit = g_bouquetManager->radioChannelsBegin();
|
||||
|
||||
for (; !(cit.EndOfChannels()); cit++)
|
||||
{
|
||||
std::string tvg_id = (*cit)->getScriptName();
|
||||
@@ -559,6 +565,9 @@ t_channel_id getepgid(std::string epg_name)
|
||||
else
|
||||
continue;
|
||||
}
|
||||
|
||||
} // for m-loop
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user