r/InstallationGuides · page 3 of 3
Older discussions, newest first. Back to the live feed
GUIDE: How to install Tivimate on a brand new Firestick 4K Max (2026)
Since Amazon has made it harder to sideload apps on the newer Fire OS versions, here is the updated 2026 guide for installing Tivimate. 1. Go to Settings -> My Fire TV -> About -> Click 'Fire TV Stick' 7 times to enable Developer Options. 2. Go back to My Fire TV -> Developer Options -> Turn ON 'Apps from Unknown Sources'. 3. Go to the Amazon App Store and search for 'Downloader'. Install it. 4.
TUTORIAL: Auto-update custom m3u playlists using a cronjob on a Raspberry Pi
For the data hoarders out there managing multiple playlists via IPTVBoss or m3u4u locally, you can automate your XMLTV and M3U pulls and combine them using a simple bash script. Create `update_iptv.sh`: ```bash #!/bin/bash wget -O /var/www/html/master.m3u "http://provider.com/get.php?user=X&pass=Y" wget -O /var/www/html/epg.xml "http://epg-provider/guide.xml" sed -i 's/OldChannelString/NewChanne
HOW TO: Route only your IPTV device through a VPN (Split Tunneling on ASUS Routers)
If you want your Firestick to use a VPN to stop ISP throttling, but you don’t want your Xbox or work PC passing through the VPN and suffering higher ping times, you need to use VPN Split Tunneling on your router. Here’s how to do it with Asuswrt-Merlin firmware: 1. Log into your router, go to VPN -> VPN Client. 2. Configure your OpenVPN or Wireguard connection using your VPN provider's config f
HOW TO: Route only your IPTV device through a VPN (Split Tunneling on ASUS Routers)
If you want your Firestick to use a VPN to stop ISP throttling, but you don’t want your Xbox or work PC passing through the VPN and suffering higher ping times, you need to use VPN Split Tunneling on your router. Here’s how to do it with Asuswrt-Merlin firmware: 1. Log into your router, go to VPN -> VPN Client. 2. Configure your OpenVPN or Wireguard connection using your VPN provider's config f
HOW TO: Install Stremio + Torrentio + Real-Debrid on Android TV
This is currently the best VOD setup available. It replaces Netflix, Max, Disney, etc. for the cost of a coffee a month. 1. Go to real-debrid.com and buy a premium plan (~$3/month). This is crucial for buffering-free 4k. 2. In the Google Play Store on your TV, install 'Stremio'. 3. Create a Stremio account and log in. 4. ON YOUR PHONE OR PC (not the TV), go to `torrentio.strem.fun`. 5. Click the
TUTORIAL: Setting up Catch-up in NextPVR backend
If you use NextPVR to ingest your IPTV streams and feed them to Kodi or Emby, getting Catch-up (Flussonic/Xtream) to work correctly requires some URL manipulation. NextPVR by default just passes the direct channel URL. To enable 3-day catch-up: 1. Open your NextPVR web interface -> Devices -> IPTV Device. 2. In the 'URL Format' override box, you need to use the `{start}` and `{duration}` variable