Merge branch 'master' of /home/gustavo/Development/git/python-lightmediascanner
authorbarbieri <barbieri@gmail.com>
Mon, 10 Dec 2007 21:20:11 +0000 (21:20 +0000)
committerbarbieri <barbieri@gmail.com>
Mon, 10 Dec 2007 21:20:11 +0000 (21:20 +0000)
commitb4df7209a8703e766b6e8541fb6194e84f53f174
tree04313adb0b6fe40da90a0d749cc183edab76abee
parente9cb619b1f32a9291f9e352b0891e178b95049d9
Merge branch 'master' of /home/gustavo/Development/git/python-lightmediascanner

* 'master' of /home/gustavo/Development/git/python-lightmediascanner:
  Add lms_check() support.
  add charset support.
  Initial commit.
13 files changed:
python-lightmediascanner/.gitignore [new file with mode: 0644]
python-lightmediascanner/AUTHORS [new file with mode: 0644]
python-lightmediascanner/COPYING [new file with mode: 0644]
python-lightmediascanner/MANIFEST.in [new file with mode: 0644]
python-lightmediascanner/README [new file with mode: 0644]
python-lightmediascanner/examples/test.py [new file with mode: 0755]
python-lightmediascanner/ez_setup.py [new file with mode: 0644]
python-lightmediascanner/include/lightmediascanner/c_lightmediascanner.pxd [new file with mode: 0644]
python-lightmediascanner/lightmediascanner/.gitignore [new file with mode: 0644]
python-lightmediascanner/lightmediascanner/__init__.py [new file with mode: 0644]
python-lightmediascanner/lightmediascanner/lightmediascanner.c_lightmediascanner.pyx [new file with mode: 0644]
python-lightmediascanner/setup.cfg [new file with mode: 0644]
python-lightmediascanner/setup.py [new file with mode: 0644]