|
2010-05-26
, 17:35
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#42
|
The Following User Says Thank You to Joorin For This Useful Post: | ||
|
2010-05-26
, 17:42
|
Posts: 48 |
Thanked: 21 times |
Joined on May 2010
|
#43
|
@florian
I see. Since I use a standard GtkTreeView to display playlists and songs in them, this is a bit tricky to do without ending up with either duplicated data or one backing store per playlist. The more I think about it, one backing store per playlist might not be too bad after all. I'll see if I get to do some prototyping.
There is also the issue with navigation. What should be used to "close" a playlist and return to the list of playlists? There is precious little screen estate as it is already. Would people go crazy if you did it by "snapping back" the device, as in, tilting it and using the accelerometer?
Suggestions?
|
2010-05-26
, 19:00
|
Posts: 48 |
Thanked: 21 times |
Joined on May 2010
|
#44
|
|
2010-05-26
, 20:01
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#45
|
|
2010-05-26
, 21:36
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#46
|
The Following User Says Thank You to Joorin For This Useful Post: | ||
|
2010-05-27
, 07:43
|
Posts: 20 |
Thanked: 6 times |
Joined on Apr 2010
|
#47
|
|
2010-05-27
, 09:43
|
Posts: 30 |
Thanked: 5 times |
Joined on May 2010
@ @Netherlands
|
#48
|
|
2010-05-28
, 15:38
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#49
|
Seems like it Segfaults a bit when you change songs quick, while the last song is still playing.
edit:
Btw thanks for making the effort. I really like this piece of software.
|
2010-05-28
, 15:39
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#50
|
Works perfectly! thanks a lot, also for the great install instructions. Any change this app will come up in one of the repositories?
You have your playlist list, with all your playlists.
When you select a playlist, it "swoops" to the side, and makes room for the playlist content (the tracks).
Basically, my problem is: I've got about 30 playlists, and some of my most commonly used ones have 300+ tracks.
Now, it's a bit difficult to scroll down the playlist like a nut, until you reach the last track on the playlist (as that's the one you always want to play ), so with your client I scroll past it. With the way Spotify does it, I can scroll to the bottom and select the song.
Especially, when scrolling back up then, I tap on some playlists once (tapping while scrolling), so these open too (uncollapse).
So, it would be cool to do it the way that Spotify does it on the Mobile Clients (I guess the iPod was the one that had that way of browsing tracks first).