Seek forward by seconds
Future<bool> seekForward(int seconds, [String? player]) async { return seek(seconds * 1000000, player); }