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.
TC10.52 + OGG player: I can't play .ogg files via listener
Moderators: Hacker, petermad, Stefan2, white
Re: OGG player
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
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.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: TC10.52 + OGG player: I can't play .ogg files via listener
To make it working I had to add
*.ogg *.mp3
*.ogg *.mp3
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
Re: TC10.52 + OGG player: I can't play .ogg files via listener
You can close ANY player by Esc - just: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).
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
Re: OGG player
It works, thank you!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