Michael Jordan
Michael Jordan
> Thanks for documenting this! Would adding some helper properties for these to the `Bin` object be helpful? Yes I think so! In a [recent script](https://github.com/mjiggidy/binsmith/blob/master/binsmith.py), I used a couple...
This is gonna be big for me! Thank you so much!
I think there's no way around a bit of "elaborate iteration" (I like that term!), although I'm sure Media Composer must have a faster way. My method has been to...
> @mjiggidy How about group clips? Group clips you can treat like subclips with the addition of a "selected track" index. So I just do the usual matchback process on...
> This feature available with [my popular fork of Squirrel](https://github.com/clowd/Clowd.Squirrel). You can call `CreateShortcutsForExecutable` or `CreateShortcutForThisExe` with the option `ShortcutLocation.StartMenuRoot` to create a shortcut at the root of the start...
This is still an issue for me.
I have this problem too. - I'm using the docker image, which uses nginx - Set "Downloads" to "X-Accel" in the General Options - Edited `/config/nginx/site-conf/default.conf` to (lines 31-34... not...
My answer is the same as Russell, if you're short on time. But here's some additional info I'll add: Given a particular track of a composition, if you can drill...
Ahah! I think I tracked it down -- the issue seems to be specifically with audio tracks _which have RTAS effects applied_. In this case, the audio track's component becomes...
Submitted pull request #32 to address this. Most straightforward way I could find to do this was to pull the "get components from track" logic into its own function, so...