Notices


Reply
Thread Tools
gigabites's Avatar
Posts: 122 | Thanked: 21 times | Joined on Sep 2006
#31
ok, I couldn't wait to try the new features. Doh, it scans, and it crashes.
No prob, I deleted it and reinstalled. It scans and crashes and wipes out all desktop apps.
OK, so I restart and try my luck again. It scans... it works! sorta...
It only saw the 2-3 mp3s on my internal card(MMC2). I used file mgr to check removable card (MMC1). My card is now "Removable Memory Card" and No files found! Um...ok.

IOError: [Errno 5] Input/output error: 'media/mmc1/covers/songlist.txt'

Removed card and replaced, then rebooted. File mgr sees MMC1 and it's files fine. I deleted the covers dir to start over. Tried UKMP again. It scans, it downloads covers, it scrolls, and I select a song...whoo hoo!... sorta...

I click on a song, and it freezes, hard.

I normally have around 3 gigs of mp3s on my 8 gig card. I deleted half, and it worked!

Is there a file limit?
 
tabletrat's Avatar
Posts: 481 | Thanked: 65 times | Joined on Aug 2007 @ Westcountry, UK
#32
On the new version it quits after loading too
running it from the terminal gives :


/usr/bin/MediaCenter.py:23: RuntimeWarning: import cdrom: No module named cdrom
import pygame, os
/usr/bin/MediaCenter.py:23: RuntimeWarning: import joystick: No module named joystick
import pygame, os
making charging monitor
sent
monitor added
music files took:0.940062999725
Removing /media/mmc1/Documents/audio/01 Cowboys.m4a since we could not identify it sufficiently
Removing /media/mmc1/Documents/audio/03 Brightness Falls.m4a since we could not identify it sufficiently
Removing /media/mmc1/Documents/audio/03 Frozen.m4a since we could not identify it sufficiently
Removing /media/mmc1/Documents/audio/03 Strangers.m4a since we could not identify it sufficiently
Removing /media/mmc1/Documents/audio/03 To The End.m4a since we could not identify it sufficiently
Removing /media/mmc1/Documents/audio/04 17 Year Locust.m4a since we could not identify it sufficiently
Removing /media/mmc1/Documents/audio/04 Half Day Closing.m4a since we could not identify it sufficiently
Removing /media/mmc1/Documents/audio/04 Our Solemn Hour.m4a since we could not identify it sufficiently
MP3 album art functionality not yet done...
Removing /media/mmc1/Documents/audio/05 Firepower.m4a since we could not identify it sufficiently
Removing /media/mmc1/Documents/audio/05 The Killing Words.m4a since we could not identify it sufficiently
Removing /media/mmc1/Documents/audio/06 I Don`t Love You.m4a since we could not identify it sufficiently
Removing /media/mmc1/Documents/audio/07 Neue Regel.m4a since we could not identify it sufficiently
Removing /media/mmc1/Documents/audio/08 Seven Months.m4a since we could not identify it sufficiently
Removing /media/mmc1/Documents/audio/09 London.m4a since we could not identify it sufficiently
Removing /media/mmc1/Documents/audio/09 Riverman.m4a since we could not identify it sufficiently
Traceback (most recent call last):
File "/usr/bin/ukmp", line 28, in <module>
if __name__ == '__main__': main()
File "/usr/bin/ukmp", line 26, in main
MediaCenter.main()
File "/usr/bin/MediaCenter.py", line 2718, in main
songprocessor.getIDTags()
File "/usr/bin/MediaCenter.py", line 2064, in getIDTags
self.appendSong("", album, artist, song, fileName)
File "/usr/bin/MediaCenter.py", line 2004, in appendSong
self.getAlbumCoverFromFile(fileName, album)
File "/usr/bin/MediaCenter.py", line 2234, in getAlbumCoverFromFile
if os.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
 
Posts: 1,038 | Thanked: 737 times | Joined on Nov 2005 @ Helsinki
#33
New version 1.62 released.

It only fixes uktube bug in downloading youtube videos. Youtube had changed the way flash video is referred on the page and that had to be changed to uktube as well.

Download here:
http://maemo.org/downloads/product/ukmp/

Last edited by konttori; 2007-08-26 at 21:09.
 
hczim's Avatar
Posts: 13 | Thanked: 0 times | Joined on Jan 2006
#34
Thanks for a fine program.

In 1.62 (just downloaded from maemo.org), however, there is a small glitch which makes it crash: line 2234, /usr/bin/MediaCenter.py starts with

if if len(...

remove one of those 'if's and it runs like a charm.

I downloaded it twice and the error persisted, so I suppose it's the archive which is in error.
 
Posts: 3 | Thanked: 0 times | Joined on Aug 2007
#35
I (a newbe) downloaded the UKMP-1.62.deb to my new N800 along with MPlayer and Python 2.5. Installed them all. When I installed UKMP-1.62.deb (using the app manager from a file because I was having problems with d-loading w/ App Manager ) the only app that requested a location was the UKTube (placed in "extras"). UK Tube and UKMO Dark are both listed as programs in the Extras folder. But if I open UKMO Dark I get a box saying UKMO Dark loading but it never does. UK Tube opens but it is a number of open boxes and I can't get it to work.

Am I missing something?

Last edited by tomk; 2007-08-27 at 20:42.
 
Sadavyk's Avatar
Posts: 225 | Thanked: 15 times | Joined on Apr 2007 @ some where on earth
#36
I’m having problems to I downloaded the update now it won’t open?
And I really love this program I hope someone fix it soon...
 
hczim's Avatar
Posts: 13 | Thanked: 0 times | Joined on Jan 2006
#37
Originally Posted by Sadavyk View Post
I?m having problems to I downloaded the update now it won?t open?
And I really love this program I hope someone fix it soon...
Looks pretty much like the error I've described above. You can verify it by starting ukmp from an xterm.

The solution is also there: delete 2 characters (but I'm aware that vi is not everyones favorite tool ...).
 
Posts: 10 | Thanked: 1 time | Joined on Oct 2006
#38
First off I'd like to thank konttori for such an excellent app. I've been using UKMP for a while and I believe it's truly one of the essentials.

As for the 1.62 release I used leafpad to make the changes, saved it with the same name in a different folder and copied it back to the original location. Didn't cut down on steps but left me with my comfortable gui blanket.
 
Posts: 1,038 | Thanked: 737 times | Joined on Nov 2005 @ Helsinki
#39
Hi guys,

sorry for the if if bug. It's fixed now.
1.621 is available from:
http://maemo.org/downloads/product/ukmp
 
Posts: 3 | Thanked: 0 times | Joined on Aug 2007
#40
Thanks for the update. I do get a app loaded now. It doesn't find any albums so auto exits. I don't have any albums. There's no controls, file open, etc. I had expected the player to be more an itunes-like player. I think I may need a different app my main goal at the mo is to get internet radio playing on the 800, when I use the native player the IR drops in seconds. Thanks again.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 17:07.