Reply
Thread Tools
Posts: 2 | Thanked: 0 times | Joined on Jun 2010 @ Finland
#61
I downloaded Groove yesterday and all the existing features are working beautifully. This is most definetely a very neat app.
 
daddeddad's Avatar
Posts: 89 | Thanked: 84 times | Joined on Jan 2010 @ Finland
#62
This is super-awesome! Best thing by far on this phone.

For you who have problems with GS, I've been using GS for a long time and the servers have been far from stable. So this is something to keep in mind. I don't think there's a great risk for getting your IP's banned and if it is then you would only need to reconnect to your APN to get a new one. At least my operator scrambles IP's quite well. What could cause problems is that if you play mamy songs in a row without a premium account you will be prompted to say that you are listening, if you don't the music halts.


I've been using this app solely on 3G and it works well. Apart from the 4 sec issue allready reported.

I have two requests.
1. A "play all" button.
2. Pause-button.

Looking forward to the nexr release!
 

The Following User Says Thank You to daddeddad For This Useful Post:
w00t's Avatar
Posts: 1,055 | Thanked: 4,107 times | Joined on Oct 2009 @ Norway
#63
Hi,

Noticed a slight problem with how you're doing memory allocation. Sent you a patch to your gmail account.
__________________
i'm a Qt expert and former Jolla sailor (forever sailing, in spirit).
if you like, read more about me.
if you find me entertaining, or useful, thank me. if you don't, then tell me why.
 
Posts: 94 | Thanked: 253 times | Joined on Jan 2010 @ Virginia
#64
Just uploaded a new version with some added features and fixes some bugs.
 

The Following User Says Thank You to Dotblank For This Useful Post:
Posts: 94 | Thanked: 253 times | Joined on Jan 2010 @ Virginia
#65
Updated Again. Finally fixed the seg-faulting when downloading songs (version 0.4-3)
 

The Following User Says Thank You to Dotblank For This Useful Post:
Posts: 47 | Thanked: 40 times | Joined on Mar 2007 @ Helsinki, Finland
#66
Are you actually using/passing Unicode properly? Search works fine only for Latin characters. E.g. try "аквариум" - gives reasonable results in web interface while producing weird list on N900.

Thank you,

Leonid
 
Posts: 2 | Thanked: 0 times | Joined on Jun 2010 @ Finland
#67
What's the status with the playlist feature? That would bring the experience to a whole new level.

One (really) small improvement idea: pause-button could change to a play-button after a click.

-timothies
 
w00t's Avatar
Posts: 1,055 | Thanked: 4,107 times | Joined on Oct 2009 @ Norway
#68
Originally Posted by haliava View Post
Are you actually using/passing Unicode properly? Search works fine only for Latin characters. E.g. try "аквариум" - gives reasonable results in web interface while producing weird list on N900.
Suggestion (related to unicode in Qt)..

Web services (like Groove) often want their input in utf8. QString however is utf16. To get to utf8, you want QString::toUtf8().

To convert from utf8 back to utf16 QString (e.g. parsing input from Groove) see, QString::fromUtf8().

Then, you have C strings (char*) which don't actually have a predefined encoding, they are just strings of bytes - so you need to keep an eye on what you put into them.

Generally speaking, they're latin1 encoded (ASCII), to put them into a QString.. QString::fromLatin1(). If they aren't latin1, see QTextCodec::setCodecForCStrings().

QLatin1String class is also helpful - in particular, this will allow you to compile when using QT_NO_CAST_FROM_ASCII (which itself is helpful to make sure you explicitly give encodings for all of your strings).

Hope this helps!
__________________
i'm a Qt expert and former Jolla sailor (forever sailing, in spirit).
if you like, read more about me.
if you find me entertaining, or useful, thank me. if you don't, then tell me why.
 

The Following 4 Users Say Thank You to w00t For This Useful Post:
Dave999's Avatar
Posts: 7,074 | Thanked: 9,069 times | Joined on Oct 2009 @ Moon! It's not the East or the West side... it's the Dark Side
#69
can't get this to work anymore.

tested different networks.
updated uninstalled installed
can't find any tracks.

 
Posts: 94 | Thanked: 253 times | Joined on Jan 2010 @ Virginia
#70
Originally Posted by Dave999 View Post
can't get this to work anymore.

tested different networks.
updated uninstalled installed
can't find any tracks.

Works for me, does going on listen.grooveshark.com work?
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 13:43.