Changeset 24002
- Timestamp:
- 09/30/13 04:33:06 (10 years ago)
- Location:
- titan/plugins/tithek
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/ard.h
r23997 r24002 21 21 writesys("/tmp/ard1_tmpstr", tmpstr, 0); 22 22 23 writesys("/var/usr/local/share/titan/plugins/tithek/ard1_tmpstr", tmpstr, 0);23 // writesys("/var/usr/local/share/titan/plugins/tithek/ard1_tmpstr", tmpstr, 0); 24 24 25 25 -
titan/plugins/tithek/tithek.c
r23995 r24002 22 22 #include "xvideos.h" 23 23 #include "ard.h" 24 #include "zdf.h" 24 25 25 26 char pluginname[] = "TiTan Mediathek"; -
titan/plugins/tithek/tithek.h
r23995 r24002 60 60 //flag 44 - myvideo Single charts 61 61 //flag 45 - ard 62 //flag 46 - ard 62 63 63 64 //flag 50 - beeg … … 1096 1097 void submenu(struct skin* listbox, struct skin* load, char* title) 1097 1098 { 1098 printf("sub 11\n");1099 1099 int flag = 0; 1100 1100 if(status.security == 1 || checkbox("WHITEBOX") == 1) 1101 1101 { 1102 printf("sub 22\n");1103 1104 1102 drawscreen(load, 0, 0); 1105 1103 char* tmpstr = ostrcat(((struct tithek*)listbox->select->handle)->link, NULL, 0, 0); … … 1197 1195 { 1198 1196 if(tmpstr != NULL) tmpstr1 = ard(tmpstr); 1197 } 1198 else if(((struct tithek*)listbox->select->handle)->flag == 46) 1199 { 1200 if(tmpstr != NULL) tmpstr1 = zdf(tmpstr); 1199 1201 } 1200 1202 else if(((struct tithek*)listbox->select->handle)->flag == 50) … … 1709 1711 clearscreen(grid); 1710 1712 1711 if((((struct tithek*)listbox->select->handle)->flag == 2) || (((struct tithek*)listbox->select->handle)->flag == 4) || (((struct tithek*)listbox->select->handle)->flag == 5) || (((struct tithek*)listbox->select->handle)->flag == 6) || (((struct tithek*)listbox->select->handle)->flag == 7) || (((struct tithek*)listbox->select->handle)->flag == 8) || (((struct tithek*)listbox->select->handle)->flag == 12) || (((struct tithek*)listbox->select->handle)->flag == 14) || (((struct tithek*)listbox->select->handle)->flag == 15) || (((struct tithek*)listbox->select->handle)->flag == 16) || (((struct tithek*)listbox->select->handle)->flag == 17) || (((struct tithek*)listbox->select->handle)->flag == 18) || (((struct tithek*)listbox->select->handle)->flag == 19) || (((struct tithek*)listbox->select->handle)->flag == 20) || (((struct tithek*)listbox->select->handle)->flag == 24) || (((struct tithek*)listbox->select->handle)->flag == 25) || (((struct tithek*)listbox->select->handle)->flag == 26) || (((struct tithek*)listbox->select->handle)->flag == 27) || (((struct tithek*)listbox->select->handle)->flag == 38) || (((struct tithek*)listbox->select->handle)->flag == 42) || (((struct tithek*)listbox->select->handle)->flag == 45) || (((struct tithek*)listbox->select->handle)->flag == 50) || (((struct tithek*)listbox->select->handle)->flag == 41) || (((struct tithek*)listbox->select->handle)->flag == 43))1713 if((((struct tithek*)listbox->select->handle)->flag == 2) || (((struct tithek*)listbox->select->handle)->flag == 4) || (((struct tithek*)listbox->select->handle)->flag == 5) || (((struct tithek*)listbox->select->handle)->flag == 6) || (((struct tithek*)listbox->select->handle)->flag == 7) || (((struct tithek*)listbox->select->handle)->flag == 8) || (((struct tithek*)listbox->select->handle)->flag == 12) || (((struct tithek*)listbox->select->handle)->flag == 14) || (((struct tithek*)listbox->select->handle)->flag == 15) || (((struct tithek*)listbox->select->handle)->flag == 16) || (((struct tithek*)listbox->select->handle)->flag == 17) || (((struct tithek*)listbox->select->handle)->flag == 18) || (((struct tithek*)listbox->select->handle)->flag == 19) || (((struct tithek*)listbox->select->handle)->flag == 20) || (((struct tithek*)listbox->select->handle)->flag == 24) || (((struct tithek*)listbox->select->handle)->flag == 25) || (((struct tithek*)listbox->select->handle)->flag == 26) || (((struct tithek*)listbox->select->handle)->flag == 27) || (((struct tithek*)listbox->select->handle)->flag == 38) || (((struct tithek*)listbox->select->handle)->flag == 42) || (((struct tithek*)listbox->select->handle)->flag == 45) || (((struct tithek*)listbox->select->handle)->flag == 46) || (((struct tithek*)listbox->select->handle)->flag == 50) || (((struct tithek*)listbox->select->handle)->flag == 41) || (((struct tithek*)listbox->select->handle)->flag == 43)) 1712 1714 { 1713 1715 submenu(listbox, load, title); -
titan/plugins/tithek/tithek_header.h
r23995 r24002 35 35 char* solarmovie(char* link); 36 36 char* ard(char* link); 37 char* zdf(char* link); 37 38 38 39 #endif
Note: See TracChangeset
for help on using the changeset viewer.