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.
Rotab has quit
Rotab joined the channel
Rotab has quit
Rotab joined the channel
avane_ joined the channel
avane has quit
avane_ is now known as avane
Rotab has quit
Rotab joined the channel
Rotab has quit
Rotab joined the channel
Rotab has quit
Rotab joined the channel
alastairp has quit
alastairp joined the channel
ROpdebee has quit
ROpdebee9 joined the channel
lusciouslover has quit
kepstin has quit
kepstin joined the channel
kepstin has quit
kepstin joined the channel
mj2 joined the channel
mj2
woag
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
im currently just mounting it with sshfs and doing the editing there
anybody have a better solution?
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
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).