Changeset 39018


Ignore:
Timestamp:
09/25/16 14:11:42 (7 years ago)
Author:
Stephan
Message:

tithek shorter filenames last

File:
1 edited

Legend:

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

    r39017 r39018  
    15201520                free(tmpstr2); tmpstr2 = NULL;
    15211521
     1522                filename = string_replace_all("(Flash - Shell script) - ", "", filename, 1);
     1523                filename = string_replace_all("Genres - ", "", filename, 1);
     1524                filename = string_replace_all("All Series - ", "", filename, 1);
     1525                filename = string_replace_all("Channels - ", "", filename, 1);
     1526                filename = string_replace_all("Kinofilme - ", "", filename, 1);
     1527                filename = string_replace_all("Neue Filme - ", "", filename, 1);
     1528                filename = string_replace_all("Movies (Year) - ", "", filename, 1);
     1529                filename = string_replace_all("Movies (Genre) - ", "", filename, 1);
     1530                filename = string_replace_all("Series - ", "", filename, 1);
     1531
    15221532                filename = ostrcat(filename, ((struct tithek*)listbox->select->handle)->title, 1, 0);
    15231533                filename = ostrcat(filename, ".mp4", 1, 0);
    1524                 filename = string_replace_all("(Flash - Shell script) - ", "", filename, 1);
    15251534                filename = string_replace_all(" ", ".", filename, 1);
    15261535                filename = string_replace_all("-", "_", filename, 1);
Note: See TracChangeset for help on using the changeset viewer.