mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2026-01-05 01:33:16 +00:00
fbd86d239068d1c6417fe930c9f34c8ad3926bce
Fixed bugs in Kevin Bacon Mode Added function to expose actor and previous movie in the showTitle field of Kevin Bacon generated movies
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/master/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%
