![]() |
2007-06-14
, 16:32
|
Posts: 262 |
Thanked: 9 times |
Joined on Jun 2007
|
#42
|
![]() |
2007-06-15
, 00:07
|
Posts: 144 |
Thanked: 21 times |
Joined on Mar 2007
@ Finland
|
#43
|
![]() |
2007-06-15
, 06:02
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#44
|
OK, I think I know why this cover.jpg issue is happening. pygame's image.save method cannot write jpeg until version 1.8. I personally have 1.6.x on my desktop PC. I'm not sure what ships with the python on my n800, but I'm guessing it's not 1.8.x.
My suggestion is to just copy the cover.jpg directly rather than scaling it first. We don't scale the netDL images before we write them, so I don't think it matters.
![]() |
2007-06-17
, 10:07
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#45
|
![]() |
2007-06-17
, 13:57
|
Posts: 50 |
Thanked: 2 times |
Joined on May 2007
|
#46
|
I've now merged your diff Trevarthan. Thanks for the code!
Also, for ogg lovers, there is a new 'dev' version in garage that helps ukmp to move to next song after the previous ends. It will crash if you try to seek while playing an ogg file though (thus the word dev). Anyway, I'll launch the next version next wednesday with both these fixes and maybe some others as well. We'll see how much time I have. I'm currently prioritizing a test of including coherence library to ukmp, which will allow ukmp to access full upnp capabilities.
![]() |
2007-06-17
, 15:22
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#47
|
![]() |
2007-06-17
, 19:12
|
Posts: 31 |
Thanked: 1 time |
Joined on Apr 2007
|
#48
|
![]() |
2007-06-17
, 21:09
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#49
|
![]() |
2007-06-20
, 10:23
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#50
|
My suggestion is to just copy the cover.jpg directly rather than scaling it first. We don't scale the netDL images before we write them, so I don't think it matters.