Option to use shortened album name #113
Closed
RogueOneEcho
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
That information could be save on the cache file for later commands. E.g. You run verify, spectrogram and transcode with --shorten-directory-name, but later when run upload forgot to use --shorten-directory-name. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
The logic to suggest shortened album names already exists but there is no option to actually use this value:
caesura/src/naming/shortener.rs
Lines 39 to 62 in e803c44
--shorten-directory-nameverifyspectrogramtranscodeanduploadcommands would need to accept this.spectrogramoutput dirtranscodeoutput dirupload.torrentfilesBatch command will either skip the non-shortened version because it's too long. Or will skip because all formats are already uploaded.
Related: #58
Beta Was this translation helpful? Give feedback.
All reactions