Skip to content

Commit b7fd30e

Browse files
authored
Updated README for update 3.0.0
1 parent ff3af12 commit b7fd30e

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

README.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,23 +83,22 @@ python main.py --help
8383
| |_) | __/\__ \ |_ | (_) | | | | | | (_| | |_ | |
8484
|____/ \___||___/\__| \___/|_| |_| |_|\__,_|\__| |_|
8585
86-
Best of Mat 1: Release 2.1.0 (24/04/2021)
86+
Best of Mat 1: Release 3.0.0 (24/10/2021)
8787
8888
Author: Viktor Stenby Johansson
8989
If you have any problems with this software, feel free to reach out to me via Facebook.
9090
91-
usage: main.py [-h] [--list] [--clipname CLIPNAME]
92-
[--minrating {1,2,3,4,5,6,7,8,9,10}]
91+
usage: main.py [-h] [--clipname CLIPNAME] [--minrating {1,2,3,4,5,6,7,8,9,10}]
9392
[--maxrating {1,2,3,4,5,6,7,8,9,10}]
9493
[--minduration MINDURATION] [--maxduration MAXDURATION]
9594
[--tag TAG] [--mint1 MINT1] [--maxt1 MAXT1] [--mint2 MINT2]
96-
[--maxt2 MAXT2] [--filetype {mp3,mp4}] [--normalizeaudio]
97-
[--noprefix] [--clearexport] [--silent]
95+
[--maxt2 MAXT2] [--prepad PREPAD] [--postpad POSTPAD]
96+
[--filetype {mp3,mp4,gif,wav}] [--normalizeaudio] [--noprefix]
97+
[--clearexport] [--silent] [--list] [--loadempty]
98+
[--includeplaceholder] [--threads THREADS]
9899
99100
optional arguments:
100101
-h, --help show this help message and exit
101-
--list print the list of clips instead of actually exporting
102-
them.
103102
--clipname CLIPNAME specify which clip name you want to export.
104103
--minrating {1,2,3,4,5,6,7,8,9,10}
105104
only export clips with rating >= minrating.
@@ -116,14 +115,22 @@ optional arguments:
116115
--maxt1 MAXT1 only export clips with t1 <= maxt1.
117116
--mint2 MINT2 only export clips with mint2 <= t2.
118117
--maxt2 MAXT2 only export clips with t2 <= maxt2.
119-
--filetype {mp3,mp4} filetype to export as either mp3 or mp4.
120-
--normalizeaudio normalize the audio of the output clip, which will
121-
make the clipper take longer. this only works with mp4
122-
at the moment.
118+
--prepad PREPAD pads the start of the clip with <prepad> seconds.
119+
--postpad POSTPAD pads the end of clip with <endpad> seconds.
120+
--filetype {mp3,mp4,gif,wav}
121+
filetype to export as either mp3, mp4 or gif.
122+
--normalizeaudio normalize the audio of the output clip. this only
123+
works with mp4 at the moment.
123124
--noprefix include prefix specifying info about the clip.
124125
--clearexport clear the export folder before exporting.
125-
--silent if --silent is passed, then progress is not printed to
126-
the console.
126+
--silent if --silent is passed, nothing is printed to the
127+
console.
128+
--list prints the list instead of clipping.
129+
--loadempty if --loadempty is passed, then csvs located in the
130+
"empty" csv folder are also loaded.
131+
--includeplaceholder if --includeplaceholder is passed, then placeholders
132+
are included.
133+
--threads THREADS Amount of threads used to download clips, default 4
127134
```
128135

129136
### Examples Using Optional Arguments
@@ -139,12 +146,11 @@ optional arguments:
139146
| Export clips from E19 | ``python main.py --tag E19* ``|
140147
| Export clips from the first 60 seconds of all lectures (e.g. "Godmorgen"-clips) | ``python main.py --maxt1 60``|
141148

142-
143149
If you have any ideas for useful optional arguments, please feel free to reach out to me or request a feature [here](https://github.com/vstenby/Best-of-Mat-1/issues).
144150

145151
## Special Thanks 🙏
146152

147-
I would like to thank Jonas ([@YoonAddicting](https://github.com/YoonAddicting/DTU-Video-Downloader)) for his DTU-Video-Downloader. Without his downloader, Best of Mat 1 would not have happend after DTU changed over to video.dtu.dk.
153+
I would like to thank Jonas ([@YoonAddicting](https://github.com/YoonAddicting/DTU-Video-Downloader)) for his DTU-Video-Downloader. Without his downloader, Best of Mat 1 would not have happend after DTU changed over to video.dtu.dk. While we're at the technical thanks, a huge shout-out to Lucas ([@TheLucanus](https://github.com/TheLucanus)) for his implementation of multi-threading, which helped tremendously with speeding up the downloader!
148154

149155
Furthermore, I would also like to thank Rasmus ([@rasgaard](https://github.com/rasgaard)) for many lively discussions on the software and for many hours of watching lectures.
150156

0 commit comments

Comments
 (0)