Closed host505 closed 2 years ago
Any reason you are excluding disc images such as .bin and .disc, The other image formats in the list are .nrg .img .iso .udf ?
I've never seen .bin image files used for videos. But probably that's true for other extensions in the list. So what do you suggest, keep them all?
Yeah I think we can keep the disc image formats and just exclude the compressed archive formats
Thanks
@Gujal00
xbmc.getSupportedMedia('video')
on Kodi 19.3 is:I excluded
['.url', '.bin', '.zip', '.rar', '.001', '.disc', '.7z', '.tar.gz', '.tar.bz2', '.tar.xz', '.tgz', '.tbz2', '.gz', '.bz2', '.xz', '.tar']
Please advice/review.