Changeset 38269


Ignore:
Timestamp:
08/21/16 21:40:30 (7 years ago)
Author:
obi
Message:

tithek shrink titel

File:
1 edited

Legend:

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

    r38233 r38269  
    14571457        {
    14581458                char* filename = ostrcat(title, "_", 0, 0);
     1459               
     1460                char* tmpstr2 = ostrcat(title, "_", 0, 0);
     1461               
     1462                filename = string_replace_all(_("Tithek - Mainmenu - Favoriten"), "", filename, 1);
     1463                filename = string_replace_all(_("Tithek - Mainmenu"), "", filename, 1);
     1464                filename = string_replace_all(_("Category"), "", filename, 1);
     1465                filename = string_replace_all(_("Search"), "", filename, 1);
     1466
     1467                filename = string_replace_all("- KinoX -", "", filename, 1);
     1468                filename = string_replace_all("- Movie4k -", "", filename, 1);
     1469                filename = string_replace_all("- Movie2k -", "", filename, 1);
     1470                filename = string_replace_all("- Netzkino -", "", filename, 1);
     1471                filename = string_replace_all("- TheSolarMovie -", "", filename, 1);
     1472                filename = string_replace_all("- Beeg -", "", filename, 1);
     1473                filename = string_replace_all("- Burning Series -", "", filename, 1);
     1474                filename = string_replace_all("- KKiste -", "", filename, 1);
     1475                filename = string_replace_all("- FilmOn -", "", filename, 1);
     1476                filename = string_replace_all("- MyVideo -", "", filename, 1);
     1477                filename = string_replace_all("- ARD -", "", filename, 1);
     1478                filename = string_replace_all("- ZDF -", "", filename, 1);
     1479                filename = string_replace_all("- Internet TV -", "", filename, 1);
     1480                filename = string_replace_all("- Internet Radio -", "", filename, 1);
     1481
    14591482                filename = ostrcat(filename, ((struct tithek*)listbox->select->handle)->title, 1, 0);
    14601483                filename = ostrcat(filename, ".mp4", 1, 0);
     
    14621485                filename = string_replace_all("-", "_", filename, 1);
    14631486                filename = string_replace_all("._.", "_", filename, 1);
     1487                filename = string_replace_all(".._", "", filename, 1);
    14641488                debug(99, "filename: %s", filename);
    14651489                       
Note: See TracChangeset for help on using the changeset viewer.