Michael Jordan
Michael Jordan
Not really an issue, but I thought it might be good to document this somewhere since I've been working with it. I've been tracking down the values used for `avb.bin.Bin`'s...
According to the documentation for [`avb.trackgroups.Track`](https://pyavb.readthedocs.io/en/latest/api/avb.trackgroups.html#avb.trackgroups.Track), a `Track` object should have an `attributes` property. I've found that not every `Track` object does, unless the track has some special attributes set...
Probably a dumb question, but... I'm trying to determine if a Composition is a MasterMob or not. An `avb.trackgroups.Composition` object has a `mob_type` property, as well as a `usage` property....
### 🔖 Feature description It would be nice to be able to manually place files on the server and share them out via Pingvin, without going through the upload process...
### 🔖 Feature description Set the Reply-To header as the _creator's_ email address ### 🎤 Pitch In the email notification that is sent to notify someone that files have been...
From what I can tell, marker timecodes from video tracks are correctly given as sequence timecode where they occur. From audio tracks, however, marker timecodes appear to be the offset...
Addresses issue #30 to fix marker timecode offsets from TrackGroups such as RTAS audio tracks.
I want to somehow send a "package" of multiple files via a link, that the user can selectively download. I can only figure out how to do this for one...
A particular clip is giving me trouble when diving into its file descriptor: ```python Traceback (most recent call last): File "/home/mjordan/dev/avbutils/.venv/lib/python3.13/site-packages/avb/file.py", line 302, in read_object object_instance.read(r) ~~~~~~~~~~~~~~~~~~~~^^^ File "/home/mjordan/dev/avbutils/.venv/lib/python3.13/site-packages/avb/essence.py", line...