Updated README.md

This commit is contained in:
zvon 2020-04-16 13:33:21 +02:00
parent dd6ead1268
commit 0bc8c1d89a

View File

@ -28,19 +28,19 @@ Arguments:
`--name-pattern` - Pattern by which the files should be renamed `--name-pattern` - Pattern by which the files should be renamed
- %filename - original filename - %filename - original filename
- %show - show name from thetvdb - %show - show name from thetvdb
- %epname - episode name from thetvdb - %epname - episode name from thetvdb
- %season - season number, possible to specify leading 0 like this: %2season (number means how many leading zeros) - %season - season number, possible to specify leading 0 like this: %2season (number means how many leading zeros)
- %episode - episode number, possible to specify leading 0 like this: %3season (number means how many leading zeros) - %episode - episode number, possible to specify leading 0 like this: %3season (number means how many leading zeros)
## Installation ## Installation
For installation of command line version you'll need: For installation of command line version you'll need:
- *libcurl-dev* (or your distro's equivalent) - *libcurl-dev* (or your distro's equivalent)
- some sort of C++ compiler (*clang++* for example) - some sort of C++ compiler (*clang++* for example)
- *make* - *make*
When you have all prerequisites installed you need to do this sequence of commands: When you have all prerequisites installed you need to do this sequence of commands:
@ -52,10 +52,10 @@ When you have all prerequisites installed you need to do this sequence of comman
For installation of GUI version you'll need: For installation of GUI version you'll need:
- *libcurl-dev* (or your distro's equivalent) - *libcurl-dev* (or your distro's equivalent)
- some sort of C++ compiler (*clang++* for example) - some sort of C++ compiler (*clang++* for example)
- *make* - *make*
- *libgtkmm* (or your distro's equivalent) - *libgtkmm* (or your distro's equivalent)
When you have all prerequisites installed you need to do this sequence of commands: When you have all prerequisites installed you need to do this sequence of commands:
@ -70,5 +70,5 @@ You can uninstall both versions by running either `sudo make uninstall` or `sudo
## 3rd party libraries ## 3rd party libraries
This project uses the following 3rd party libraris: This project uses the following 3rd party libraris:
- rapidjson - <https://github.com/Tencent/rapidjson> - rapidjson - <https://github.com/Tencent/rapidjson>
- sqlite3 - <https://sqlite.org/> - sqlite3 - <https://sqlite.org/>