@igorkaldowski wrote:
I am trying to change my series coming from trakt to remove the "&" and replace it with"and". This is what I have so far but I cant seem to get it to work. This is relevant to shows like Rizzoli & Isles as on torrent leach no result come up for that.
follow_show_from_ep: priority: 21 seen: local trakt_list: account: '{{secrets.trakt.account}}' list: '{{secrets.trakt.series}}' type: episodes accept_all: yes set_series_begin: yes list_remove: - trakt_list: account: '{{secrets.trakt.account}}' list: '{{secrets.trakt.series}}' list_add: - trakt_list: account: '{{secrets.trakt.account}}' list: '{{secrets.trakt.series}}' type: shows get_shows: priority: 22 configure_series: settings: quality: webrip+ path: '{{secrets.folder.root}}{{secrets.folder.series}}{{tvdb_series_name|default(series_name)|pathscrub}}' set: series_name: "{{ tvdb_id | replace('&', 'and') }}" from: trakt_list: account: '{{secrets.trakt.account}}' list: '{{secrets.trakt.series}}' strip_dates: no type: shows discover: what: - next_series_episodes: yes from: - torrentleech: rss_key: '{{secrets.torrentleech.rss}}' username: '{{secrets.torrentleech.usr}}' password: '{{secrets.torrentleech.pass}}' interval: 1 minutes transmission: host: localhost port: 9091 username: '{{secrets.transmission.user}}' password: '{{secrets.transmission.pass}}' content_filename: "{{tvdb_series_name|default(series_name)|pathscrub}} - {{tvdb_ep_id|default(series_id)}}{% if tvdb_ep_name|default(False) %} - {{tvdb_ep_name|pathscrub}}{% endif %}{% if quality|default(False) %} - [{{quality}}]{% endif %}" path: "/{{secrets.folder.root}}{{secrets.folder.series}}{{tvdb_series_name|default(series_name)|pathscrub}}/"
Posts: 5
Participants: 3