&& !tryLock()) {
JOptionPane.showMessageDialog(null, "Only one instance of Musique can be run at a time", VERSION, JOptionPane.ERROR_MESSAGE);
System.exit(0);
}
player = new Player();
Scrobbler scrobbler = new Scrobbler();
scrobbler.start();
playlistManager = new PlaylistManager();
playlistManager.loadPlaylists();
pluginLoader = new PluginLoader();