Changeset 39018
- Timestamp:
- 09/25/16 14:11:42 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r39017 r39018 1520 1520 free(tmpstr2); tmpstr2 = NULL; 1521 1521 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 1522 1532 filename = ostrcat(filename, ((struct tithek*)listbox->select->handle)->title, 1, 0); 1523 1533 filename = ostrcat(filename, ".mp4", 1, 0); 1524 filename = string_replace_all("(Flash - Shell script) - ", "", filename, 1);1525 1534 filename = string_replace_all(" ", ".", filename, 1); 1526 1535 filename = string_replace_all("-", "_", filename, 1);
Note: See TracChangeset
for help on using the changeset viewer.