Describe the bug
Release Group is not correctly picked up by Radarr.
To Reproduce
Steps to reproduce the behavior:
{Movie.CleanTitle}.{Release.Year}.{EDITION.TAGS}.{QUALITY.REAL}.{QUALITY.PROPER}.{Quality.Title}.{MediaInfo.VideoCodec}-{RELEASE.GROUP}Expected behavior
/movies/The Wolf of Wall Street (2013)/The.Wolf.of.Wall.Street.2013.1080p.BluRay.x264.YIFY.mp4
should be renamed to
/movies/The Wolf of Wall Street (2013)/The.Wolf.of.Wall.Street.2013.Bluray-1080p.x264-YIFY.mp4
Screenshots

Version
Version : 0.2.0.1358
Mono Version : 5.20.1.34 (tarball Tue Jul 16 22:52:32 UTC 2019)
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.96. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
This issue is already open somewhere, can't seem to find it now though
You might want to use {-Release Group}. Also, it means that Radarr hasn't stored the group. Doesn't it look for -GrouP or [GrouP]?
@fryfrog : what is the difference between {Release Group} and {-Release Group} ?
Adding the dash inside the tag makes it conditional
Though if Radarr doesn't have the group, it just calls it Radarr, so having the - inside the {} doesn't really matter.
@fryfrog : Do you have an idea why Radarr doesn't pick YIFY in the name ?
An other example with this settings :
{Movie.CleanTitle}.{Release.Year}.{EDITION.TAGS}.{QUALITY.REAL}.{QUALITY.PROPER}.{Quality.Title}.{MediaInfo.VideoCodec}-{RELEASE.GROUP}
Name:
WALL-E (2008) [1080p]
Source:
/downloads/torrents/deluge/WALL-E (2008) [1080p]/WALL-E.2008.1080p.BrRip.x264.YIFY.mp4
Imported To:
/movies/WALL路E (2008)/WALL路E.2008.Bluray-1080p.x264-RADARR.mp4
Thanks
Yeah, YIFY doesn't do their group names in a way that look like groups. See how it is .YIFY. in your example instead of -YIFY?
Okay. Is their something i can do to fix this ? Each time i download a yify movie i have this problem. How others people do ? Thanks @fryfrog
Everyone else blocks YIFY and YTS, they're trash. If you can find some way to change .YIFY or .YTS to -YIFY and -YTS in your download client, that'd side step it. You might be able to reach out to them and fix their release naming.
aha ! Okay thanks a lot @fryfrog !