Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse Release group in square brackets from end of title #966

Closed
markus101 opened this issue Nov 30, 2015 · 1 comment
Closed

Parse Release group in square brackets from end of title #966

markus101 opened this issue Nov 30, 2015 · 1 comment

Comments

@markus101
Copy link
Member

At the moment we support [RlsGroup] Series Title - 99 - Episode Title but Series Title - 99 - Episode Title [RlsGroup] is not supported.

With advanced parsing we should look at supporting this to allow more flexibility in naming formats.

@Mirabis
Copy link

Mirabis commented Jul 5, 2016

Another example ;p

if [Phr0stY]

 Season 03/Adventure Time S03E25-S03E26 Dad's Dungeon + Incendium (1920x1080) [Phr0stY].mkv
 Season 03/Adventure Time - S03E25-E26 - HDTV-1080p-Sonarr.mkv

If -Phr0stY

 Season 03/Adventure Time S03E01-S03E02 Conquest of Cuteness + Morituri Te Salutamus (1920x1080) -Phr0stY.mkv
 Season 03/Adventure Time - S03E01-E02 - HDTV-1080p-Phr0stY.mkv

Manual Workaround

Get-Item *\* | Rename-Item –NewName { $_.name –replace "\[Phr0stY\]","-Phr0stY" }

@markus101 markus101 changed the title Parse Release group in square brackets from end of tilte Parse Release group in square brackets from end of title Jun 28, 2017
@markus101 markus101 added this to the v3.0 milestone Dec 2, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants