ngovil21 / RequestChannel.bundle

Request Channel - A Plex Channel to create requests
158 stars 22 forks source link

Where does the presets get saved? #66

Closed bsollenb54 closed 6 years ago

bsollenb54 commented 7 years ago

Where are the presets/config getting saved? I've spun up two requestchannel.bundles (one to request kids movies and one for the adults). I use Plex Pass with family settings, so even though it's redundant, I have sickrage and couchpotato download TVs/movies to a different drive from where Sonarr and Radarr download TV/movies to.

Anyway, the issue I'm running into is the two instances of plex request settings' overwrite each others. Likely because they're pointing to the same config file path? I'm just guessing, but any idea how I can modify one of my bundles to point somewhere else for a config file path?

Thanks!

ngovil21 commented 7 years ago

Unfortunately this is not possible unless you change the code to give the channels different names in Code\init.py. That's just how Plex works with channels.

bsollenb54 commented 7 years ago

So is it just as simple as changing the title = 'Request Channel' to something else in code\init.py so that Plex creates a different saved presets or user data file?

It's an easy question that I'd check myself but traveling for work this week and not near my server. Thanks!

ngovil21 commented 7 years ago

I would change the TITLE and PREFIX to different things which are at the top of__init__.py and in Session.py.