death_hawk 0 Posted January 25, 2019 Share 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. Link to post Share on other sites
Luke 25799 Posted January 25, 2019 Share Posted January 25, 2019 Hi, no, but you can do this in the web interface. Why not just do that? Link to post Share on other sites
death_hawk 0 Posted January 25, 2019 Author Share Posted January 25, 2019 Web interface requires me to do work. I'd rather just automate it. Link to post Share on other sites
Solution Jdiesel 1032 Posted January 25, 2019 Solution Share 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 Link to post Share on other sites
death_hawk 0 Posted January 25, 2019 Author Share Posted January 25, 2019 That seems like it would work. I'll test it. Thanks Link to post Share on other sites
Jdiesel 1032 Posted January 25, 2019 Share Posted January 25, 2019 You can use Chrome's debug console to easily figure out the task ID to Refresh the Guide Link to post Share on other sites
death_hawk 0 Posted January 25, 2019 Author Share Posted January 25, 2019 I found it by just copying the URL out of "Scheduled Tasks" That worked perfectly. Thanks @@Jdiesel Link to post Share on other sites
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