Flexget REST API
@liiight wrote: Latest changes: 0.5.3-beta: Fixed /tasks/execute/ and /inject/ endpoints, now correctly passes options for execution. Note that some option names changed (all dashes converted to...
View ArticleFlexget REST API
@chewy74 wrote: This is awesome! Great work guys!! I just added this to my config and it's not connecting to the ui. `web_server: bind: 0.0.0.0 port: 5050 api: yes webui: yes templates:...
View ArticleFlexget REST API
@crawln wrote: Wouldn't think vpn would interfere. Proxy's might but not vpns. Read full topic
View ArticleFlexget REST API
@invisiblek wrote: You don't want to use 'flexget_host' in your browser's address bar. Replace that with your server's hostname or IP address. Read full topic
View ArticleFlexget REST API
@chewy74 wrote: Lol I feel like such an idiot lol. Thanks It's looks great Read full topic
View ArticleFlexget REST API
@effemmeffe wrote: I'm trying the ui right now and it seems fine, but I can't see my configuration in it, should I? Plus a note: I tried the log and if I click on the Time column it sorts in ascending...
View ArticleFlexget REST API
@liiight wrote: Ui is not even alpha and definitely not ready for testing. This thread's purpose is the api and not the ui. That being said, you can always open a git issue to document this Read full...
View ArticleFlexget REST API
@marine88 wrote: hi there good work putting together flexget i want to try deam mod on raspberry pi but i can't getting this error on check 2016-02-16 00:44 WARNING check Config line 2 is indented...
View ArticleFlexget REST API
@liiight wrote: You got indentation issues and this has nothing to do with this thread. Please open a new one. Read full topic
View ArticleFlexget REST API
@marine88 wrote: thanks for the fast response but my config file is simple no mistakes in identation tasks: web_server: bind: 192.168.1.102 port: 5050 api: yes webui: yes Read full topic
View ArticleFlexget REST API
@crawln wrote: Start a new thread for this. 2nd web_server is not a task. Read full topic
View ArticleFlexget REST API
@will wrote: Wow. Congrats! This is a giant leap forward. Looking forward to helping out where I can Read full topic
View ArticleFlexget REST API
@chewy74 wrote: The web ui looking great.. Suggestion for future feature... A menu setting for flexget updates and version check.. Read full topic
View ArticleFlexget REST API
@stevezau wrote: It's on the roadmap. The UI is still very much in alpha at the moment. Read full topic
View ArticleFlexget REST API
@liiight wrote: Just pushed Inject API to dev branch. Accesiable under /inject/:task_name and /tasks/:task_name/execute. See API doc for details. As usual feedback is always welcome. Pasted...
View ArticleFlexget REST API
@liiight wrote: 0.4.6-beta: Changed execution/inject API to enable using multiple tasks (this'll break the previous implementation) Payload now must contains tasks attribute with an array of existing...
View ArticleFlexget REST API
@liiight wrote: 0.5.0-beta: Added /entry_list/ and /movie_list/ endpoints. See list plugins for more information. Changed all of /series/ DELETE method to use forget parameter instead of delete_seen...
View ArticleFlexget REST API
@liiight wrote: 0.5.3-beta: Fixed /tasks/execute/ and /inject/ endpoints, now correctly passes options for execution. Note that some option names changed (all dashes converted to underscores). Changed...
View Article