Advertisement
mariokartgod

jellyjar error - jellyfin_api_client modification

Mar 26th, 2024
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.33 KB | None | 0 0
  1. # ORIGINAL SCRIPT
  2.  
  3. # server_url = os.environ['JELLYFIN_URL']
  4. # server_username = os.environ['JELLYFIN_USERNAME']
  5. # server_password = os.environ['JELLYFIN_PASSWORD']
  6.  
  7. # MODIFIED SCRIPT
  8.  
  9. os.environ['JELLYFIN_URL'] = 'http://localIPaddress:8096'
  10. os.environ['JELLYFIN_USERNAME'] = 'binary'
  11. os.environ['JELLYFIN_PASSWORD'] = 'mypassword'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement