We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I have three files with the following names:
Show.S03E01.720p.The_episode.mkv Show.S03E02[720p]_Another.mp4 Show.S03E0304-HDTV.mkv
I want to save them with the command:
put save "^Show.*"
or something on the similar lines.
Instead of,
put save Show.S03E01.720p.The.episode.mkv Show.S03E02[720p]_Another.mp4 Show.S03E0304-HDTV.mkv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I have three files with the following names:
I want to save them with the command:
put save "^Show.*"
or something on the similar lines.
Instead of,
The text was updated successfully, but these errors were encountered: