Re: [Jprogramming] Help Installing Addon

2021-03-23 Thread Raul Miller
That was an interesting read. (Though my inner proofreader suggests I mention that formaat should have an 'a' removed.) I don't know how useful this would be to others, though. My thoughts there veer from wondering about codec implementations to thinking this might be best treated in a lab to won

Re: [Jprogramming] Help Installing Addon

2021-03-23 Thread Dan Hirschi
It appears this went to a black hole the first attempt (my apologies if it's a dub;licate) -- Thanks for all the help creating an addon. Robert, that thread is what prompted me to put my functions into an addon. (I think I understood most of it.) Raul, I have a much updated readme on the gi

Re: [Jprogramming] Help Installing Addon

2021-03-16 Thread 'robert therriault' via Programming
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 wrote: >

Re: [Jprogramming] Help Installing Addon

2021-03-16 Thread Raul Miller
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

Re: [Jprogramming] Help Installing Addon

2021-03-15 Thread Dan Hirschi
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 branc

Re: [Jprogramming] Help Installing Addon

2021-03-15 Thread Raul Miller
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, -- Raul On Mon, Mar 15, 2021 at 7:52 PM Dan Hirschi

Re: [Jprogramming] Help Installing Addon

2021-03-15 Thread 'robert therriault' via Programming
Hi Dan, I don't think that I have ever installed a folder from github, I usually install from the script file level, which is probably a file within your folder ending in .ijs. Hope that helps. Thank you for working on some video tools! Cheers, bob > On Mar 15, 2021, at 16:52, Dan Hirschi w

[Jprogramming] Help Installing Addon

2021-03-15 Thread Dan Hirschi
I am working on an addon providing tools for video editing. Specifically to help with math for drop frame timecode. I think I have a working project that is public on GitHub (https://github.com/danhirschi/types_timecode). I should be able to install from GitHub, but get the following error: