kurioes / pmix

Automatically exported from code.google.com/p/pmix
0 stars 0 forks source link

Navigation in huge play list is problematic #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Huge playlist (~ 1000 songs)
2. Try to go at the end of the playlist
3. It takes too long !

Would be nice to have an enhanced navigator (or at least an option to
"jump" to the current song)...

Thank you for your work !

Original issue reported on code.google.com by mathieu....@gmail.com on 1 Jun 2009 at 8:54

GoogleCodeExporter commented 9 years ago
This is planned for a later version... I thought about a slider, the way it is
implemented in contact list...

Original comment by stefan.a...@gmail.com on 9 Jul 2009 at 7:56

GoogleCodeExporter commented 9 years ago
Yes, that would be nice, indeed....

Original comment by mathieu....@gmail.com on 9 Jul 2009 at 9:09

GoogleCodeExporter commented 9 years ago
How about implementing Search? That would help to remedy this. :)

Original comment by spamsthe...@gmail.com on 8 Nov 2009 at 4:14

GoogleCodeExporter commented 9 years ago
Hi you all !

I'm currently playing with your sources to implement the search functionnality. 
I
think i'll have a first version this WE. 

May i send a patch when it's ok ?

Original comment by louislam...@gmail.com on 27 Nov 2009 at 12:24

GoogleCodeExporter commented 9 years ago
Hi louislambeau,

You can attach the patch here, i will include it...

Thanks!
bye
falstaff

Original comment by stefan.a...@gmail.com on 10 Dec 2009 at 6:36

GoogleCodeExporter commented 9 years ago
I tried to fix this problem, and it seemed to have worked. It's more of a hack, 
but 
it works.

Apk: http://dl.dropbox.com/u/174980/PMix%28signed%29.apk
Source: http://dl.dropbox.com/u/174980/pmix_src.tgz

The apk is signed with a self generated 'OSS' key. It has the same versionCode 
as the 
original (94 it was right?). Though I changed to versionString so it's obvious 
you 
have installed a branched version.

Also as a real tip to the project: please enable fastScroll in all 
database/playlist 
views. Like I did though, I simply enabled them in the layout, and you probably 
only 
want the fast scrollbars when the list is huge, and not when the list only has 
4 
pages.

Original comment by mrsnowfl...@gmail.com on 24 Feb 2010 at 12:24

GoogleCodeExporter commented 9 years ago
I forgot to mention: I added 2 string values to the end of the 
values/string.xml.
And I made a translation to Dutch!

Original comment by mrsnowfl...@gmail.com on 24 Feb 2010 at 12:28

GoogleCodeExporter commented 9 years ago
Here's a simple patch that just provides the alphabetical slider.

Original comment by tim.thom...@gmail.com on 10 Jul 2011 at 7:51

Attachments: