Option to override transcode directory name #155
RogueOneEcho
started this conversation in
Ideas
Replies: 1 comment
-
|
Working prototype: 2e6c90c |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are multiple approaches to this.
--name "Mock Artist - Mock Album Name (Deluxe edition) (2015)"caesura would then append
[CD FLAC]to the end.--name-template "{{ artist }} - {{ album }}{% if edition_title %} ({{ edition_title }}){% endif %} [{{ year }}] [{{ media }} {{ format }}]"There is a related idea #121
This hasn't been implemented so far because the format is likely to be too long, however by:
There is a working prototype of 1 and 2 but it's very experimental and requires more testing before release:
2e6c90c
Related: #121 #193
Tangentially related: #113
Beta Was this translation helpful? Give feedback.
All reactions