Thread: UKMP 1.6 is out
View Single Post
Posts: 65 | Thanked: 6 times | Joined on Apr 2007
#56
Trying out UKMP, having some issues.
When I load the app it gets to "Reading music information" and then bombs out after a few seconds with no error at all.
I ran MediaCenter from the Xterm and I get:
(including the last couple tracks for reference)
Code:
Trying id3reader/media/mmc1/music/Biohazard - Down for Life.mp3
MP3 album art functionality not yet done...
MP3 album art functionality not yet done...
Trying id3reader/media/mmc1/music/Bloodhound Gang - The Ballad of Chasey Lane.mp3
MP3 album art functionality not yet done...
Traceback (most recent call last):
  File "/user/bin/MediaCenter", line 3138, in <module>
    if __name__ == '__main__': main()
  File "/usr/bin/MediaCenter", line 2718, in main
    songprocessor.getIDTags()
  File "/usr/bin/MediaCenter", line 2136, in getIDTags
    self.appendSong(trackstr, album, artist, song, fileName)
  File "/usr/bin/MediaCenter", line 2004, in appendSong
    self.getAlbumCoverFromFile(fileName,album)
  File "/usr/bin/MediaCenter", line 2234, in getAlbumCoverFromFile
    if len(thumbFile)>1 and as.path.exists(thumbFile): #and os.path.exists(fullCoverFileName):
  File "/usr/lib/python2.5/posixpath.py", line 171, in exists
    TypeError: stat() argument 1 must be (encoded string without NULL bytes), not str
For reference, the music folder on my sd card is just a flat collection of mp3s:
not subdivided by artist/album/genre, no cover.jpg files, etc.
Neither Canola nor Kagu have an issue with the mp3s, so if it is a borked id3 tag, it doesn't look essential.