Skip to content

Commit 9785470

Browse files
committed
minor tweaks
1 parent fbd0a63 commit 9785470

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,10 @@ Patches welcome!
8383
Some ideas, in no particular order:
8484

8585
- automatically convert downloaded .ssa files to .srt
86-
- expose thesubdb.com search api
8786
- filter: spell fixer
8887
- filter: remove hearing aid tags [DOOR OPENS]
8988
- make -v (verbose mode) have any effect
9089

91-
- maybe .sub reader and converter to .srt
92-
- crappy frame-based format, but useful to be able to convert away from
93-
- requires specifying a frame rate
9490

9591
# See also
9692

mass-dl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
rootPath="/Mount/filmer/film"
4+
5+
find $rootPath -name '*.avi' ! -name '*.mkv' ! -name '*.mp4' -print0 | xargs -0 -n1 -P1 subber

0 commit comments

Comments
 (0)