Open sandreas opened 2 years 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
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.
Unsorted Ideas for improvements:
external binaries (like
ffmpeg
andfdkaac
)putSandreas.Files
to nuget repository as1.1.0
to make the project compilable for everyoneJavaScriptApi
toIHttpClientFactory
(https://www.infoworld.com/article/3586176/how-to-use-ihttpclientfactory-in-aspnet-core.html)Serializers
scriptable viajint
JavaScriptApi
must have aMarkup.Escape
wrapper forspectre.console
ffmpeg
builds: https://github.com/eugeneware/ffmpeg-static/releases/tag/b5.0description.txt
andchapters.txt
files with unknown encodingJavaScript Interpreter to write simple extension taggers (https://github.com/sebastienros/jint)--watch
option to keep running as daemon--where=(lt size 500M)
=> Maybe use JavaScript expression?size.greaterThan('500MB') && created.between('2021', '2022')
--order-by="date,name,size desc"
--limit=10,20
(maybe--skip=10
and--take=20
filter options notes