justinemter / pseudo-channel

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"
GNU General Public License v3.0
128 stars 18 forks source link

Using multiple libraries? #42

Closed irodimus closed 6 years ago

irodimus commented 6 years ago

Is there a current option when specifying the title of the libraries in pseudo_config.py to use more than one library for the same type of media?

plexLibraries = {
    "TV Shows" : ["TV Shows"],
    "Movies"   : ["Movies"],
    "Music"    : ["Music"],
    "Commercials" : ["Commercials"],
}

If I have a library called "Movies" and another library called "Kids Movies", can I use both?

justinemter commented 6 years ago

As of now, no. This too will be something I'll implement in the next release. Moe over at FakeTV, also has big ideas of using custom libraries for all sorts of creative use-cases. I hope to have that stuff working soon. :)