Thread: UKMP on N900
View Single Post
Boemien's Avatar
Posts: 770 | Thanked: 558 times | Joined on Mar 2010 @ Abidjan
#4
I tested the app, it seems to be a good altenative to the stock media player but it keeps on crashing when i want to select an album. first many dependencies was missing and I had to install them by apt-get -f install.
Then the app crashed when searching for albums. after searching for album, it scroll smoothly but when clicking on an album it crashes.

here is an overview of the terminal when i run the app:

Code:
 
songItems[0] doesnt exist
Traceback (most recent call last):
  File "/usr/bin/ukmp", line 28, in <module>
    main()
  File "/usr/bin/ukmp", line 25, in main
    MediaCenter.main()
  File "/usr/bin/MediaCenter.py", line 4081, in main
    all.update()
  File "/usr/lib/python2.5/site-packages/pygame/sprite.py", line 399, in update
    for s in self.sprites(): s.update(*args)
  File "/usr/bin/MediaCenter.py", line 2113, in update
    setAlbumContentView()
  File "/usr/bin/MediaCenter.py", line 3210, in setAlbumContentView
    songlister.setAlbum(artArray[targetAlbum].image,albumArtistArray[targetAlbum], albumArray[targetAlbum],targetAlbum)
  File "/usr/bin/MediaCenter.py", line 885, in setAlbum
    self.songItems[i].setSong(sorted, idArray[i], albumId)
IndexError: list index out of range
~ $
And it seems that the application downloads automatically Album covers when connected to the Net!
__________________
If you find this post useful for you, or for another member, just hit the Thanks! button

Last edited by Boemien; 2011-09-02 at 14:19.
 

The Following User Says Thank You to Boemien For This Useful Post: