Search the Community
Showing results for tags 'emby-api'.
-
Hello, i've been starting to use emby server in this week and although there is already a dashboard to manage emby server, such as creating users and stuff, i'd like to use my own admin panel already done that was written in php. I'd like to know if it is possible to access emby's dashboard options through another panel created by myself through an API, remote access or something similar, and if so, i'd like to know how because i'm new at this .
-
Hello everyone! I used to have a python script that would add accounts with selenium. It worked well enough, but that was broken by an emby update. Current events have given me lots of free time and I'm kinda bored, so I decided to rewrite my script using python requests and the emby api. This script takes input from a text file in the format <server username>, <emby connect username> <server username>, <emby connect username> <server username>, <emby connect username> and creates users on an emby server with the username <server username> and attempts to link it to <emby connect username>. The script also configures a bunch of settings for the new user. A list of settings that are configured by the script and more details can be found in the readme in the github repo. Here it is: https://github.com/stummyhurt/auto-emby-accounts I'd love to hear any thoughts!