2023-03-15, 04:50
If you have a source saved in mediasources.xml it will cause a Music/Video add-ons entry to appear in the file menu on Kodi 20. This didn't happen on 19.
To reproduce:
or simply save this as mediasources.xml in the userdata dir
The next time you open Kodi you'll see Music and Video add-on entries in the files view.
without mediasources.xml
with mediasources.xml
The screenshots above were taken on a fresh Kodi 20.1 installation on Windows 10. The same bug exists in the Android version.
My apologies if this is the wrong place to report this bug.
To reproduce:
- Go to the files section under videos
- Add videos
- Browse, then choose Add network location
- Add a samba share (it may happen with other protocols, but I haven't tested)
- Save
or simply save this as mediasources.xml in the userdata dir
xml:<mediasources>
<network>
<location id="0">smb://127.0.0.1/</location>
</network>
</mediasources>
The next time you open Kodi you'll see Music and Video add-on entries in the files view.
without mediasources.xml
with mediasources.xml
The screenshots above were taken on a fresh Kodi 20.1 installation on Windows 10. The same bug exists in the Android version.
My apologies if this is the wrong place to report this bug.