0.18.0
Notable Changes
🛠️ Add support for stream duplicates within a single M3U.
Notes
- The
M3U_MAX_CONCURRENCY_X
value will still apply globally per M3U despite having duplicate streams in a single M3U. For example, if max concurrency for M3U_1 is set to 1, it will not use any of the other duplicates within M3U_1 after 1 connection. - Updating to this version will require a sync due to a format change.
What's Changed
- Add subindex for inter-m3u duplicates by @sonroyaalmerol in #203
Full Changelog: 0.17.0...0.18.0