Spawn an AudioScrobbler submission thread. Definition at line 630 of file scrobbler.c. 00631 { 00632 /* Bail out if the username or password is not filled in */ 00633 if (config_getopt("scrobbler.username")[0] == '\0' || 00634 config_getopt("scrobbler.password")[0] == '\0') 00635 return; 00636 00637 /* Restore unsubmitted tracks */ 00638 scrobbler_queue_restore(); 00639 00640 scrobbler_runner = g_thread_create(scrobbler_runner_thread, 00641 NULL, 0, NULL); 00642 scrobbler_enabled = 1; 00643 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3