smolleyes / gmediafinder

media scaner for google,skreemr.com, findmp3s.com....
7 stars 3 forks source link

INSTALLATION ON LINUX:

install from ppa for ubuntu:

sudo apt-add-repository ppa:s-lagui/ppa sudo apt-get update sudo apt-get install gmediafinder

Get sources form git:

install the current dependencies first: python-gtk2, python-gdata, python-gst0.10, gstreamer0.10-ffmpeg, libvisual-0.4-0, libvisual-0.4-plugins, python-configobj, ffmpeg, python-mechanize, gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad, python-xlib, python-glade2, python-setuptools

then you can use the setup.py to install or start the software directy...

check the source code:

git clone git://github.com/smolleyes/gmediafinder.git

for setup.py: cd gmediafinder; sudo python setup.py install (or uninstall to remove)

direct use: cd gmediafinder/GmediaFinder; python gmediafinder.py

!! Be sure to not have the packaged version installed in the same time !! (from the ppa or the deb ...)

INSTALLATION ON WINDOWS:

1/ install the vcredist x86 or 64 http://www.penguincape.org/downloads/smo/gmediafinder/vcredist_x86.exe or http://www.penguincape.org/downloads/smo/gmediafinder/vcredist_x64.exe

2/ install the setup: http://www.penguincape.org/downloads/smo/gmediafinder/gmediafinder_setup.exe

enjoy !