mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
webtv: move loading to bouquets.cpp,
add optional webtvs name= as 'provider' name, and webtv genre= attibutes, resulting 'provider' created as [name ][genre] with name as WebTV if name absent
This commit is contained in:
@@ -1515,12 +1515,14 @@ void CNeutrinoApp::channelsInit(bool bOnly)
|
||||
AllFavBouquetList->addBouquet(b);
|
||||
}
|
||||
}
|
||||
#if 0
|
||||
if (!webtvList.empty()) {
|
||||
/* provider */
|
||||
CBouquet* webtvBouquet = new CBouquet(0, g_Locale->getText(LOCALE_BOUQUETNAME_WEBTV), false, true);
|
||||
webtvBouquet->channelList->SetChannelList(&webtvList);
|
||||
TVbouquetList->Bouquets.push_back(webtvBouquet);
|
||||
}
|
||||
#endif
|
||||
printf("[neutrino] got %d TV and %d RADIO bouquets\n", tvi, ri); fflush(stdout);
|
||||
TIMER_STOP("[neutrino] took");
|
||||
|
||||
|
Reference in New Issue
Block a user