Someonenameguy

Results 17 comments of Someonenameguy

I can load more than 200 songs in the playlist viewer and I do have to link garbing tool. So technically I can import manual more than 200 songs.

Noted I try it next time I need to export. I'll leave this issue open for others that might need it. > `image[000, %d]` (or e.g. `image[0, %d]` Also that's...

> I would've assumed "brute force the best filter" would include 0 internally, but good to know. `Brute Force` I would guess does include `0:no filter` but per-line. So most...

Thanks! I got it to work with: ```cmd dir /B | rush -j=6 "ffmpeg-normalize -sn -cn -t -16 -lrt 50 -tp -1.5 --keep-lra-above-loudness-range-target -vn -e \"-c:a libmp3lame -ar 44100 -b:a...

Nvm I found a new issue. Running the cmd with `--dry-run` I see weird outputs where the last `{}\"` is placed in the wrong place. ![image](https://github.com/user-attachments/assets/01a80451-94fb-4b14-bb6b-0f407acc7377) ```cmd ffmpeg-normalize -sn -cn...

```cmd 12:19:47.654 [ERRO] wait cmd #1: ffmpeg-normalize -sn -cn -t -16 -lrt 50 -tp -1.5 --keep-lra-above-loudness-range-target -vn -e "-c:a libmp3lame -ar 44100 -b:a 32k -abr 2 -ac 1 -q 0"...

The last `"` seems to be placed base on the command prompt scale/word wrap. ![image](https://github.com/user-attachments/assets/bf46f437-fcd5-4764-8d13-6707ea156ee2) ![image](https://github.com/user-attachments/assets/3cd27c86-3d6d-4d96-91df-e8e86f3e6445) ![image](https://github.com/user-attachments/assets/7101ded3-a7a9-46a3-acbe-769fe4ae869f) If I resize after the output the `"` moves not sure why it...

> I used the command below (`-abr 2` is not used as it reported that 2 should be a boolean value), and it worked. That was typo on my side...

Hmm still have issues with some files. If I do a echo test this happens: ```cmd \Desktop\CD>dir /b | rush -j1 "echo {}" #SELFIE is a new and original song...

That still cause issues as the program will see the `\&` as new dir/loc. Command used: `dir /b | rush -q -j5 "ffmpeg-normalize -v -sn -cn -vn --keep-lra-above-loudness-range-target -c:a libopus...