mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-06 00:13:38 +00:00
7cc326f591964b38783e5083036e270e89dbd5a5
PseudoChannel.py - Your Home-Brewed TV Channels
How to Use:
- The instructions below are all for configuring the "controller" device (i.e. a laptop or raspberry pi running linux). This is the device this app runs on to control the Plex client. The "client" device should be a Raspberry Pi running Rasplex hooked up to your TV via HDMI - although I'm sure other clients work great too.
- Update:
% sudo apt update
- Install python-pip & Git:
% sudo apt install python-pip git -y
- Create "/channels" dir, change to that directory, and download the install.sh script to the new directory:
% mkdir ./channels && cd ./channels && wget https://raw.githubusercontent.com/FakeTV/pseudo-channel/develop/main-dir/install.sh .
- Make the "install.sh" executable:
% chmod +x ./install.sh
- Run the install and follow the prompts:
% ./install.sh
You need to have your Plex server IP and Plex Token handy as the install script will ask for them. If you run into issues or want to know more about customizing/configuring PseudoChannel, check out the wiki for details. If you need further help, have some ideas or just want to chat all things FakeTV, visit our FakeTV Discord chat here: https://discord.gg/7equn68
Languages
Python
100%
