Fetcher Code
Moved to http://github.com/KenjiTakahashi/gayeogi
Status: Beta
Brought to you by:
kenjitakahashi
File | Date | Author | Commit |
---|---|---|---|
shots | 2010-09-13 |
![]() |
[87167b] fixed bad digital switching behaviour. |
src | 2010-11-20 |
![]() |
[a9d367] Hints in settings dialog |
ui | 2010-11-13 |
![]() |
[9ce4d3] Logs saving |
CHANGELOG | 2010-11-15 |
![]() |
[5acc10] Discogs should be working |
LICENSE | 2010-09-06 |
![]() |
[15fe02] REALLY added license file ;). |
MANIFEST.in | 2010-09-13 |
![]() |
[87167b] fixed bad digital switching behaviour. |
README | 2010-11-13 |
![]() |
[8ba341] Fixed logs displaying and filtering |
fetcher | 2010-11-02 |
![]() |
[c3371c] Different small fixes |
setup.nsi | 2010-11-02 |
![]() |
[c3371c] Different small fixes |
setup.py | 2010-11-02 |
![]() |
[c3371c] Different small fixes |
== INSTALLATION == === REQUIRES === python>=2.6 PyQt>=4.6 BeautifulSoup>=3.0 threadpool>=1.2.5 (here: http://chrisarndt.de/projects/threadpool/) mutagen>=1.20 Note: Windows installer provides all that dependencies to you, don't bother getting them separately (unless you want to build from source, of course). Note2: Versions specified here are "known to work", but it may be possible, that an older one will fit too. === LINUX === Just type 'python setup.py install' while in package main directory and you should be set. Also check out your distribution repository, Fetcher is surely available in Arch Linux (through Aur). === WINDOWS === You should have no problems with provided installer (just few clicks ;). If you want to build it on your own then... you're on your own. === UPGRADE FROM 0.2 TO 0.3.x === You should recreate database, because there were some non-compatible changes made. To do this just remove: $HOME/.config/fetcher/db.sqlite3 (on Linux), Documents\fetcher\db.sqlite3 (on Windows) and re-run the application. Sorry about this, I hope it won't happen in the future. === UPGRADE TO 0.4.x === There was a complete filesystem module rewrite and it's not compatible with older versions in any way. You don't have to do anything, it will start like new anyway. == USAGE == TODO :)