RandomEngy / VidCoder

A Blu-ray, DVD and video file transcoder for Windows.
http://vidcoder.net
GNU General Public License v2.0
668 stars 42 forks source link

Refresh Sources #1176

Open djdanby opened 9 months ago

djdanby commented 9 months ago

Feature details

Currently, VidCoder does not update the view of virtual DVD drives. I have tested this under Windows 11. If I mount another virtual drive (iso file) under Windows, then this drive cannot be mounted in VidCoder, because it is not displayed.

I have to restart VidCoder each time for the program to recognize the new drive, so it would be nice to have a button to update the sources in the list.

VidCoder Version 8.26

RandomEngy commented 9 months ago

VidCoder is set up to listen for any inserted disc event and to show it in the UI (See DriveService.cs in the source). I just tested mounting some ISO files and it does recognize the drive and let me scan right away. Maybe the WQL watcher query is not functioning correctly in your install of Windows?

djdanby commented 9 months ago

All drives are recognized normally under Windows. So added by Windows and removed again. Only not in VidCoder.

RandomEngy commented 8 months ago

Likely Windows is using a different API, and only the method I'm using is broken here. I'll add a workaround to manually refresh the list if more people are running into this.