Code: Select all
/* Send if the user had listen more than 240s OR half the track length */
if( ( played_time < 240 ) && ( played_time < ( p_sys->p_current_song.i_l / 2 ) ) )
{
msg_Dbg( p_this, "Song not listened long enough, not submitting" );
goto end;
}
I will open ticket once you paste the messages.You can check my last.fm scrobbling account, and I'll try to get run the Messages and pastebin the results so that this bug can be verified (and fixed!)
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 66 guests