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
@danellecline @ryjombari
As part of our discussion earlier today:
In regards to the current --prefix PREFIX option for pbp-meta-gen, maybe, alternatively, consider something like
--prefix PREFIX
pbp-meta-gen
--pattern PATTERN
to indicate how pbp-meta-gen can extract the timestamp from the input filenames?
PATTERN would be any string with fragments that collectively indicate the timestamp like:
PATTERN
{YYYYMMDD}
{YYYY}
{YY}
{MM}
Where the possible symbols inside a {} fragment include Y, M, D, H, m, s ..
{}
Y
M
D
H
m
s
The NRS11 case would be something like --pattern NRS11_{YYYYMMDD}_{HHmmss}.flac
--pattern NRS11_{YYYYMMDD}_{HHmmss}.flac
Just an idea.
The text was updated successfully, but these errors were encountered:
Good idea @carueda. This may be a beneficial approach.
Sorry, something went wrong.
Thanks for capturing this suggestion @carueda
danellecline
No branches or pull requests
@danellecline @ryjombari
As part of our discussion earlier today:
In regards to the current
--prefix PREFIX
option forpbp-meta-gen
, maybe, alternatively, consider something liketo indicate how
pbp-meta-gen
can extract the timestamp from the input filenames?PATTERN
would be any string with fragments that collectively indicate the timestamp like:{YYYYMMDD}
: 4-digit year, 2-dig month, 2-digit day{YYYY}
: 4-digit year{YY}
: 2-digit year{MM}
: 2-digit monthWhere the possible symbols inside a
{}
fragment includeY
,M
,D
,H
,m
,s
..The NRS11 case would be something like
--pattern NRS11_{YYYYMMDD}_{HHmmss}.flac
Just an idea.
The text was updated successfully, but these errors were encountered: