A lot going on in latest release! 🎉
🔥 Big ticket items are:
- Built in proxy support
- Built in HDHomeRun support (can add to Plex, Emby, JellyFin, etc.)
- EPG mapping updates with similarity search mapping added
📕 And new docs website added!
View the docs here: https://sparkison.github.io/m3u-editor-docs
Full changelog:
- 229fc62 Update
docs-widget.blade.php(fix gradient overriding logo) - 443fbd5 Quick tweak to EPG sim search to prefer custom title/name over provider
- 7d3d82a Switch from Alpine edge to a specific version 🏔️
- da3639c add proxy URL override environment variable
- 580efd7 Add docs widget to dashboard 📕
- b9a484b Update copy command to show notification instead
- 12bf9e0 Add docs url to config and updating sim search function
- ec83a2b Add timeshift to playlist output
- d920f75 Set timeshift from m3u
- e5b6eed Remove invalid buffer flush function
- da56223 Increase octane timeout and update output buffer flushing
- 6486f0f More tweaks to the proxy streaming functionality
- 90717c3 Update buffer flushing logic for proxy to work better in Docker
- d083817 Update similarity search for EPG mapping with a couple optimizations
- 9320ca7 Update supervisord.conf
- 120c402 Add similarity search fallback for EPG mapping (#68)
- 2f54f45 Some input description updates; more changes to EPG file generator
- 356cc00 Remove double check
- a3bca57 More tweaks to the EPG controller when using local paths
- ca74cdb Fix EPG download not working when using local file as source
- 8991c3a Updating README and linking to docs site
- dcd36a6 Update VersionServiceProvider.php
- 66161c7 Fix processing Xtream API when not pulling in VOD
- af81573 Remove unused python tools and add core utils
- d6d4c88 Work on streaming via proxy and keeping connection alive
- 1e0487b Removing useless filter on channels table; update Xtream test CLI command
- 9118b45 Adding ability to fetch VOD from Xtream API
- a1cea69 Add ability to bypass proxy
- 65b586d Add quick link to HDHR setup page
- 4123318 Field info updates and remove cache clear from container start
- 5eae863 Update mapping to retain stream id on playlist
- 71c19da Add ability to change the TVG ID mapping; use Redis for cache
- 5c5397e Fix incorrect table columns added to custom/merged playlists
- 52b9f7c Allow large URLs for channels and add DRM tags (
#KODIDROP) to channels on import (#70) - 1e15eb0 Updating HDHR, removing SSDP (not using) and adding some setup instruction views
- 0c2cbc1 Updating HDHR implementation and testing SSDP service
- 1f48117 Updates to proxy and adding HDHR spoof function! 🕵️♂️
- ad49b2f Add proxy URL to channels and base64 encode ID
- 257f64d Update resource pages with Proxy status
- 78c0931 More adjustments to the proxy function
- 6acf13e Attempt to close the proxy stream if the client drops the connection
- 383bd8c Update ffmpeg CLI output options
- adc3aac Name the proxy routes and make sure custom channel URLs are respected when proxying
- 26c4609 Add proxy settings to playlists! 🎉
- 9540c87 Add HLS proxy streaming, and update standard proxy stream to allow fallback URLs
- 94c19af Testing proxy feature 🔒
- 675af51 Fix error with Laravel optimize command