-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
32 lines (22 loc) · 836 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
COPYRIGHT
=========
Author: CupIvan <mail@cupivan.ru>
License: GPL v3 - http://www.gnu.org/licenses/gpl-3.0.html
INSTALL
=======
Before usage you need to create symlink in your bin folder:
ln -s REPO_DIR/kinobaza ~/bin/
Then you have to recieve access token:
kinobaza auth
For autocheck films you have to add an alias to your .bashrc:
alias mplayer='REPO_DIR/mplayer-handler'
USAGE
=====
Usage: kinobaza [ACTION] [PARAM]
kinobaza auth - authorize with oAuth
kinobaza filename|id - search film
kinobaza check filename - check film
kinobaza vote filename numStars - vote film with 0..10 stars
kinobaza rename filename|dir - rename film in standart name
kinobaza search query|filename|id - search film on server
kinobaza help|--help - show this help