F3 and Ctrl-Q do not show flv-files

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
J.A.G.
Junior Member
Junior Member
Posts: 4
Joined: 2015-07-29, 21:36 UTC

F3 and Ctrl-Q do not show flv-files

Post by *J.A.G. »

When I press F3 or Ctrl-Q on almost any kind of file, the resulting box shows its content, but with flv-files I only get a blank (empty) box.

Any ideas what is wrong and how to correct this? Thanks in advance!

J.A.G.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

If you don't even see raw file contents, perhaps you've installed some lister plugin that tries to open FLV but shows nothing. Please check lister window title (it shows plugin name in a parentheses if it is used) and try to switch views (using keys 1, 2, 3, 4).
J.A.G.
Junior Member
Junior Member
Posts: 4
Joined: 2015-07-29, 21:36 UTC

Post by *J.A.G. »

Thank you for your reply

After pressing F3, the keys 1-2-3 give the expected result, but 4 gives an empty box, with the heading: lister (swflst) - [file name.]

Any further suggestions?
User avatar
HolgerK
Power Member
Power Member
Posts: 5412
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

Any further suggestions?
Also i dislike flash and removed it a while ago from all of my computers:
- Do you have the Adobe Flash player installed ( https://get.adobe.com/flashplayer/ )?
As far as i see some (or all) (flash-)lister plugins needs this as prerequisite.

Another possible reason:
- Incompatible bitness between lister plugin (x64/x86) and installed Adobe Flash player (x86/x64).

Regards
Holger
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

J.A.G.,
If you don't use swflst plugin (which opens FLV files in your case and shows nothing; it seems to be this plugin), you can uninstall it, or you can edit its detection string to exclude FLV extension...
J.A.G.
Junior Member
Junior Member
Posts: 4
Joined: 2015-07-29, 21:36 UTC

Post by *J.A.G. »

Thank you very much for your advice. I shall try it out tomorrow, and report back
J.A.G.
Junior Member
Junior Member
Posts: 4
Joined: 2015-07-29, 21:36 UTC

Post by *J.A.G. »

The detection string of swflst here looks like this:

MULTIMEDIA & ext="SWF" | ([0]="F" | [1]="L" | [2]="V") | ([0]="M" | [1]="Z" | [2]="P") | (([0]="F" & [1]="W" & [2]="S")|([0]="C" & [1]="W" & [2]="S") & FORCE)

I am not sure about what to do with that. I de-activated swflst, but that did not do it.

Thanks again for any useful advice.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Well, it seems that you can remove this part of detection string (it checks that first three file bytes contain "FLV" text):

Code: Select all

| ([0]="F" | [1]="L" | [2]="V")
Anyway, when you delete plugin from Lister plugins it shouldn't be loaded anymore...
Post Reply