You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure these issues are my own poor scriping skills in using perl with in bash etc but I'm desperate for help.
I'm wanting to build a bash script to run dr14_t.meter and then write the results into each tracks meta-data and I'm having trouble. I figured the easiest way was to let dr14_t.meter do its things and write a file into each album directory and then I'll use sed to extract the data I need. I've run into problems though and I'm hoping someone can help.
I loop through albums with the following:
while` IFS= read -r -d $'\0' album ; do
dr14_tmeter -1 -d -b "$album";
done < <(find "$inputdir" -mindepth 2 -maxdepth 2 -type d -print0)
Problem 1
Unless I disable multithread I find a called ffmpeg hangs on the last track processed within the first album preventing further progress; (most likely caused by issue 2) Problem 2
By disabling multithread I can see dr14_tmeter fails to use the correct path for the second album.
There is this clue in the script output;
- The full result has been written in the files: dr14.txt
- located in the directory:
/music_album
Success!
Elapsed time: 6.05 sec
stty: 'standard input': Inappropriate ioctl for device
Processing maica
Error: The input directory "/mnt/Audio/maica" don't exixst!
There album "maica" is actually should of actually been "/mnt/Audio/Pre-Staging/Inna\ De\ Yard/The\ Soul\ Of\ Jamaica"
Can anyone help?
The text was updated successfully, but these errors were encountered:
Not sure if this data is useful in any way in metadata.
It's not suitable for uploading into DR database. It cannot be used to aid playback (ReplayGain should be used for that instead)
What is your use case?
I'm pretty sure these issues are my own poor scriping skills in using perl with in bash etc but I'm desperate for help.
I'm wanting to build a bash script to run dr14_t.meter and then write the results into each tracks meta-data and I'm having trouble. I figured the easiest way was to let dr14_t.meter do its things and write a file into each album directory and then I'll use sed to extract the data I need. I've run into problems though and I'm hoping someone can help.
I loop through albums with the following:
Problem 1
Unless I disable multithread I find a called ffmpeg hangs on the last track processed within the first album preventing further progress; (most likely caused by issue 2)
Problem 2
By disabling multithread I can see dr14_tmeter fails to use the correct path for the second album.
There is this clue in the script output;
There album "maica" is actually should of actually been "/mnt/Audio/Pre-Staging/Inna\ De\ Yard/The\ Soul\ Of\ Jamaica"
Can anyone help?
The text was updated successfully, but these errors were encountered: