mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-19 09:43:31 +00:00
Added google calendar integration... Create a calendar event with a comma dilineated title like, 'Show, Seinfeld, false' where the third value is for strict-time.
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
line so it looks like:
|
||||
|
||||
"Movies" : ["Films"],
|
||||
|
||||
6) For Google Calendar integration add you "gkey" to the "plex_token.py" file
|
||||
...(https://docs.simplecalendar.io/find-google-calendar-id/):
|
||||
|
||||
gkey = "the key"
|
||||
|
||||
"""
|
||||
|
||||
@@ -28,6 +33,7 @@ import plex_token as plex_token
|
||||
|
||||
baseurl = 'http://media.home:32400'
|
||||
token = plex_token.token
|
||||
gkey = plex_token.gkey
|
||||
|
||||
'''
|
||||
*
|
||||
@@ -42,3 +48,5 @@ plexLibraries = {
|
||||
"Music" : ["Music"],
|
||||
"Commercials" : ["Commercials"],
|
||||
}
|
||||
|
||||
useGoogleCalendar = True
|
||||
|
||||
Reference in New Issue
Block a user