freac icon indicating copy to clipboard operation
freac copied to clipboard

Provide a non-encode file output option

Open Xorgeo opened this issue 2 years ago • 2 comments

A times I want to simply rename a set of audio files using the tag information contained in the file.

However, sometimes it is not desirable to encode the file data, but only rename the files according to the output file pattern.

Xorgeo avatar Feb 15 '23 17:02 Xorgeo

The puddletag GNOME application provides this function.

Xorgeo avatar Mar 07 '23 18:03 Xorgeo

You might want to try Picard, then, which has sophisticated rename/reorganise features.

Else, being on POSIX, there are surely CLI tools to parse the tagged metadata, which could then be used (in a shell script) to rename the file.

Ideally, when actually generating the files would be the time to set the name based on metadata. Perhaps you could elaborate on your workflow? Why are you ending up with misnamed files, in the first place?


The title was a bit misleading; I thought you would be asking about outputting uncompressed (all audio is encoded; they're different concepts) files, which is entirely different to simply renaming/reorganising existing files.

Lee-Carre avatar Sep 02 '23 11:09 Lee-Carre