View Single Post
Posts: 105 | Thanked: 62 times | Joined on Aug 2009 @ Finland
#102
Using musikloud a lot. Here are couple of feature requests.

I would be nice if one could explore hot/latest music by popular tags. I am basically using the explore option quite often and the hot tracks are mostly about the same the whole week. For example here is url for hot Elektronic: http://soundcloud.com/tags/Electronic

Second on is quite specific Since MusiKloud has nice landspace mode I often plugin to my tv. Sadly the screensaver turns on quite fast. Maybe a setting to disable screensaver. I did something similar to my qml app. It was quite simple
Code:
import QtMobility.systeminfo 1.1

ScreenSaver {
       id: imgScreenSaver
}

imgScreenSaver.setScreenSaverDelayed(true)
...
imgScreenSaver.setScreenSaverDelayed(False)