Or you could create a multi-value variable containing the list of the tags you want to check and then put the check/delete processing in a $foreach() loop.
2023-09-24 26743, 2023
Rotab has quit
2023-09-24 26728, 2023
Rotab joined the channel
2023-09-24 26732, 2023
Rotab has quit
2023-09-24 26729, 2023
Rotab joined the channel
2023-09-24 26704, 2023
avane_ joined the channel
2023-09-24 26727, 2023
avane has quit
2023-09-24 26730, 2023
avane_ is now known as avane
2023-09-24 26711, 2023
Rotab has quit
2023-09-24 26726, 2023
Rotab joined the channel
2023-09-24 26751, 2023
Rotab has quit
2023-09-24 26740, 2023
Rotab joined the channel
2023-09-24 26734, 2023
Rotab has quit
2023-09-24 26725, 2023
Rotab joined the channel
2023-09-24 26749, 2023
alastairp has quit
2023-09-24 26758, 2023
alastairp joined the channel
2023-09-24 26724, 2023
ROpdebee has quit
2023-09-24 26730, 2023
ROpdebee9 joined the channel
2023-09-24 26700, 2023
lusciouslover has quit
2023-09-24 26731, 2023
kepstin has quit
2023-09-24 26750, 2023
kepstin joined the channel
2023-09-24 26720, 2023
kepstin has quit
2023-09-24 26719, 2023
kepstin joined the channel
2023-09-24 26727, 2023
mj2 joined the channel
2023-09-24 26730, 2023
mj2
woag
2023-09-24 26733, 2023
mj2
hey so i have alot of my files im editing with picard on a local server and i feel it takes much longer than it should to save the updated metadata
2023-09-24 26721, 2023
mj2
im currently just mounting it with sshfs and doing the editing there
2023-09-24 26728, 2023
mj2
anybody have a better solution?
2023-09-24 26701, 2023
zas
mj2: writing through network filesystems is always relatively slow. It would be especially a problem if you work with FLAC files which may be totally rewritten (sometimes there's not enough room to store new metadata and the file is then enlarged). There's no real solution apart ensuring you are using the fastest network fs and fastest network. Another approach would be to work on an external drive, do most of the work with it connected to
2023-09-24 26701, 2023
zas
your local machine, then once done, connect it to the local server. Or, having Picard running on the local server and use it through a remote graphical desktop (then it would be the UI that would be slower).