The Following User Says Thank You to disq For This Useful Post: | ||
![]() |
2007-10-15
, 14:09
|
Posts: 20 |
Thanked: 3 times |
Joined on Sep 2007
@ Germany
|
#2
|
./kagu.py:27: RuntimeWarning: import cdrom: No module named cdrom
import os, pygame, time, gc
./kagu.py:27: RuntimeWarning: import joystick: No module named joystick
import os, pygame, time, gc
sent
volume update: 80
charging
album query took:0.017364025116
showing volume
volume update: 80
Traceback (most recent call last):
File "./kagu.py", line 137, in <module>
if __name__ == '__main__': main()
File "./kagu.py", line 128, in main
manager.update()
File "/usr/lib/kagu/manager.py", line 265, in update
self.view.update()
File "/usr/lib/kagu/views.py", line 985, in update
TimerView.update(self)
File "/usr/lib/kagu/views.py", line 98, in update
for widget in self.widgets: widget.update()
File "/usr/lib/kagu/widgets.py", line 1537, in update
if not self.visible: return
AttributeError: 'Slider' object has no attribute 'visible'
![]() |
2007-10-15
, 14:20
|
Posts: 191 |
Thanked: 10 times |
Joined on Feb 2006
|
#3
|
![]() |
2007-10-15
, 14:43
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
|
#5
|
![]() |
2007-10-15
, 16:04
|
Posts: 191 |
Thanked: 10 times |
Joined on Feb 2006
|
#6
|
![]() |
2007-10-15
, 17:03
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#7
|
As a follow-up to this, I'm now doing the obvious thing of creating a backup to playlist.m3u that contains my 92 songs. After I play other music items by creating new playlists, which each override the existing playlist.m3u, I can then copy my backup playlist back into playlist.m3u to again utilize my 92-song playlist. I'm just trusting the next version of Kagu will contain a means for saving various playlists without my having to go through my present contortions so as not to lose my assembled 92 songs.
![]() |
2007-10-15
, 17:21
|
Posts: 191 |
Thanked: 10 times |
Joined on Feb 2006
|
#8
|
![]() |
2007-10-15
, 17:57
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#9
|
![]() |
2007-10-15
, 18:05
|
Posts: 191 |
Thanked: 10 times |
Joined on Feb 2006
|
#10
|
http://maemo.org/downloads/product/kagu/
This new 1.0.9-3 release includes:
* New theme!
* Added 2-hour option to Sleep Timer
* Made heuristic cover search optional in Scanner
* Artist grouping changed, utilizing the "album artist" tag if it exists
* Artist and album names are normalized to Title Case
* Playlist Save As: Hold thumb at NowPlayingButton and hit the dpad center, only available in Now Playing
* Hold thumb at NowPlayingButton and hit the menu key to jump to artist songs/albums functionality, works almost anywhere
* Added default player selection to main menu (available only if mplayer is installed)
* Cover art load times are faster, and no longer a black screen
* Various other startup time optimizations
* Add scrollbars, toggle scrollbars option, scrollbars default to disabled
* Performance and UI enhancements
Everyone currently running a previous version should upgrade as this release is an all around better performer. Not to mention the orange theme!
(Green theme will be optionally available again in a later release)
Thanks!
Last edited by disq; 2007-10-15 at 14:43.