# HG changeset patch # User diego # Date 1215257983 0 # Node ID ee63b09aedc93ca852081d1364fab30ca8dbbcee # Parent 5c6b0b2b67b3a6756a84c388c93dbe6a546710c1 Add disc ID to -identify output. patch by Mathieu Schroeter, mathieu.schroeter gamesover ch diff -r 5c6b0b2b67b3 -r ee63b09aedc9 stream/stream_cddb.c --- a/stream/stream_cddb.c Sat Jul 05 09:08:22 2008 +0000 +++ b/stream/stream_cddb.c Sat Jul 05 11:39:43 2008 +0000 @@ -719,6 +719,8 @@ cddb_data.disc_id = cddb_discid(cddb_data.tracks); cddb_data.anonymous = 1; // Don't send user info by default + mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_CDDB_DISCID=%08lx\n", cddb_data.disc_id); + // Check if there is a CD in the drive // FIXME: That's not really a good way to check if( cddb_data.disc_id==0 ) {