maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   UKMP 1.6 is out (https://talk.maemo.org/showthread.php?t=8905)

gigabites 2007-08-17 23:45

Re: UKMP 1.6 is out
 
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 2007-08-18 01:23

Re: UKMP 1.6 is out
 
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

konttori 2007-08-26 21:03

Re: UKMP 1.6 is out
 
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/

hczim 2007-08-27 19:31

Re: UKMP 1.6 is out
 
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.

tomk 2007-08-27 20:37

Re: UKMP 1.6 is out
 
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?

Sadavyk 2007-08-27 21:37

Re: UKMP 1.6 is out
 
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 2007-08-27 23:39

Re: UKMP 1.6 is out
 
Quote:

Originally Posted by Sadavyk (Post 71529)
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 ...).

ak.n770 2007-08-28 01:10

Re: UKMP 1.6 is out
 
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.

konttori 2007-08-28 07:11

Re: UKMP 1.6 is out
 
Hi guys,

sorry for the if if bug. It's fixed now.
1.621 is available from:
http://maemo.org/downloads/product/ukmp

tomk 2007-08-28 16:48

Re: UKMP 1.6 is out
 
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.


All times are GMT. The time now is 03:37.

vBulletin® Version 3.8.8