mpv_thumbnail_script icon indicating copy to clipboard operation
mpv_thumbnail_script copied to clipboard

Improve dection of local/network video paths.

Open tonycpsu opened this issue 6 years ago • 0 comments

  • Replace simple "://" string check with a more thorough algorithm that considers the protocol string (if present) and any user-specified pathname patterns to be considered network paths.

  • The following new settings govern this behavior:

    • thumbnail_network_protocols - pipe-delimited list of Lua patterns for network protocols

    • thumbnail_file_protocols - pipe-delimited list of Lua patterns for file protocols

    • thumbnail_network_paths - pipe-delimited list of Lua patterns that, when matched (and when network protocol checks don't match) determine that a file is on a network (e.g. /mnt/nas)

tonycpsu avatar Nov 26 '19 20:11 tonycpsu