Changeset 15277 for titan/titan


Ignore:
Timestamp:
04/15/12 21:39:05 (12 years ago)
Author:
nit
Message:

[titan] add imdb to epg (rctext)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/epg.h

    r14863 r15277  
    344344                        }
    345345                }
     346                if(rcret == getrcconfigint("rctext", NULL))
     347                {
     348                        pluginnode = getplugin("Imdb");
     349               
     350                        if(pluginnode != NULL)
     351                        {
     352                                startplugin = dlsym(pluginnode->pluginhandle, "screenimdb");
     353                                if(startplugin != NULL && epgnode != NULL)
     354                                {
     355                                        clearscreen(screenepg);
     356                                        startplugin(epgnode->title);
     357                                        drawscreen(screenepg, 0);
     358                                }
     359                        }
     360                }
    346361        }       
    347362
Note: See TracChangeset for help on using the changeset viewer.