@ZileXa wrote:
Currently I use this for renaming series and something similar for movies:
rename: "{{tvdb_series_name|escape|replace(''', '')|pathscrub}} - {{series_id}}{% if tvdb_ep_name|default(False) %} - {{tvdb_ep_name|pathscrub}}{% endif %}{% if quality|default(False) %} - [{{quality}}]{% endif %}{% if release_group|default(False) %} - [{{release_group}}]{% endif %}"
My goal with
release_group
is to get the release group name like rarbg, sparks, yts. But it doesn't do anything. I understand this only works for anime. Is there another way?Reason: finding subtitles via Subliminal not always works with a file hash because people simply do not upload the hash to the subtitle website. Therefore you have to find a match by filename, which is limited to the title, year/episode and quality. Without the release group name, you don't know what you are looking for.
Posts: 1
Participants: 1