sandreas / tone

tone is a cross platform audio tagger and metadata editor to dump and modify metadata for a wide variety of formats, including mp3, m4b, flac and more. It has no dependencies and can be downloaded as single binary for Windows, macOS, Linux and other common platforms.
https://pilabor.com
Apache License 2.0
404 stars 17 forks source link

Ideas collection #5

Open sandreas opened 2 years ago

sandreas commented 2 years ago

Unsorted Ideas for improvements:

external binaries (like ffmpeg and fdkaac)

filter options notes


class OrderByDirective<IEnumerable<T>> : IDirective<IEnumerable<T>> {
    public OrderByInstructions(string orderBy) {
         _parseOrderBy(orderBy);
    }

   public Apply(IEnumerable<T> items) {

   }
}
gitoss commented 10 months ago

Doh, there's an idea colletion ticket, I didn't see that before posting - so there's the link for perfect opus merging: https://github.com/sandreas/tone/issues/57

sandreas commented 9 months ago

Doh, there's an idea colletion ticket, I didn't see that before posting - so there's the link for perfect opus merging: https://github.com/sandreas/tone/issues/57

Nevermind, this is a pretty early ticket and should be separated either way :-) Thanks.