- Timestamp:
- 12/03/17 19:49:12 (5 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/play.h
r41345 r41348 1717 1717 } 1718 1718 #else 1719 #ifdef EXTEPLAYER3 1719 1720 getsubtext(); 1721 #endif 1720 1722 playinfobarcount++; 1721 1723 if(playinfobarstatus > 0) … … 1752 1754 } 1753 1755 1756 #ifdef EXTEPLAYER3 1754 1757 if(rcret == getrcconfigint("rchelp", NULL)) 1755 1758 printf("getsubtext: %s\n", getsubtext()); 1756 1759 #endif 1757 1760 1758 1761 if(rcret == getrcconfigint("rcpip", NULL)) -
titan/titan/player.h
r41347 r41348 3674 3674 #endif 3675 3675 3676 #ifdef EXTEPLAYER3 3676 3677 char* getsubtext() 3677 3678 { … … 3703 3704 3704 3705 if(trackid != NULL) 3705 printf("[TITAN/getsubtext] trackid %d\n", atoi(trackid)); 3706 { 3707 // printf("[TITAN/getsubtext] trackid %d\n", atoi(trackid)); 3708 debug(150, "subtext %d\n", atoi(trackid); 3709 } 3706 3710 3707 3711 subtext = oregex(".*;subtext=(.*).*", tmpstr); 3708 printf("[TITAN/getsubtext] subtext %s\n", subtext); 3712 // printf("[TITAN/getsubtext] subtext %s\n", subtext); 3713 debug(150, "subtext %s\n", subtext); 3709 3714 3710 3715 if(subtitlethread == NULL) … … 3714 3719 return subtext; 3715 3720 } 3716 3721 #endif 3722 3723 #endif
Note: See TracChangeset
for help on using the changeset viewer.