Commit Graph

180 Commits

Author SHA1 Message Date
e50c3317a2 Merge branch 'sqlite' of gitlab.com:zvon/tv_rename_cpp into sqlite 2020-01-15 10:04:30 +01:00
81cfc9a53b Somewhat working with API (push before major refactor) 2020-01-15 10:00:25 +01:00
8310b4ef74 Make sure FSLib::Directory variables are initialized 2019-09-26 21:58:41 +02:00
f1063bb14e GUI for sqlite 2019-07-12 23:10:40 +02:00
1ced65f632 Add last_insert_rowid to sqlitepp and use it 2019-07-07 16:02:01 +02:00
1d00c5374e Ignore dotfiles 2019-07-02 16:27:48 +02:00
1da7287376 Fix windows compilation 2019-06-07 13:12:59 +02:00
d1e82d4a94 Initial support of database 2019-06-04 21:54:00 +02:00
d36d7a385d Formatting 2019-06-01 21:54:45 +02:00
d2ae8ab94c Path doesn't require '-p' to be specified, possible to specify file instead of directory 2019-06-01 21:37:58 +02:00
6714d3f437 Don't replace space with + in url, let encodeUrl take care of spaces 2019-05-29 23:16:18 +02:00
49149bf86f Fix README.md for gitlab 2019-05-18 13:22:31 +00:00
717a186c17 Fix typos in README and add installation guide 2019-05-18 15:15:11 +02:00
425941b50e Fix desktop file, add uninstall to Makefile 2019-05-18 15:05:06 +02:00
95d2c85dfe Removed redefinition of FSLib::Directory::path() for windows 2019-05-18 14:10:40 +02:00
34216f1112 Add desktop file for linux 2019-05-18 13:45:46 +02:00
97b9d3fe27 New icon 2019-05-18 13:45:36 +02:00
c02a14b1b7 Split filesystem library into 2 files based on operating system 2019-04-01 20:18:47 +02:00
b3db96d485 Fix default show name 2019-02-08 13:29:50 +01:00
3ee1937af5 Fix for season 0 2019-02-07 19:36:36 +01:00
3ff6557f83 Comments, don't try to read pattern when creating appdata folder 2019-02-05 01:52:43 +01:00
55a8f32f49 Add Windows support 2019-02-04 17:39:48 +01:00
1b20d90c0b Replace '/', at the end check for double spaces 2019-02-02 22:27:18 +01:00
bcd79546f5 Refactor code, only allocate new std::set<std::string> in singleSeason when needed 2019-01-29 17:50:19 +01:00
3d4c355342 Use thetvdb name of show in '%show' 2019-01-26 00:50:26 +01:00
4c8922b619 Fix replacing windows-illegal characters (I have no idea how it worked till now) 2019-01-24 16:37:25 +01:00
72706a5c0e Fix bug where the program relied on episodes sorted by the episode number 2019-01-23 22:57:52 +01:00
85d459a3f0 Add 'install' and 'install_gui' targets 2019-01-23 22:45:38 +01:00
c8e93aa3cc Add option to compile with GUI 2019-01-23 20:46:03 +01:00
0762a7d21d Fix default pattern 2019-01-23 19:54:42 +01:00
41fd924cf1 Updated README and help 2019-01-23 18:24:33 +01:00
86367c82c2 Removed useless variable 2019-01-23 18:18:07 +01:00
c5328f4057 Option to specify filename pattern 2019-01-23 14:08:40 +01:00
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