We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsorted Ideas for improvements:
ffmpeg
fdkaac
Sandreas.Files
1.1.0
JavaScriptApi
IHttpClientFactory
Serializers
jint
Markup.Escape
spectre.console
description.txt
chapters.txt
--watch
--where=(lt size 500M)
size.greaterThan('500MB') && created.between('2021', '2022')
--order-by="date,name,size desc"
--limit=10,20
--skip=10
--take=20
class OrderByDirective<IEnumerable<T>> : IDirective<IEnumerable<T>> { public OrderByInstructions(string orderBy) { _parseOrderBy(orderBy); } public Apply(IEnumerable<T> items) { } }
The text was updated successfully, but these errors were encountered:
Doh, there's an idea colletion ticket, I didn't see that before posting - so there's the link for perfect opus merging: #57
Sorry, something went wrong.
Nevermind, this is a pretty early ticket and should be separated either way :-) Thanks.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: