Get shuffle status
Future<String?> getShuffle([String? player]) async { return _executor.executeCommandWithOutput('shuffle', player); }