|
2011-10-01
, 11:16
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#132
|
If I added directory to a playlist, will I be able to delete individual song (which is in this directory) via long-press menu when in playing mode? I think no.
We will need to store list of songs in playlist in some sort of database in order to not walk the directories at every startup. I think we could store that lists together with some metainfo (song length, mp3 tags, ...) in sqlite database. But the question is when to update this db? I'm sure that updating is going to be very expensive operation. So, is it ok to update song list only by user's request?
How directory selector should look like? You're saying about list with checkboxes, does it means that you will need to mark all directories for the current playlist at one dialog? This would require some kind of tree-view which is not a good idea for thumb-oriented ui. I think it will be more convenient to add one directory at a time with the dialog that will display directory contents in a list (going into subdirectory when tapping on it)
|
2011-10-02
, 00:07
|
Posts: 336 |
Thanked: 47 times |
Joined on Jul 2008
|
#133
|
|
2011-10-02
, 09:58
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#134
|
|
2011-10-02
, 10:57
|
Posts: 336 |
Thanked: 47 times |
Joined on Jul 2008
|
#135
|
|
2011-10-02
, 11:52
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#136
|
|
2011-10-02
, 12:06
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#137
|
|
2011-10-02
, 20:35
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#138
|
|
2011-10-03
, 05:09
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#139
|
XftMatrix matrix = { 0, -1, 1, 0 }; xftFont = XftFontOpen(dpy, src, XFT_FAMILY, XftTypeString, "sans", XFT_PIXEL_SIZE, XftTypeInteger, 26, XFT_MATRIX, XftTypeMatrix, &matrix, NULL );
|
2011-10-03
, 20:20
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#140
|
The Following User Says Thank You to Mitrandir For This Useful Post: | ||
A couple of questions: