]> git.sesse.net Git - vlc/commit
Don't Close() on connection error, retry every minute
authorRafaël Carré <funman@videolan.org>
Thu, 28 Sep 2006 23:44:09 +0000 (23:44 +0000)
committerRafaël Carré <funman@videolan.org>
Thu, 28 Sep 2006 23:44:09 +0000 (23:44 +0000)
commit5e2ac0157084dd2f643431ae3516326c3820ee4a
tree36085957ea901a5201e970bf4aebd02f558f6c83
parent20915248113c509219912c03b51c89c82c795fcc
Don't Close() on connection error, retry every minute
Fix a _() that should have been N_()
Username & Password are non-advanced settings
Warn user with interaction if Username is bad or not set
Handshake only if there is something to submit
Get rid of hexa() for printf("%02x")
Replace % 256 and / (2^x) by bitwise operations : & 0xff and >> x
Don't cancel submission of song if user has paused playing
Code for new meta_engine (not enabled yet)
modules/misc/audioscrobbler.c