1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 15:47:38 +02:00

Only print every scanned file in the musicscan tool

This commit is contained in:
Uwe L. Korn
2014-09-21 14:43:37 +01:00
parent 9893c8c9fc
commit ec154de61f
3 changed files with 27 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ main( int argc, char* argv[] )
// We want a dry-run of the scanner and not update any internal data.
scanner.showProgress( false );
scanner.updateIndex( false );
scanner.setVerbose( true );
// Start the MusicScanner in its own thread
QThread scannerThread( 0 );