-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
41 lines (28 loc) · 841 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
33
34
35
36
37
38
39
40
41
pyXBMCscrape README
------------------------------------
QUICK INSTALLATION:
Extract the script files to your hard drive
Install Dependencies:
sudo apt-get install python-imdbpy python-lxml
BASIC USAGE:
pyXBMCscrape.py filename # scrape filename
pyXBMCscrape.py -h # print help
DEPENDENCIES:
IMDbPY: http://imdbpy.sourceforge.net/
themoviedb: http://github.com/dbr/themoviedb (included with script)
lxml: http://codespeak.net/lxml/
------------------------------------
RELEASE NOTES:
v0.3:
- scrape recursively: -R
v0.2:
- Fetch all extra fanart: --all-art
v0.1:
- Initial release
------------------------------------
COPYRIGHTS:
themoviedb python wrapper:
Code taken from themoviedb
implemented by dbr/Ben
all the rest is Copyright (C) 2010 Richard Peng <dev@richardpeng.com>
Distributed under the GPLv3. See the file COPYING.