Re: [beets] Is there a hook to perform additional beets commands on a file being processed?

2018-01-13 Thread Adrian Sampson
If I understand correctly, this might be a good use case for the “hook” command: http://beets.readthedocs.io/en/v1.4.5/plugins/hook.html This doesn’t run commands after other commands, but it does run commands after specific internal events fire. Adrian > On Jan 13, 2018, at 3:29 PM, Bearcat

[beets] Is there a hook to perform additional beets commands on a file being processed?

2018-01-13 Thread Bearcat Şándor
I'd like to be able to process the currently importing file with command line programs. For instance i have a command line program that gives me the dynamic range of a music file. So, when a file is processed i'd like to be able to do a beet modify dynamic_range=`$home/myscripts/main.py