Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Dec 14, 2015
1 parent fbd0a63 commit 9785470
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,10 @@ Patches welcome!
Some ideas, in no particular order:

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

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

# See also

Expand Down
5 changes: 5 additions & 0 deletions mass-dl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

rootPath="/Mount/filmer/film"

find $rootPath -name '*.avi' ! -name '*.mkv' ! -name '*.mp4' -print0 | xargs -0 -n1 -P1 subber

0 comments on commit 9785470

Please sign in to comment.