@tmknight wrote:
Hi:
Trying to manipulate titles based on description. However, once the string is found in if statement, then all torrent titles are getting renamed. Any thoughts?
Example:
if: ## Add 720p to title of only torrents that have 720p dimension in description - "'1280x720' in description": manipulate: - title: replace: regexp: '(?i)Stage\b' format: '720p - Stage' ## Add 576p to title of only torrents that have 576p dimension in description - "'720x576' in description": manipulate: - title: replace: regexp: '(?i)Stage\b' format: '576p - Stage'
Thanks for any insight
Posts: 1
Participants: 1