maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810 (https://talk.maemo.org/showthread.php?t=57262)

mase 2010-10-05 14:51

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
It seems, that len(self.__random_files) - 1) always has only
2 digits. I have emailed you this. I have to setup my SDK
again to debug this.

Edit:
I have got my SDK running again. I added a
print len(self.__random_files) - 1
to the code.
It starts always with 60. If I play other contend, and readd
the playlist again, then the values are correct (more than 1000).
Something lets the list decrease to only 60 items.

Rushmore 2010-10-05 17:05

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
Quote:

Originally Posted by pycage (Post 827485)
Maybe we really have smaller collections. I have quite a lot of albums on my N900 but I'm not quite at 6000 songs yet.
Thanks for giving feedback on how MediaBox performs with this many songs. This needs to be fixed as I want MediaBox be able to deal with large collections.
For the time being, you can disable the automatic scan for changes on startup. That should help a bit.

I actually have over 7,000 songs spread across the sd and device. I turned off autoscan, but still same result. App is slow to start and there is at least 8 seconds delay (per song) when playing with shuffle. The video function works fine (a lot less files, of course).

Stock player and Canola have no lag / index issues, but I hope the indexing efficiency is fixed with Media Box, since the features are very nice.

pycage 2010-10-05 20:51

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
Quote:

Originally Posted by mase (Post 833853)
It seems, that len(self.__random_files) - 1) always has only
2 digits. I have emailed you this. I have to setup my SDK
again to debug this.

Edit:
I have got my SDK running again. I added a
print len(self.__random_files) - 1
to the code.
It starts always with 60. If I play other contend, and readd
the playlist again, then the values are correct (more than 1000).
Something lets the list decrease to only 60 items.

I watched the random_files list after your mail, too, and I couldn't find anything weird about it. The random values were well distributed and indexes higher than 100 got chosen, too.

When you say it always starts with 60, do you mean it has 60 elements at the beginning? That would be really weird.

jkq 2010-10-05 22:43

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
Quote:

Originally Posted by Rushmore (Post 833971)
I actually have over 7,000 songs spread across the sd and device. I turned off autoscan, but still same result. App is slow to start and there is at least 8 seconds delay (per song) when playing with shuffle. The video function works fine (a lot less files, of course).

Stock player and Canola have no lag / index issues, but I hope the indexing efficiency is fixed with Media Box, since the features are very nice.

pycage,

Is there anything those of us with large music collections can do to help you profile MediaBox to improve its performance?

I have around 1500 songs, and I notice heavy CPU usage when switching from track to track (random on, repeat off, if that matters).

As Rushmore says, the stock player doesn't seem to use the CPU as much while switching tracks.

-jkq

mase 2010-10-05 23:36

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
Just use a huge playlist. Open and close the program
multiple times and resume playing. A fresh opened
playlist works normal. After resuming one time the
list seems only to have 60 items. The playlist itself
keeps complete. Just try out some different situations.
At the moment I am using the svn version.

I also noticed, that huge playlists or archives cause
heavy loading and make mediabox hang. Especially
updating the current title info and album art doesn't
work very well. Multiple track skipping causes problems.

mase 2010-10-06 18:48

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
Anybody got Mediabox working with headset-control?

pycage 2010-10-07 04:17

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
Quote:

Originally Posted by mase (Post 834965)
Anybody got Mediabox working with headset-control?

Are you talking about Bluetooth headsets?
I don't have one to test it, but didn't you report it to be working recently? Did it cease to work with an update?

kureyon 2010-10-07 12:48

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
Quote:

Originally Posted by pycage (Post 835219)
Are you talking about Bluetooth headsets?
I don't have one to test it, but didn't you report it to be working recently? Did it cease to work with an update?

Bluetooth works erratically. The problems I had with it yesterday was for a while pushing the next-track button sent MediaBox into a frenzy acting as if the button had been pressed multiple times and making it play a fraction of a second of a song before skipping to the next, this went on for about 20 seconds until I pressed the stop button to put it out of its misery. Afterwards it worked correctly - until - the problems I'm having with it right now is that pushing next-track on the headset makes MediaBox skip to next track but doesn't play it, I have to press "play/pause" button twice to "stop" and "restart" play (I can do this either on the N900 or on headset).

Rushmore 2010-10-07 13:11

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
Quote:

Originally Posted by mase (Post 834294)
Just use a huge playlist. Open and close the program
multiple times and resume playing. A fresh opened
playlist works normal. After resuming one time the
list seems only to have 60 items. The playlist itself
keeps complete. Just try out some different situations.
At the moment I am using the svn version.

I also noticed, that huge playlists or archives cause
heavy loading and make mediabox hang. Especially
updating the current title info and album art doesn't
work very well. Multiple track skipping causes problems.

Seems perhaps a better fix would be for Media Box to emulate the same indexing process as the stock and Canola players do. Why do those players have zero problems with large libraries, but MB does? That is the only weak part of MB, but it is a killer for anyone with a lot of tunes ;)

Canola is nice, since all you do is go into the file options and update the index by flagging device and sd card locations. Canola then merges both as one index. No constant to indexing and only takes twenty seconds for over 7,000 tunes that are spread across device and microsd. Update when you need to.

Shuffle is fast with stock and Canola as well, but features are nice with MB.

mase 2010-10-07 13:59

Re: [ANNOUNCE] MediaBox Media Center 2010.06.26 is out for N900, N800, N810
 
headphone-control works now. I did not notice, that the original
headphones provide a button. I thought, that it's only a clip. The
N82 headphones are completely incompatible with the N900.
My fault.
I also noticed, that syncing with gpodder works very nice in the
SVN. Nice work!


All times are GMT. The time now is 23:25.

vBulletin® Version 3.8.8