There was a setting called noFollowSegment that was undocumented and breaking an addon.
It seems that this was made to state that you wish to not proxy segment files if playlist was set to true. But in reality, the logic stated that it was doing the exact opposite of what it was supposed to, thus not following segments at all when setting playlist to true unless also setting noFollowSegment to true.
This fixes the logic, and also documents this property.
Thanks so much for building this thing, it's really amazing to work with it. :)
There was a setting called
noFollowSegment
that was undocumented and breaking an addon.It seems that this was made to state that you wish to not proxy segment files if
playlist
was set totrue
. But in reality, the logic stated that it was doing the exact opposite of what it was supposed to, thus not following segments at all when settingplaylist
totrue
unless also settingnoFollowSegment
totrue
.This fixes the logic, and also documents this property.
Thanks so much for building this thing, it's really amazing to work with it. :)