Changeset 41348 for titan/titan


Ignore:
Timestamp:
12/03/17 19:49:12 (6 years ago)
Author:
obi
Message:

fix player

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/play.h

    r41345 r41348  
    17171717                                }
    17181718#else
     1719#ifdef EXTEPLAYER3
    17191720                                getsubtext();
     1721#endif
    17201722                                playinfobarcount++;
    17211723                                if(playinfobarstatus > 0)
     
    17521754                                }
    17531755
     1756#ifdef EXTEPLAYER3
    17541757                                if(rcret == getrcconfigint("rchelp", NULL))
    17551758                                        printf("getsubtext: %s\n", getsubtext());
    1756 
     1759#endif
    17571760
    17581761                                if(rcret == getrcconfigint("rcpip", NULL))
  • titan/titan/player.h

    r41347 r41348  
    36743674#endif
    36753675
     3676#ifdef EXTEPLAYER3
    36763677char* getsubtext()
    36773678{
     
    37033704
    37043705        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        }
    37063710
    37073711        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);
    37093714
    37103715        if(subtitlethread == NULL)
     
    37143719        return subtext;
    37153720}
    3716 
     3721#endif
     3722
     3723#endif
Note: See TracChangeset for help on using the changeset viewer.