Ignore:
Timestamp:
02/11/13 04:40:23 (11 years ago)
Author:
obi
Message:

[titan] tithek add solarmovie first step

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r20005 r20021  
    3535//flag 26       - kinox xvidstage
    3636//flag 27       - kinox nowvideo
     37//flag 28       - solarmovie hoster
    3738//flag 50       - beeg
    3839//flag 66   - coming soon dummy
     
    14821483                                                addscreenrc(grid, listbox);
    14831484                                        }
    1484                                 }                       
     1485                                }
     1486                                else if((((struct tithek*)listbox->select->handle)->flag == 28))
     1487                                {
     1488                                        if(solarmovie_hoster(grid, listbox, countlabel, load, ((struct tithek*)listbox->select->handle)->link, ((struct tithek*)listbox->select->handle)->title) == 0)
     1489                                        {
     1490                                                oaktpage = listbox->aktpage;
     1491                                                oaktline = listbox->aktline;
     1492                                                ogridcol = listbox->gridcol;
     1493                                                char* tmpstr = ostrcat(((struct tithek*)listbox->select->handle)->link, NULL, 0, 0);
     1494                                                char* tmpstr1 = ostrcat(((struct tithek*)listbox->select->handle)->menutitle, " - ", 0, 0);
     1495                                                char* tmpstr2 = ostrcat(tmpstr1, ((struct tithek*)listbox->select->handle)->title, 1, 0);
     1496                                                screentithekplay(tmpstr, tmpstr2, 0);
     1497                                                free(tmpstr); tmpstr = NULL;
     1498                                                free(tmpstr2); tmpstr2 = NULL;
     1499//                                      if(createtithekplay(titheklink, grid, listbox, countlabel) != 0) break;
     1500                                                int pagecount = createtithekplay(titheklink, grid, listbox, countlabel);
     1501                                                if(pagecount == 0 || tithekexit == 1) break;
     1502
     1503                                                listbox->aktpage = oaktpage;
     1504                                                listbox->aktline = oaktline;
     1505                                                listbox->gridcol = ogridcol;
     1506                                                addscreenrc(grid, listbox);
     1507                                        }
     1508                                }
    14851509                                else if((((struct tithek*)listbox->select->handle)->flag == 23))
    14861510                                {
Note: See TracChangeset for help on using the changeset viewer.