Hey @Viss Yesterday we were talking about instagiffer. I was checking a repo, from ex-hale. It looks like last week or so they've been updating and the license shows this year.
Did the project get picked up maybe?
Hey @Viss Yesterday we were talking about instagiffer. I was checking a repo, from ex-hale. It looks like last week or so they've been updating and the license shows this year.
Did the project get picked up maybe?
@Viss
https://github.com/ex-hale/instagiffer
It looks like it has someone doing something. 3days, yesterday, 7years, etc.
# -*- mode: python ; coding: utf-8 -*-
"""PyInstaller spec for Instagiffer Windows .exe build.
Usage: pyinstaller release/Instagiffer-win.spec
Output: dist/Instagiffer/Instagiffer.exe
"""
import os
import sys
# Project root is one level up from the spec file
ROOT = os.path.join(SPECPATH, "..")
Look what is on...line 7537.
if __name__ == "__main__":
main()
Not tryin to kinkshame...
@Viss @jackryder @Asymmetricblue @ewerybody I take it the original developer doesn't know how to code anymore, and decided to just shortcut their way to get it running, after we fixed it, lol.
Ah well.. (felt it was kind of kludged together in the first place, so the developer vibe coding your software back into operation seems par for the course).
@Viss @ai6yr @Asymmetricblue @ewerybody Totally.
I don't disagree that they did it, and they likely have their reasons. It just struck me as.
If there are people asking to take over and maintain your project... if you aren't "doing that" why not let them? Nerds (self, name) have a tendency to poke and prod and improve things until they are either inspired, have too much free time, or someone offers them something shiny.
This seems like an excellent project to 'take over' and improve on. I just kind of glanced over the single seventy-five hundred and thirty-eight file that "does" things and it looks like it just wraps magick, ffmpeg, yt-dlp, and gifsicle using the out-of-the-box stuff for GUI.
@ai6yr @Viss @Asymmetricblue @ewerybody
Right? Sure, maybe to prototype and get to a point where the program technically is running, though there is a LOT of smoke some strange noises and the neighbors are threatening to call the police... but then you step back and coax the universe into listening to your cries. (Sometimes literal...perl hurt me)
I respect their decisions, but I don't agree with them.
@ewerybody @ai6yr @Viss @Asymmetricblue
Well, I'm glad someone is taking a look at the project. Please for the love of root split that file up if you do PR. 
@ewerybody @ai6yr @Viss @Asymmetricblue
:swoon:
@Viss @ewerybody @ai6yr @Asymmetricblue
No one has mentioned it to me...but a lot of stuff on the repo just says last week so I'm not sure if they are still fidgeting with it.
@Viss @ewerybody @ai6yr @Asymmetricblue
Looks like you are ready for some science! 
@ai6yr @Viss @jackryder @Asymmetricblue Hey folks! I was just trying to get this to run on my Windows. Made some fixes. Now I'm on the Linux build scripts and got it so far already :)
Interesting for me: I could have done this on my tiny laptop like before but tried WSL this time and actually the tkinter UI WORKS HERE!!! 馃く PR asap.
@ai6yr @ewerybody @jackryder @Asymmetricblue hell yes! let me know when the new build is ready so i can test drive it around :D
this is the last gif i made with the most recent build:
@Viss @ai6yr @jackryder @Asymmetricblue 1.79.0 release is up! :D
@ai6yr @Viss @jackryder @Asymmetricblue That being said: I just rolled up a fresh README.md on the new 2.x branch of the OG Instagiffer project: https://github.com/ex-hale/instagiffer/blob/2.x/README.md
There is also a link to create dedicated 2.x issues: https://github.com/ex-hale/instagiffer/issues/new?labels=2.x
I'd LOVE to read your ideas and discuss the future of this thing! Also here if you want! But I might put issues to the official tracker eventually :)