Dan, This thread from a March 7th post by Brian Schott may be useful, as it documents the process that he went through with Chris Burke, who works with the addons.
http://jsoftware.com/pipermail/programming/2021-March/057816.html Cheers, bob > On Mar 16, 2021, at 06:13, Raul Miller <[email protected]> wrote: > > Package manager gets into issues like maintenance and updates, but > basically it's up to the ISI people. > > That said, you would probably want to start by writing some > documentation, including example uses. (It's probably not good to rely > on wikipedia for the long term, because you never know how it's going > to be updated.) > > But, also video is a rather broad field and this hits a specific > mechanism used in video contexts. There's other ways that the time of > a video frame may be identified -- timecodes like you have supported > here, if I understand right, are mostly used when the video content > skips frames. So, ... it might be worthwhile writing up a use case, > documenting that, and then updating the code to support h.264 video in > general for that use case? > > Thanks, > > > -- > Raul > > On Tue, Mar 16, 2021 at 12:51 AM Dan Hirschi <[email protected]> wrote: >> >> That did it! (I guess I have to learn more about GitHub...) >> >> If I want to make it available to others, what's next? (and what's the >> criteria for including it in the package manager?) >> >> Thanks >> >> Dan >> >> >> On 3/15/2021 11:09 PM, Raul Miller wrote: >>> The install command tries to install the master branch from github, >>> unless you specify which branch you want. >>> >>> You do not have a master branch on that repo, so you get a 404. >>> >>> Try: >>> >>> install 'github:danhirschi/types_timecode@main' >>> >>> Thanks, >>> >> >> -- >> This email has been checked for viruses by Avast antivirus software. >> https://www.avast.com/antivirus >> >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
