Moe Fwacky 16df8c2ac1 fixed a bug in a function
fixed a wrong variable in the get_by_rating function
2022-01-03 02:14:05 -08:00
2022-01-03 02:14:05 -08:00
2021-02-22 23:09:07 -08:00
2018-06-29 16:27:29 -04:00
2021-08-08 11:12:19 -07:00
2017-07-13 02:04:46 -07:00
2021-08-14 01:53:33 -07:00
2021-07-12 22:44:02 -07:00

PseudoChannel.py - Your Home-Brewed TV Channels

Generated HTML schedule

How to Use:

  • Pseudo Channel is a script that interfaces with the Plex API, it runs independently of both server and client. Current supported clients are those that show on in the plex API clients page (http:///clients?X-Plex-Token=). Pseudo Channel is capable of managing schedules for multiple channels. When a channel is activated, Pseudo Channel directs Plex, through the API, to play movies and shows according to a schedule. The script also supports filling time between media with any libraries defined as 'commercials'. The web interface allows for easy
  1. Update:
% sudo apt update
  1. Install python-pip & Git:
% sudo apt install python-pip git -y
  1. 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 .
  1. Make the "install.sh" executable:
% chmod +x ./install.sh
  1. 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

Description
This is a python based cli-app using the python-plex-api to control a plex-client and act like a real TV channel with show scheduling, commercial breaks, movie nights, etc. "Home-Brewed TV Channel(s) for Hackers"
Readme GPL-3.0 1.5 MiB
Languages
Python 100%