plexmedia-downloader icon indicating copy to clipboard operation
plexmedia-downloader copied to clipboard

Offline download media from Plex Media Server

Results 10 plexmedia-downloader issues
Sort by recently updated
recently updated
newest added

Getting the following error because it's trying to create a folder with "**:**" in the name. using --original-filename does not help. any way around this? Found 1 servers Getting urls...

Getting this. ``` url = self.server["address"]+self.rating_key ~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'address' ``` Hopefully someone with knowledge can look into it.

login fails and it appears this is the culprit: ```python def login(self): # [...] if r.status_code != 200: print(r.json()["error"]) quit(1) ``` It worked when I changed the status code to...

per discovery here: https://github.com/codedninja/plexmedia-downloader/issues/8 resolves issue of success codes

Hello, I am trying this out and showed it my server. It see's my server and shares but is stuck on working with the green orb next to the names...

Hi there. Please update the script for python3 so that I can use it. $ python3 main.py -u [email protected] -p password "url" Traceback (most recent call last): File "/home/chris/plexmedia-downloader/main.py", line...

Added an option (`-f`) that loads the credentials from a json file. The file will be loaded if the arguments provided to the script aren't enough to authenticate the user....

Hi, I'm getting syntax errors with the latest release: python main.py -u REDACTED -p REDACTED --original-filename 'https://app.plex.tv/URL/TO/MEDIA/...' File "main.py", line 28 **self.headers, ^ File "main.py", line 56 'X-Plex-Token': self.user['authToken'] ^...

Add: `.replace("?","")` to all filenames -- on Windows, a `?` in a title will break the download.

Hi, It would be nice to have maximum bandwidth limit for be more nice to others.