Viewing Videos with Lister question

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Spiderkeys
Junior Member
Junior Member
Posts: 53
Joined: 2015-04-07, 10:02 UTC

Viewing Videos with Lister question

Post by *Spiderkeys »

Is there anyway I can get those to Loop/Repeat forever (As Default would be better) instead of stopping at the end?

Also can I let Lister open those by Default just by double-clicking, and not VLC Media player which they are assigned to from explorer.

Looked all over the place for a setting.
User avatar
milo1012
Power Member
Power Member
Posts: 1158
Joined: 2012-02-02, 19:23 UTC

Re: Viewing Videos with Lister question

Post by *milo1012 »

Spiderkeys wrote:Is there anyway I can get those to Loop/Repeat forever (As Default would be better) instead of stopping at the end?
Well, TC only has a very basic Video view capability built-in, therefore I guess you have some plug-in installed to watch videos.
So just look at the window caption (upper left corner) of the Lister window while playing videos, to see which plug-in is active.
Spiderkeys wrote:Also can I let Lister open those by Default just by double-clicking, and not VLC Media player which they are assigned to from explorer.
One possible Solution:
Use Files -> Internal Associations (or type "cm_InternalAssociate" in TC's command line).
Now use "Add" and define e.g.:

Code: Select all

*.mp4 *.avi *.mpg
(i.e. your desired file extensions)

Now fill in the "open" field for example

Code: Select all

"%COMMANDER_EXE%" /O /S=L "%1"
Confirm all dialogs.

Now your file extensions will be opened in TC's Lister when you press return or use double click.
TC plugins: PCREsearch and RegXtract
Spiderkeys
Junior Member
Junior Member
Posts: 53
Joined: 2015-04-07, 10:02 UTC

Post by *Spiderkeys »

Thanks, I at least got the Internal Associations sorted out, but still finding away to loop them, I know it's very simple video player, but I got plenty of short avi clips and being very lightweight it's more than I need.
Spiderkeys
Junior Member
Junior Member
Posts: 53
Joined: 2015-04-07, 10:02 UTC

Post by *Spiderkeys »

Nvm I installed Infraview Portable, assoicated avi's there then it had a loop function in it's settings.
Post Reply