use ;
/// Resolve fallback video path (absolute or relative to config directory)
///
/// # Arguments
///
/// * `path_str` - The path string to resolve (can be absolute or relative)
/// * `config_path` - The path to the config file (used as base for relative paths)
///
/// # Returns
///
/// Returns `Some(String)` if the resolved path exists, `None` otherwise.