The Following 19 Users Say Thank You to djselbeck For This Useful Post: | ||
|
2014-01-08
, 22:48
|
Posts: 1,196 |
Thanked: 1,413 times |
Joined on Aug 2011
|
#2
|
|
2014-01-10
, 00:18
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#4
|
Nope it is just an MPD CLient. so basically it just controls what the server (usually on a PC) plays.
|
2014-01-10
, 12:14
|
Posts: 113 |
Thanked: 303 times |
Joined on Dec 2013
@ Germany
|
#5
|
The Following User Says Thank You to djselbeck For This Useful Post: | ||
|
2014-01-11
, 00:37
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#6
|
Just to be clear we are on the samepage , what you need is playback of an streaming output from your MPD server?
I'll have a look into this in the future but not right now, I need a small pause from developing smpc the local db took quite some time.
|
2014-01-11
, 08:42
|
Posts: 113 |
Thanked: 303 times |
Joined on Dec 2013
@ Germany
|
#7
|
The Following User Says Thank You to djselbeck For This Useful Post: | ||
|
2014-01-11
, 13:40
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#8
|
About fast scrolling. It is already there. Try scrolling on the right side of the display. the fast scroll area is rather small to not colide with album/artist grid view elements.
About the artwork issue I'll have a look.
Searches are not stored locally. I don't think this is possible because I can't check if search results would have changed without getting the actual result from server, I think. I could try to optimize the result fetching a bit, maybe.
|
2014-01-11
, 13:59
|
Posts: 113 |
Thanked: 303 times |
Joined on Dec 2013
@ Germany
|
#9
|
Ah. That probably explains it: I run it on my N9. And while it scrolls, it just does so at a normal speed. No visual indicator either. Probably the rounded side of the screen that's playing up.
I could be something else as well. I've seen graphical glitches in the Gallery view as well but less consistent.
Time-stamps could solve that problem and allow you to store the results locally, even in a flat file if you like. Make the search done on a MPD server identifiable by timestamp and compare it to the time of the latest db update.
The fetching itself seems pretty quick. But I have only tried it locally, so far.
Item { id: scroller height: parent.height width: parent.width/7
Item { id: scroller height: parent.height width: parent.width/5
The Following User Says Thank You to djselbeck For This Useful Post: | ||
|
2014-01-11
, 15:09
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#10
|
Tags |
jolla, mpd mpd-client, musicpd, sailfish |
|
as I've just uploaded a big update for SMPC - MPD Client I would like to open this thread for support and maybe feature requests if there are any left .
The features are:
The 1.1.0 version features a local database for metadata.
You can bulkdownload all your cover/artists pictures and have a nice media view in this application.
Swipe left in album/artist view for album/artist information
Features:
- album view
- artist view
- local metadata database
- filebrowser
- search
- basic playlist control
- multiple server profiles
- output control
- automatic reconnect to last connected server
So here is a link to openrepos:
https://openrepos.net/content/djselbeck/smpc
Source code of course:
https://github.com/djselbeck/smpc
and some screenshots:
PS: Updated version just commited to harbour.
Last edited by djselbeck; 2014-01-19 at 16:31.