@curtwagner1984 wrote:
Hello.
I'm trying to figure out how to use make_html, to generate a html file with all accepted entries for one 'execute' phase of flexget.Right now when I use make_html, it makes the html file for each accepted entry. For example, when if finds and accepts an entry for s01e01, it writes it to the html correctly, but when it finds and accepts s01e02 (In the same execute phase) it overwrites the previous entry in the html.
tasks: tv_show: series: - game of thrones: begin: S01E01 quality: 1080p-2160p hdtv-bluray discover: what: - next_series_episodes: yes from: - piratebay: yes thetvdb_lookup: yes make_html: file: ~/.flexget/choose_downloads.html template: choose_downloads_templates.html schedules: - tasks: tv_show interval: hours: 1
The desired output for this configuration is a HTML file that will contain all accepted 'Game Of Thrones' episodes, yet the output I'm getting is a HTML file with only one entry (the most recent).
Help will be appreciated.
Posts: 5
Participants: 2