Some work on processing SUPER large playlist 😜
Currently we're checking the line length since some providers seem to get "stuck" on a character and repeat it, breaking the playlist. For example:
To prevent this, we're attempting to skip channels like this.
Additionally, for providers that give their entire catalog, we're truncating the list to the first 50k channels. This is to prevent issues with timing and memory management, etc. We hope this will still allow the majority of the users to utilize their full list, while not preventing those with extra large lists from using the app.
- 4fcf637 Limit number of channels for super large playlists
- b1c592f Allow using local filepaths for M3u/EPG
- 859c531 (tag: 0.2.13) Flipping the logic a bit on the m3u processing; update README
- f7a9a9c Allow editing EPG channel display name and icons
- 1afc6a6 Cleanup files on model removed
- 5b7c0d0 Version bump for next release
- a412024 Update workflow to pull from dev instead of master
