Pysync: Difference between revisions
From RpWiki
Jump to navigationJump to search
New page: Synchronization program focused on mp3's with a artist/album structure. Category:Python Category:Qt |
m udpated linux build notes |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[Image:pysync.png|200px|thumb|right|pysync]] | |||
Synchronization program focused on mp3's with a artist/album structure. | Synchronization program focused on mp3's with a artist/album structure. | ||
== Building/Running == | |||
You need the pyqt libraries additional to a python interpreter. | |||
=== Linux === | |||
For debian based system: | |||
aptitude install python-qt4 pyqt4-dev-tools | |||
make | |||
python src/pysync.py | |||
=== Windows === | |||
Get pyqt for windows from [http://www.riverbankcomputing.co.uk/software/pyqt/intro here]. | |||
And a windows version of [http://www.python.org Python]. | |||
== Source Code == | |||
git http viewer: [http://git.oldsch00l.com/?p=pysync.git;a=summary pysync] | |||
git-clone git://oldsch00l.com/pysync.git | |||
or | |||
git-clone http://git.oldsch00l.com/pysync.git | |||
if you are behind a firewall. | |||
[[Category:Python]] | [[Category:Python]] | ||
[[Category:Qt]] | [[Category:Qt]] | ||
Latest revision as of 10:58, 15 October 2008

Synchronization program focused on mp3's with a artist/album structure.
Building/Running
You need the pyqt libraries additional to a python interpreter.
Linux
For debian based system:
aptitude install python-qt4 pyqt4-dev-tools make python src/pysync.py
Windows
Get pyqt for windows from here. And a windows version of Python.
Source Code
git http viewer: pysync
git-clone git://oldsch00l.com/pysync.git
or
git-clone http://git.oldsch00l.com/pysync.git
if you are behind a firewall.