Is there a way to scan / show the playing time of videos / movies?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Is there a way to scan / show the playing time of videos / movies?

Post by Biff »

Is there a way to scan / show the playing time of videos / movies?
void
Developer
Posts: 16679
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is there a way to scan / show the playing time of videos / movies?

Post by void »

Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Re: Is there a way to scan / show the playing time of videos / movies?

Post by Biff »

Ah, that is great, many thanks!

When one searches in the "Properties" for e.g. the "length", playing time of videos, how does one know that this is the length of videos (and not e.g. for music files)?
Image

Is there a column or else showing that?

What does the option "Include folders" cause here:
Image

When I add the length under "Video" there also the lengths of music filles are included? Why is that?
Image

I have just added the extensions of the search filter "Videos":
Image

Would you object to doing it that way? Anything against that?

Now, with this new settings,

Image

Everything indexed anew, but there is not any lenght shown for the video files / movies on the online drive:

Image

What could be the reason? Ah, yes, the extensions must be entered differently than in search filters:

*.3g2;*.3gp;*.3gp2;*.3gpp;*.amv;*.asf;*.asx;*.avi;*.bdmv;*.bik;*.d2v;*.divx;*.drc;*.dsa;*.dsm;*.dss;*.dsv;*.evo;*.f4v;*.flc;*.fli;*.flic;*.flv;*.hdmov;*.ifo;*.ivf;*.m1v;*.m2p;*.m2t;*.m2ts;*.m2v;*.m4v;*.mkv;*.mp2v;*.mp4;*.mp4v;*.mpe;*.mpeg;*.mpg;*.mpls;*.mpv2;*.mpv4;*.mov;*.mts;*.ogm;*.ogv;*.pss;*.pva;*.qt;*.ram;*.ratdvd;*.rm;*.rmm;*.rmvb;*.roq;*.rpm;*.smil;*.smk;*.swf;*.tp;*.tpr;*.ts;*.vob;*.vp6;*.webm;*.wm;*.wmp;*.wmv
void
Developer
Posts: 16679
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is there a way to scan / show the playing time of videos / movies?

Post by void »

When one searches in the "Properties" for e.g. the "length", playing time of videos, how does one know that this is the length of videos (and not e.g. for music files)?
The Everything Length property applies to music files and video files.


What does the option "Include folders" cause here:
While you can set a "length" property for folders.
It doesn't really make sense to do so, so leave it unchecked.


When I add the length under "Video" there also the lengths of music filles are included? Why is that?
Music/audio files also share this length property.


I have just added the extensions of the search filter "Videos":
Would you object to doing it that way? Anything against that?
You must use a semicolon delimited list of wildcard filters here.
The ext: search function will not work here.

Use:

Code: Select all

*.3g2;*.3gp;*.3gp2;*.3gpp;*.amv;*.asf;*.asx;*.avi;*.bdmv;*.bik;*.d2v;*.divx;*.drc;*.dsa;*.dsm;*.dss;*.dsv;*.evo;*.f4v;*.flc;*.fli;*.flic;*.flv;*.hdmov;*.ifo;*.ivf;*.m1v;*.m2p;*.m2t;*.m2ts;*.m2v;*.m4v;*.mkv;*.mp2v;*.mp4;*.mp4v;*.mpe;*.mpeg;*.mpg;*.mpls;*.mpv2;*.mpv4;*.mov;*.mts;*.ogm;*.ogv;*.pss;*.pva;*.qt;*.ram;*.ratdvd;*.rm;*.rmm;*.rmvb;*.roq;*.rpm;*.smil;*.smk;*.swf;*.tp;*.tpr;*.ts;*.vob;*.vp6;*.webm;*.wm;*.wmp;*.wmv
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Re: Is there a way to scan / show the playing time of videos / movies?

Post by Biff »

The Everything Length property applies to music files and video files.
Although it is under "Video"? Hm, well, OK.
While you can set a "length" property for folders
Ah, sorry, what is the length of folders?
Use:
Many thanks. It appears scanning lasts very much longer. Only because of this single property. But once the videos are (re-)scanned it will take much less time for the next scans?
void
Developer
Posts: 16679
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is there a way to scan / show the playing time of videos / movies?

Post by void »

The Everything Length property applies to music files and video files.

Although it is under "Video"? Hm, well, OK.
Video -> Length and Audio -> Length are the same property.
Everything does not have separate Length properties for audio and video.


Ah, sorry, what is the length of folders?
I can see the confusion.
Length on its own means "duration".
Length of the filename is usually clarified as Filename Length.

You can set the folder length (duration) to anything you like.
Although it doesn't make much sense to do this..


Many thanks. It appears scanning lasts very much longer. Only because of this single property. But once the videos are (re-)scanned it will take much less time for the next scans?
Everything will try to reuse already indexed properties when reindexing / rescanning.
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Re: Is there a way to scan / show the playing time of videos / movies?

Post by Biff »

I understand, thank you.
Many thanks. It appears scanning lasts very much longer. Only because of this single property. But once the videos are (re-)scanned it will take much less time for the next scans?

Everything will try to reuse already indexed properties when reindexing / rescanning.
OK, I guess, that means yes to my question.
Post Reply