death_hawk 0 Posted January 25, 2019 Posted January 25, 2019 Is there a way to force an EPG update via command line? I'm currently doing a workaround right now where I'm externally downloading an XML file and would optimally like to script in a way for emby to refresh the EPG.
Luke 40065 Posted January 25, 2019 Posted January 25, 2019 Hi, no, but you can do this in the web interface. Why not just do that?
death_hawk 0 Posted January 25, 2019 Author Posted January 25, 2019 Web interface requires me to do work. I'd rather just automate it.
Solution Jdiesel 1328 Posted January 25, 2019 Solution Posted January 25, 2019 You could try something like this curl -X POST "http://localhost:8096/emby/ScheduledTasks/Running/taskID?api_key=key" -H "accept: */*" -d "" Where the "taskID" is the task id for the Refresh Guide scheduled task and the "key" is your api key 1
death_hawk 0 Posted January 25, 2019 Author Posted January 25, 2019 That seems like it would work. I'll test it. Thanks
Jdiesel 1328 Posted January 25, 2019 Posted January 25, 2019 You can use Chrome's debug console to easily figure out the task ID to Refresh the Guide
death_hawk 0 Posted January 25, 2019 Author Posted January 25, 2019 I found it by just copying the URL out of "Scheduled Tasks" That worked perfectly. Thanks @@Jdiesel
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now