I got folder that contains music that usually is the same bpm
I want them to be added in my Folder title but not in the end nor the begining
The folder is currently Named like this :
Bam Bam Riddim - (1992) [Top Rank - Part 1]
I want to end up like this:
Bam Bam Riddim - 91bpm (1992) [Top Rank - Part 1]
Because i also have other folder with Just the Year after the "- " or only the producer in between the
Ive asked Chat GPT and it cam up with this script that i added in Action/Format Tag Field/_DIRECTORY $regexp(%_folderpath%,^(.+?) - (\(\d+\)) \[(.+)\]$, $1 - $2 [$3 BPM])
Why you don't ask ChatGPT if he/she/it can explain why the solution is not working for you?
Maybe.
First let us know, where exactly the BPM value is stored in your folder name. Bam Bam Riddim - (1992) [Top Rank - Part 1]
You have to provide the BPM value (91 in your example) either in the folder name, the filename or in a tag inside your tracks. Every Action needs to have a source for this value (91) to write it at the desired position in your folder name.
The mp3s inside the folder contains the 91 bpm in my example and i did ask Chat GPT and got me a Terminal Script instead which didnt work either
Kinda sad to see a machine cant tell me how the machine works
Please be aware that your folder will be divided in several different folders as soon as NOT all your mp3 in the folder contains the exactly same BPM value.
Yes to me its really just a quick guideline it has not have to be black n white
Its just with old Reggae Dancehall music - it got digitalized from vinyl
So sometime from the same "Riddim" you have different slightly bpms
Yes, you are right. As I said: the last one wins. And that could have any value in BPM.
Taking now only the first file in a folder does not make it any better as that choice does not mean that the ignored rest features the same BPMs.
I just had a look at an arbitrary folder and that had files ranging from 85 to 145 BPM - and only 2 had the same. That is why I have not added that info to the folder name.