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