For all audio and video files I get this error: "playing failed: Automation error"
For videos, I can see the first frame as a thumbnail and in the preview window. They just won't play.
Media Previews not working (all audio and video files)
Re: Media Previews not working (all audio and video files)
If I switch the default media play to Windows Media Player, previews work fine. But I would prefer VLC as the default, which apparently won't let XYPlorer preview media. Any settings I change to allow this?
Re: Media Previews not working (all audio and video files)
I installed the 32 bit version of VLC. I was hoping to use VLC as a User-Defined Preview Handler (for media files). However, I cannot find the GUID for VLC... Has anyone done this? Are there alternative media preview handlers to Windows Media Player?
Re: Media Previews not working (all audio and video files)
By "preview handler", I assume you mean thumbnails only. For previews only there is Icaros Shell Extensions. It can be installed, or just unpacked and registered using the IcarosConfig.exe. It should handle previews alongside VLC (I have never installed VLC). I use Light Alloy with Icaros and have ZERO problems previewing media of any kind.
If you can not playback audio you could use a codec pack. K-lite is the most common and trusted. Video I think can only be previewed using Windows Media Player and by using a third party player that ability is broken. If anyone knows a way around this I'd be curious to know as well.
If you can not playback audio you could use a codec pack. K-lite is the most common and trusted. Video I think can only be previewed using Windows Media Player and by using a third party player that ability is broken. If anyone knows a way around this I'd be curious to know as well.
I want XY to serve soft ice cream. Please Don, make XY serve soft ice cream.
Re: Media Previews not working (all audio and video files)
No, not for thumbnails only. I mean the actual preview window that should play video content.
Re: Media Previews not working (all audio and video files)
Why don't you just use a portable file association in XYplorer like:
and maybe portable file icons as well like:
Code: Select all
"VLC" {:Video}>::openwith "<path to VLC>\VLC.exe", , <curitem>;
Code: Select all
"VLC" {:Video}><xyicons>\your_own_vlc_icon.ico
One of my scripts helped you out? Please donate via Paypal
Re: Media Previews not working (all audio and video files)
In this case the XYPlorer would preview video with Windows Media Player, right? This is my best option so far. I didn't know about the portable icons, which is great.highend wrote: ↑07 Dec 2018 20:26 Why don't you just use a portable file association in XYplorer like:and maybe portable file icons as well like:Code: Select all
"VLC" {:Video}>::openwith "<path to VLC>\VLC.exe", , <curitem>;
Code: Select all
"VLC" {:Video}><xyicons>\your_own_vlc_icon.ico
The videos do preview with Windows Media Player, however they are not autoplaying even though I have that setting ticked on. Any ideas?
Re: Media Previews not working (all audio and video files)
Well, if you decide to use VLC using PFA (portable file association) in XY, then you could set WMP as the system default again. This should enable video previews.
I want XY to serve soft ice cream. Please Don, make XY serve soft ice cream.