msdos
msdos
You could try using third-party libs to do that: for example, ffmpeg or sox: ``` ffmpeg -ss 60 -i input.mp3 -t 15s -c copy /tmp/output.mp3 && songrec recognize /tmp/output.mp3 ;...
Yes. Check https://github.com/marin-m/SongRec/issues/91 for some information about needed libs for compiling using cargo. I've tested the CLI in Big Sur and Monterey and it works (haven't tried the GUI).
Since in this machine I already have plenty of packages installed with homebrew and cargo, I cannot for sure say that only installing these packages it's going to work. For...
Issue duplicate of https://github.com/marin-m/SongRec/issues/18: And in this issue there's a bash solution for renaming files using songrec, named https://github.com/danboid/songrec-rename @danboid. IMHO, songrec shouldn't be doing this. Metadata handling is another...
Can you try to use symbolic links? Just a thought...
@JusticeRage what about just exporting a list of apks that need updating? Or automatically creating this file on sdcard? It could be a csv, a xml, a yaml, a json...
That's not a CLI https://codingteam.net/project/googleplaydownloader/download But some of it's dependencies are. The idea is to use them somehow in the future, or something like this one https://github.com/yan12125/google-play-downloader (haven't tested it)....
> What kind of third party script are you using to download APKs? `gplaycli` is now working flawlessly.
Usually when something wrong happens with a linter, there's a message from ale itself in `ALEInfo` (for example, `Error: the command pylama could not be found within PATH or Pipfile's...
This is by design: https://github.com/dense-analysis/ale#5v-how-can-i-change-the-signs-ale-uses > let g:ale_sign_error = '>>' > let g:ale_sign_warning = '--' Are `--` being shown for warnings or errors? In my machine with the same OS...