It's been annoying me that if I have a disc with a single video file in the root,
that it would always autoplay that file, even when I had directories on the disc as well.
This very tiny patch fixes that. It will now only autoplay that single file if there are no directories on the disc.
Rande
672c672
< if len(video_files) == 1:
---
> if len(video_files) == 1 and media.item['num_dir_items']=0:
rom_drives.py.diff
Description: Binary data
