Updated README.md
This commit is contained in:
parent
5c67310903
commit
7f3231b062
30
README.md
30
README.md
@ -1,5 +1,5 @@
|
|||||||
# Rename TV Show files
|
# Rename TV Show files
|
||||||
This program downloads episode names from http://thetvdb.com and adds them as a suffix to the appropriate files
|
This program downloads episode names from <http://thetvdb.com> and adds them as a suffix to the appropriate files
|
||||||
|
|
||||||
For this to work your file needs to contain the season and episode number (in accordance to thetvdb) in this format: S#E# (doesn't matter if lower or upper case)
|
For this to work your file needs to contain the season and episode number (in accordance to thetvdb) in this format: S#E# (doesn't matter if lower or upper case)
|
||||||
|
|
||||||
@ -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/>
|
||||||
|
Loading…
Reference in New Issue
Block a user