*
*/
protected int importPlaylist(final File file, final String playlistName) throws SQLException, Exception, IOException {
final PlaylistFile playlistFile = PlaylistFile.getPlaylistFile( file.getAbsoluteFile() );
if ( playlistFile == null ) {
throw new Exception( "Unsupported playlist type" );
}