thongdong7 / subfind

Subtitle crawler support OpenSubtitles, Subscene
4 stars 1 forks source link

Allow use config file to scan #4

Closed thongdong7 closed 8 years ago

thongdong7 commented 8 years ago

Currently:

subfind scan -d /path/to/movie/folder -l vi,en

That command is long.

User could create config file (~/.subfind/subfind.yml) as below:

src: [/path/to/movie/folder]
lang: [vi,en]
#providers: [opensubtitles,subscene]

And just use

subfind scan-config