@Chris_Thompson wrote:
I'm using FlexGet 2.1.1 on Ubuntu 16.04 (amd64) and python 3.5.1.
I'm using the
content_filename
setting with the transmission plugin and when I do, I get an error like this:2016-06-24 21:46 INFO transmission rss "The Nightly Show 2016 06 23 Mahershala Ali 720p HDTV x264-W4F[VR56]" torrent added to transmission
2016-06-24 21:46 CRITICAL task rss BUG: Unhandled error in plugin transmission: b'The.Nightly.Show - 2016x2016-06-23 - 720P HDTV H264.mkv' is not JSON serializable"templates: #this is just a profile name webdl: #series is a plugins name configure_series: #series plugin has settings and it must be set settings: #tv is just a settings profile #lets take only 720p or 1080p WEB-DL files #and never take those which is encoded with x265 hevc codec quality: 720p !h265 #set default downloads destination set: #the Downloads root path must be created #series_name will be created automatically path: /media/data/TV Shows/{{series_name}} main_file_only: yes content_filename: "{{ series_name|replace(' ','.') }} - {{ series_season }}x{{ series_id|pad(2) }} - {{ quality|upper }}{% if proper %} - PROPER{% endif %}" #if the 720p file has already downloaded and if 1080p came out #then download the best upgrade: yes tracking: no #lets take tv settings and define some shows we are interested from: filesystem: - /media/data/TV Shows/ #we will use transmission daemon to work with magnets transmission: #how long you seed the file when it is removed from torrent client host: localhost port: 9091
Posts: 1
Participants: 1