OpenCue icon indicating copy to clipboard operation
OpenCue copied to clipboard

Create Python implementation of FileSequence

Open bcipriano opened this issue 6 years ago • 4 comments

PyCue's FileSequence library has FrameRange and FrameSet implementations but no FileSequence, which is a similar class intended to represent a sequence of files e.g. an image sequence.

FileSequence isn't used too much in the codebase, but it is used in the outline.io.FileSpec class.

The old C library had an implementation of this + tests that we can base the Python implementation on: https://github.com/imageworks/OpenCue/tree/6c1cd7952005747ac35eff691d6b1393ca14f1c7/libFileSequence

bcipriano avatar Mar 15 '19 22:03 bcipriano

Not sure how closely it matches your requirements, but https://github.com/sqlboy/fileseq

donalm avatar Mar 26 '19 11:03 donalm

@bcipriano Sir please assign me to this issue. Would like to work on this.

srbhss avatar Apr 05 '20 08:04 srbhss

Haven't looked too deeply into the requriements of FileSequence but another contender to throw into the mix might be https://gitlab.com/4degrees/clique . It's also a module that implements a class for representing filesequences

IdrisMiles avatar Sep 01 '20 21:09 IdrisMiles