@maguilar wrote:
Hello guys !
I'm having a bit of struggle trying to set up a propre script for t411 website.
It's not working and so far, with my low knowledge I can't debug it to find out what's going on.Can you please help me?
Here is my config.yml file :
templates: t411: plugin_priority: headers: 250 headers: User-Agent: "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36" Accept: "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" Accept-Charset: "ISO-8859-1,utf-8;q=0.7,*;q=0.3" Accept-Language: "fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4" Cache-Control: "max-age=0" Connection: "keep-alive" Cookie: "uid=***; pass=***; authKey=***" tv-my_shows: template: - t411 series: - Game Of Thrones: begin: S06E05 - Orange Is The New Black: begin: S04E01 transmission: host: localhost port: 9091 username: * password: * set: content_filename: "{{series_name}} - {{series_id}} - {{quality}}" movedone: "/home/xbian/series/{{ series_name }}/{{'S%02d'|format(series_season)}}" tv-my_shows_anime: template: - t411 series: - Dragon Ball Super: identified_by: ep transmission: host: localhost port: 9091 username: xbian password: raspberry set: content_filename: "{{series_name}} - {{series_id}} - {{quality}}" movedone: "/home/xbian/series/{{ series_name }}/{{'S%02d'|format(series_season)}}" tasks: My_TV_Shows: priority: 1 template: - tv-my_shows discover: what: - emit_series: yes from: - t411: category: Série TV terms: - VOSTFR - 1080p priority: 2 template: - tv-my_shows_anime discover: what: - emit_series: yes from: - t411: category: Animation Série terms: - VOSTFR
Posts: 5
Participants: 3