I would like to make my work a little easier.
I use a duallister. The left lister contains the new music albums and the right one contains my existing music archive.
When I have edited my new music albums, I rename the folder at the end by removing the artist name before the first bracket.
I then open the artist's existing folder in the archive or create a new one.
The folder of the new album is then renamed and moved to the archive.
I have placed the commands for this on a button with the following content:
Rename REGEXP PATTERN “(.*) (\(\d{4}\)) (.*)“ TO=”\2 \3”
Copy MOVE
This works well. I would now like to simplify it even further and not select and open the folder in the archive list, but instead specify in the command that the new album is to be copied to a folder in the archive that contains the name of the artist before the first bracket.
So:
- create folder with artist name in the archive lister
- remove the artist name before the first bracket in the new album
- move to the new or existing folder in the archive
I don't know if my description is understandable. I hope so.
Here is an example: - Left lister with the new album, right lister with the musicarchive
- Create new folder in the archive with the albumartistname from the new album
- Cut the artistname from the new album
- Move the new album in the folder in the archive
Thanks for help.