Skip to content

Releases: philpw99/Stash_Helper

Add "Open Media Folder"

10 Nov 19:15
Compare
Choose a tag to compare

Now it can open the current browsing media's folder to show its files. Shortcut is Ctrl-Alt-O
Useful for various file handling. For example, you can right click on the file and cast it to your TV.
Supports Scene/Movie/Image/Gallery.
For movies with multiple scenes, it will only open the first scene's folder.

Fix Settings.

10 Nov 01:36
Compare
Choose a tag to compare
  • The "Settings" height is a little too much.
  • Update web driver will cause the program to crash, now no more.

Small fix

07 Nov 05:55
Compare
Choose a tag to compare

This is a tiny fix for only a windows size problem of Scrape manager.

More bug fixes.

05 Nov 04:34
Compare
Choose a tag to compare

BViking78 found some bugs and now they are squashed. Hopefully.

  • There is no easy way or good way to handle multiple Stash instances, so I did something and hope it will fix the problem.
  • Bookmarking got some bugs. Turns out I forgot to save them after the changes. Stupid me.
  • Make alternative window size of Scrape Manager. Not sure it will improve the size problem. I don't have this problem myself when testing with different resolutions.

Shortcuts and Bookmarks

03 Nov 06:03
Compare
Choose a tag to compare

Added keyboard shortcuts for play list management.

  • Ctrl-Alt-A(dd) for adding a scene or a movie to the list.
  • Ctrl-Alt-C(lear) to clear the current play list.
  • Ctrl-Alt-M(anage) to manage the list.
  • Ctrl-Alt-P(lay) to play the list in external media player.

Added a Bookmark (Ctrl-Alt-B) feature to easily add the URL in the Stash browser as a bookmark. The program will know the URL is a scene, a movie, an image or other things, and add it to the according menu. The maximum items in a menu now is increased to 20.

Thank you BViking78 for all the good suggestions !

Play list support.

25 Oct 03:57
Compare
Choose a tag to compare

Comparing to the last release this is like a walk in the park. Because I did make a playlist program before. So mostly it's just copy and paste. No brainer.
After v1.7 the update will slow down, because I have no more ideas for this program. What more can I do to make Stash better and easier? I don't know. So unless there is a good new idea that worth the try, v1.7 is the last one that will be released.
Right now the program works just fine. There is basically no traffic here so I don't have any bug report yet. Feeling a little lost after all the intense nights working on it. 😭

Unexpected difficulty in making v1.6

24 Oct 21:46
Compare
Choose a tag to compare

Version 1.6 has added only one feature: Create a movie from a scene, then later it can create movies from all scenes that's not linked to a movie yet. I thought this should be easy: just some graphql calls. Well, it proves me so wrong !
Anyway, it's a good thing that this is finally done ! I can cross this off the to-do list.
The next feature is making a play list manager for external media player. I hope it won't cost me so much time again. 😸

Scraper Manager updates all your local scrapers.

23 Oct 06:54
Compare
Choose a tag to compare
  • Scraper Manager now has a "Update" button, which can help you update all your local scrapers all in once. Automatic date-matching, it will skip the ones that do not have new versions. Since the new ones won't be too many, it will ask your confirmation one by one.
  • A new "Scan New Files" button is added to the tray menu. Scanning and adding your files is so easy now.
  • Better way to reload the scrapers after "Install" or "Remove".

Play movies!

22 Oct 06:57
Compare
Choose a tag to compare
  • Now it can play movies for the current browser tab, or a tab showing a movie. If that movie has one scene, it will play that file directly. If it has more than one scenes, the helper will create a temporary playlist and let the media player play the scenes one by one ! I got lots of Japanese movies with 2 to 4 scenes. So this is great for me. This feature deserves to be a single release.
  • Fixed a stupid bug that prevent the media player's setting from saving.
  • Use GraphQL API to get the file names, speed is increased and no more "clicking" trick. It opens a door to a much wider use in the future.

Right now I implement most of the things I set out to do. The program runs great, but I don't know what to do next. What kind of feature you need for this helper. So the updates should slow down. If you have any idea to make it better, please let me know. Thank you!

Better scraper manager.

22 Oct 01:21
Compare
Choose a tag to compare
  • Now the scrape manager comes with a handy search. The long list will not be that long any more.
  • When one scraper got checked/unchecked, the other scrapers with the same yml file will also got checked/unchecked.
  • Better way to invoke the "reload scrapers" button.
  • Change the tray icon behavior to the way it was supposed to.
  • Now the "Boss Coming Key" will also close the external media player.