@Isaac_Christie wrote:
Hey Guys, I'm using the following task to download hallmark movies from TPB, because TPB RSS is dead I'm using the HTML plugin. Overall it seems to be working apart from the content_rename and pushbullet notifications. Thanks in advance for all help.
pushbullet_mov2: notify: entries: message: "{{task}}- {{movie_name}} ({{movie_year}})" via: - pushbullet: api_key: '{? pb.api ?}' mov3: priority: 5 accept_all: yes metainfo_movie: yes archive: yes template: - deluge_global - pushbullet_mov2 regexp: reject: - murder - mystery quality: h264 html: url: https://thepiratebay.org/search/hallmark/0/0/0 title_from: title links_re: [ magnet ] manipulate: - title: from: url extract: '&dn=([^&](/^&)+)' deluge: movedone: E:/Users/Admin/AppData/Roaming/Deluge/Done/++MOVIES MEL++ label: mov4 content_filename: "{{movie_name|replace(' ', '.')}}.{{movie_year}}"
what I end up with is:
as you can see, the main file for each torrent in deluge is named after the magnet and not simply Some.Movie.Name.2010.mp4 and also the magnet link is what it showing up in the pushbullet notifications
Posts: 1
Participants: 1