ocarina/ocarina
Bryan Schumaker 41e08fe248 Ocarina: Start through a function call
I was starting Ocarina through "import ocarina" in the launcher.  This
was apparently a bad idea, since the import lock will never be released.
This lock prevents other threads from importing modules, so when I tried
to use urllib2 to download album art the call blocked until after I
closed Ocarina.
2011-05-07 15:54:26 -04:00
..
body ocarina: Fetch image during load 2011-05-01 12:46:17 -04:00
sources ocarina: Remove old listview code 2011-05-01 12:24:48 -04:00
__init__.py Ocarina: Start through a function call 2011-05-07 15:54:26 -04:00
callbacks.py libsaria: Remove event.py 2011-05-01 12:46:17 -04:00
fsselect.py ocarina: Refresh playlist when loaded 2011-05-01 12:27:21 -04:00
library.py ocarina: Remove old code from library and playlist 2011-05-01 12:27:38 -04:00
playlist.py ocarina: Remove old code from library and playlist 2011-05-01 12:27:38 -04:00
queue.py Ocarina: Remove commented out code from library / playlist / queue 2011-05-01 12:12:55 -04:00
shortcuts.py ocarina: Added control shortcuts 2011-05-01 12:23:33 -04:00
window.py ocarina: Switch over to new preferences methods 2011-05-01 12:46:16 -04:00