• 𝒍𝒆𝒎𝒂𝒏𝒏@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    11
    ·
    6 months ago

    Roughly how big are these files, and are they stored locally on your machine or mounted over the network (using FUSE, GVFS, or a kernel-based one like NFS?)

    I’ve noticed a few linux file managers are quite cautious loading multimedia thumbnails for networked filesystems mounted with GVFS, not sure of a fix for that aside from looking for a command line utility to mount using FUSE instead

      • Yer Ma@lemm.ee
        link
        fedilink
        arrow-up
        10
        ·
        6 months ago

        Make sure you have all the free and non-free video codecs installed

              • AVincentInSpace@pawb.social
                link
                fedilink
                English
                arrow-up
                3
                arrow-down
                1
                ·
                edit-2
                6 months ago

                ffprobe is included in the ffmpeg package. For future reference you can find what package contains a file by doing dpkg-query -S /bin/ffprobe (note that the path you give it is relative to /usr)

                • Kickass Women@lemmy.worldOP
                  link
                  fedilink
                  arrow-up
                  3
                  ·
                  edit-2
                  6 months ago

                  Got the command to work. Here’s the info for one of the files for which a preview thumbnail/icon isn’t available:

                • superbirra@lemmy.world
                  cake
                  link
                  fedilink
                  arrow-up
                  4
                  arrow-down
                  1
                  ·
                  6 months ago

                  lol, no :)

                  first of all, it only searches for occurrences in already installed packages and is more or less a grep -l xxx /var/lib/dpkg/info/*.list. So you can’t use it in order to determine which package to install, for that you use https://packages.debian.org or apt-file instead.

                  Secondly, what you search for isn’t relative to anything (wtf):

                  $ dpkg-query -S /etc/grub.d/                                  
                  fwupd, grub-common: /etc/grub.d
                  
    • Kickass Women@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      6 months ago

      This is what I see when I open Gnome Files, click on the icon with three lines, and select Preferences (there’s no option for choosing the max size):