Jump to content

EPG update via CLI


death_hawk
Go to solution Solved by Jdiesel,

Recommended Posts

death_hawk

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.  

Link to comment
Share on other sites

  • Solution
Jdiesel

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

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...