[vlc-devel] vlc: svn commit r16878 (funman)

Subversion daemon svn at videolan.org
Fri Sep 29 01:44:10 CEST 2006


r16878 | funman | 2006-09-29 01:44:09 +0200 (Fri, 29 Sep 2006) | 10 lines
Changed paths:
   M /trunk/modules/misc/audioscrobbler.c

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)

 > http://trac.videolan.org/vlc/changeset/16878

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list