blacktwin
blacktwin
@nwithan8 any updates? I have a tuner setup and am willing to test.
@nwithan8 Maybe it's me but is how you'd get to the guide? ```python plex = PlexServer(PLEX_URL, PLEX_TOKEN) live = plex.livetv dvr = live.dvrs[0] print(live.guide()) ``` I'm getting `AttributeError: 'LiveTV' object...
@darovic Opening your browser Inspect tool and checking the Network traffic/calls is where you should start to find the API calls for the actions you perform from TIDAL. Logs won't...
Where does `mysub = "What.If.2021.S01E01.1080p.HEVC.x265-MeGusta.en.srt"` exist? You need to provide the path to the file. https://github.com/pkkid/python-plexapi/blob/d036c404efe1f218188fea1a03150ba17063164c/plexapi/video.py#L119-L129
Additional support for agents and library settings has been added in PR #436 An [example ](https://github.com/pkkid/python-plexapi/pull/436#issuecomment-599684985)for making library setting changes in the PR.
Why are you using auto and providing an agent? What are your results with just using the agent?
What happens when you use `com.plexapp.agents.youtube://ua-f0ypVbP` as your agent?
Can you provide a link to this agent or is it in webtools UAS? I'd like to test with it.
What does `c.matches(agent='youtube',title='',year='')` return?
> Can you provide a link to this agent or is it in webtools UAS? I'd like to test with it.