Christopher Campbell Jensen
Christopher Campbell Jensen
this is functionality I would love to see. Is there a way to achieve this currently, or is this PR the only solution? If so, what is currently holding up...
I've been using the zsh notify "plugin" to get the "notify automatically when command takes longer than x": https://github.com/marzocchi/zsh-notify might be worth seeing how it accomplishes that?
yea, unfortunately the `-m` flag was not designed to do what you are hoping it does. It's a regex replacement pattern on any path that the script would normally process...
Maybe? I don't use music in plex at all, nor do I use lyrics in any of my music apps. If someone wants to put together a PR with the...
Haven't used the tool in a while, but I'll take a look. Maybe something change in the json
hmmm, this does not reproduce with my set up, though I am running `macOS 11.5` with `Python 2.7.16`. Do you feel comfortable editing the source code to get more logs?...
it's weird. it's like the result returned from the plex back end is not quite valid. So this entry looks fine: ``` { "audioProfile": "lc", "file": "/Users/chris/chris1/media/movies/iTunes/iTunes Media/PLEX-PROCESSING/Le Mans (1971).mp4",...
Pull requests are most welcome if you feel so inclined. Otherwise could you reproduce again but add “-vvv” to the invocation so we get verbose logs?
interesting that it works when doing a non-dry run. Hopefully that'll point me to where it is broken. As for the temp files, those are an artifact of the underlying...
so you have two options (make sure to pass `--force` for either of these): 1. skip the `--batch` which puts the tool in _interactive_ mode where you can manually traverse...