v.0.8.9f
- gensaveprio-patch option add on svn-up (thx kpc)
for details : dvbapi remembering ecmpid
Code:
if (p->type!='s') {
char comment[83];
comment[0] = '\0';
uint32_t commentlen=0;
if (p->srvid) {
get_servicename(dvbapi_client, p->srvid, p->caid, comment);
if (strlen(comment) > 10 && !strcmp(comment + 10, "unknown"))
comment[0] = '\0';
}
if (p->provid && !comment[0]) {
get_provider(p->caid, p->provid, comment, commentlen);
if (strlen(comment) > 12 && !strcmp(comment + 12, "unknown"))
comment[0] = '\0';
}