sd modules are added during vlc_Init, some times they manage to get items added to the playlist before vlc_AddIntf is called. vlc_AddIntf starts the playlist if the playlist is empty, this causes the sd modules playlist item to autoplay.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
This should only affect the shoutcast discovery module, as it does not work like the other one and triggers a corner case that was not planned.
I am not willing to fix this at the moment, because it requires to modify several parts of the playlist core logic, and I don't want to risk introducing a regression at this point of the release for a quite minor problem.
Besides, it will be much easier to fix when the playlist core is simplified (ie, when skins2 get the new playlist)
(In [12530]) * Prevent the autoplay function from playing the Shoutcast url for the xmllist. The SD modules already does this by itself. (fixes #8 (closed))