Commit Graph

47 Commits

Author SHA1 Message Date
b00e8a4305 Fix bug that assumes language is english 2019-01-23 02:10:01 +01:00
a7a0976c30 Fix bug when episodes have 'table' in their name 2019-01-23 00:47:08 +01:00
ad0f081a3c Support utf-8 in show's name 2019-01-21 20:30:14 +01:00
81bf7e3588 Break up into more files 2019-01-19 13:40:10 +01:00
c8067ddaf1 Delete unused function, add a few comments 2019-01-17 17:33:13 +01:00
6b6e38ab5a Actually call the right function 2019-01-17 17:26:19 +01:00
769f8508a4 Fewer filesystem operations when using multipleSeasons 2019-01-17 17:23:15 +01:00
46abfe3dd9 Fewer filesystem operations when using 'all' 2019-01-17 17:08:51 +01:00
309b07d353 Removed global variable 2019-01-17 01:24:04 +01:00
e976ffddc1 Fix segmentation fault when '.' or '..' is first entry in readdir 2019-01-15 23:52:15 +01:00
55efe036dd Fixed command line options 2019-01-09 22:19:47 +01:00
1aa3f6b05f Reflect changes in arguments in README 2019-01-07 23:34:46 +01:00
a9e0ae9c64 Change order in which help prints arguments 2019-01-07 23:34:22 +01:00
7797c8fd32 Remove test files 2019-01-07 23:32:18 +01:00
3bfa1e586e No more regex, yay! 2019-01-07 23:24:28 +01:00
c2fd4cd106 Use new functions, slight clean up 2019-01-07 22:24:00 +01:00
ddcb8e3215 Use own functions to find seasons instead of regex 2019-01-07 22:23:15 +01:00
46528b1f29 Add consts 2019-01-07 22:21:02 +01:00
a50ae5d93f Don't create debug version 2019-01-07 22:20:17 +01:00
9af53e272e Fix possible memory leak, split FSLib::Directory into cpp and hpp parts 2019-01-06 20:40:16 +01:00
715153f13f Use return value from parseCommandLine 2019-01-04 20:22:54 +01:00
1bbddc5de9 Spaces instead of tabs 2019-01-04 20:19:08 +01:00
c014a059b6 Use getopt_long for command line parsing, fix seasons parsing (when only a-zA-Z were present it behaved unpredictably), spaces instead of tabs 2019-01-04 20:18:18 +01:00
e45615b6c0 Only show renamed files 2019-01-03 20:19:51 +01:00
c58dfab990 Make string short, so regex won't segfault with libstdc++, replace simple regex with c++ functions 2019-01-03 20:16:28 +01:00
49a490061e C++11 2019-01-03 19:01:43 +01:00
e5c02be1e0 libc++ now officially supports filesystem now 2019-01-03 16:35:17 +01:00
a11d030b66 Guess I should set a license 2018-10-08 20:51:52 +00:00
8009c3fcb6 Actually print show's name 2018-10-02 00:01:30 +02:00
1afc0fe1f3 Use global curl object instead of creating one with every request 2018-09-26 12:45:37 +02:00
1641a5ed36 Added README 2018-09-24 23:24:46 +02:00
cdf5120234 Fixed random regex mishaps 2018-09-23 12:04:34 +02:00
725bc4d8a5 update before install 2018-09-23 09:21:51 +00:00
ec4d8bc7d3 dependencies 2018-09-23 09:18:36 +00:00
77d3c66ec9 maybe I need to leave the artifact to call it 2018-09-23 09:03:30 +00:00
b6141fd238 Use std functions 2018-09-23 10:59:30 +02:00
3e36697b06 Add test 2018-09-23 10:59:08 +02:00
1ef61fce64 Add test for build 2018-09-23 10:53:58 +02:00
f85aa378bd missing dependency 2018-09-22 23:41:28 +00:00
6d1efa66a7 Forgot curl 2018-09-22 23:37:42 +00:00
6dc9499151 libc is not needed 2018-09-22 23:33:20 +00:00
8cae22f41d Install libc++ 2018-09-22 23:31:16 +00:00
856b0bb18b start ubuntu and install clang 2018-09-22 23:25:14 +00:00
1b4cd1b0d2 Use clang 2018-09-22 23:21:46 +00:00
06bef53df7 Use CXX variable in Makefile 2018-09-22 23:11:18 +00:00
48654861d7 Add .gitlab-ci.yml 2018-09-22 23:08:49 +00:00
eafb180b89 Initial commit 2018-09-23 00:50:42 +02:00