TC10.52 + OGG player: I can't play .ogg files via listener

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
dmi7ry
Junior Member
Junior Member
Posts: 6
Joined: 2021-09-18, 06:10 UTC

TC10.52 + OGG player: I can't play .ogg files via listener

Post by *dmi7ry »

Hello there!

I use TC10.52 x64 and I can't play .ogg files via listener (internal, no plugins). It works only if I rename .ogg into .mp3. Is it possible to fix somehow?

P.S. On TC8.5 I used AmpView and it worked well, but it is only 32bit. I also tried to use AmpView with TC10.52 x32, but it works very laggy. And I could not find a lightweight player that can be closed by simply pressing Esc key (it is important).





Subject adjusted by moderator to reflect the content, please take care yourself next time.
User avatar
petermad
Power Member
Power Member
Posts: 14741
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: OGG player

Post by *petermad »

Open Listers Configuration
Click og the Tab "Multimedia"
In the field "Additional multimedia file types" add *.ogg

You must have the LAV filters installed. If you don't already have them, there is a link on this page: https://www.ghisler.com/filters.htm
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: TC10.52 + OGG player: I can't play .ogg files via listener

Post by *Horst.Epp »

To make it working I had to add
*.ogg *.mp3
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
User avatar
Gral
Power Member
Power Member
Posts: 1460
Joined: 2005-01-26, 15:12 UTC

Re: TC10.52 + OGG player: I can't play .ogg files via listener

Post by *Gral »

dmi7ry wrote: 2023-05-17, 12:20 UTC And I could not find a lightweight player that can be closed by simply pressing Esc key (it is important).
You can close ANY player by Esc - just:
1. Download AutoHotkey - www.autohotkey.com - install or unpack
2. Write such a simple script and save as a file with ahk extension (here example for Winamp)

Code: Select all

#IfWinActive ahk_class Winamp v1.x
Escape::!F4
3. Set it to run automatically at system startup.
dmi7ry
Junior Member
Junior Member
Posts: 6
Joined: 2021-09-18, 06:10 UTC

Re: OGG player

Post by *dmi7ry »

petermad wrote: 2023-05-17, 12:38 UTC Open Listers Configuration
Click og the Tab "Multimedia"
In the field "Additional multimedia file types" add *.ogg
It works, thank you!
Post Reply