Replies: 11 comments 10 replies
-
Something like this is already in the early stages of planning, and in native go so it can be compatible against all of our supported platforms. We need to do some more design work before we're ready to start cutting in features. |
Beta Was this translation helpful? Give feedback.
-
This sounds more like a control app for stash rather than a front end (I would imagine a stash front end would have a similar interface to the web UI - I wouldn't want to maintain another separate UI for stash). This sounds like a useful utility. It's not something I'd personally use, and at this point not something I'd be keen to maintain personally, but if there's a desire for something like this then by all means give it a crack. We can always link to your project from the wiki/community scripts repo. |
Beta Was this translation helpful? Give feedback.
-
I think any step towards making the management of plugins, scrapers, and css easier and beginner friendly is a good idea. Aside from development work required, is there any reason these features couldn't be put into the web UI? At least the installation and management of plugins, scrapers, and custom css seems like it would just need to check against the stash community repos and manage the user's plugins and scrapers folders. |
Beta Was this translation helpful? Give feedback.
-
Just one day, some basic functions are done. Next obstacle is WebDriver. Not that easy. Wish me luck! 😅 |
Beta Was this translation helpful? Give feedback.
-
This little program now is getting closer and closer to the first official release ! 😅 This is the welcome screen + initial settings. Now once it runs, it will run stash-win.exe and webdriver.exe in the tray area, and a browser will be opened. As you can see, all the sub-menus can be customize to launch whatever you like to see. I think 11x8 slots should be enough. You can also change the simple settings. Notice that there is a "Boss Coming Key" available. 😸 Last and the best, but not yet finished, is the holy scraper list: I hope you like what you see here. Have spent the whole weekend just to create all of the above. I guess the first GitHub release will be this week. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hey @philpw99 you might want to consider GIO UI for cross platform. It compiles to Desktop and Mobile, but also web. Its 100% golang, like the backend of stash and so makes it really easy for the backend devs to work on both. Here is a really simple example: https://github.com/gioui/gio-example/tree/main/component just clone the repo and then go to that dir and do
Under the hook GIOUI, uses the GPU for rendering. It can also play widows in the GUI on Web or Desktop / Mobile. |
Beta Was this translation helpful? Give feedback.
-
v1.8 is out, based on the suggestions BViking78 made. Some keyboard shortcuts were added for the playlist feature: Also a "Bookmark" menu item was added, shortcut is Ctrl-Alt-B, for quickly adding the currently browsing Stash content to the menu. For example, if you are looking at scenes using a filter "Is Missing: Performers", you hit Ctrl-Alt-B, Stash_helper will ask you to give it some title, you type in "Missing performers" and hit enter. The URL for this list will be added to the Stash_helper's "Scenes" list. Next time you just click on that "Missing performers" menu item, it will open to the same scenes list. In a way, Bookmark button is like the bookmarks in web browsers. It's just more organized and convenient. |
Beta Was this translation helpful? Give feedback.
-
v2.0 is finally, finally out. There were so many things needed to take care of, just to implement one feature ! |
Beta Was this translation helpful? Give feedback.
-
v2.1 add a feature called "CSS Magic". It's surprisingly easy to implement. I should have done it long time ago! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I wrote some small easy programs in AutoItScript. It's quite easy to write a GUI frontend in AutoIt for Stash. It will work like NZBget. Once run, it will launch the browser then hide in the Windows notification area (where other small icons are). You can click on it, a small menu will pop up, and you can choose the following actions:
Those are the things I could think of for this little program. What do you guys think about? Please let me know. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions