News:

Please request registration email again and then check your "Spam" folder

Former www.henthighschool.com

[Resources] PictureNamer (Tagging Tool)

Started by Ch12, May 27, 2022, 03:55 PM

Previous topic - Next topic

Ch12Topic starter

Description:
The PictureNamer Tool makes it easier to tag files properly. Like BK, it is based on Renpy. It's functions include:
  • Quickly rename images, automatically assign ascending numbering.
  • Helpful descriptions when hovering over the tags with your mouse pointer
  • Quickly find tagged images in browse mode by combining tag filters.
  • Girlpack statistics, including CSV export
  • BK.ini generator

Current Version: 2.8.14

Installation:

1) Download from MEGA
2) Unzip (Get 7zip if you cannot open the file)
3) Download the latest patch and unzip it to the game folder.
3) Go to the game/images folder, create a new folder there (should be named like the girl), put your images inside
4) Start Picture_namer_for_BK

Credits:
The tool was originally written by Goldo.
The BK.ini generator was written by neronero and RudolfU

Version History
2.8.14: (2022-06-10)
Fix for BK.ini Generator

2.8.13: (2022-05-29)
Integrated the BK.ini Generator by neronero & RudolfU

2.8.12: (2022-05-27)
Added "fight" to sorting_dict (so that it has a higher priority in the filename)
Added "Copy/Paste Tags"
Registered Keypad keys (Left, Right, Delete)
Keeping separate RenameLog per Girl
Bugfix: No longer showing checkered background for videos

2.8.11: (2021-04-20)
Updated tag definition for "public"
Removed auto-add of "public" from "nature", "beach", "town"
Made the location tags visible all the time (when Tag Filter = ON)
New Settings Variable BK_AUTOADDS (To help keep the rating calculation in line)
Bugfix: Exception when switching from Browse Mode to Edit Mode with no selected image
Bugfix: Exception when commiting while a video is playing

2.8.10: (2021-03-21)
"lesbian" tag moved to main tags
"freq_highest" removed
"nun" integrated into "ceremony"
Updated tag descriptions for "lesbian", "sex", "anal"
Added Renaming Log
More efficient use of screen space
Alligned Rating calculation with BK 0.20 (Score Ceiling 10/5, Lesbian counts as Bisexual, Fixation Cunnilingus)
VIDEOFORMATS: ".mp4" removed, ".mpg" added

Hotfix 2.8.9: (2020-11-29)
Switched Quality Tags to Frequency

2.8.9: (2020-11-19)
Showing custom background for transparent images. Standard is checkered, you can use your own if you edit UI/img_bg.png
Added description that "profile" and "portrait" should be solo pics
Removed "profile" from the description of "friend"

2.8.8: (2020-10-07)
New tags: xq, hq, lq
Image prediction
Display image resolution

2.8.7: (2020-09-13)
Distinct Numbering over different extensions
Images in subfolders are sorted towards the end in the filelist

2.8.6: (2020-09-06)
Video Support : .webm, .mp4, .mkv, .avi
Slightly faster renaming of _UNTAGGED files

2.8.5: (2020-08-02)
Support for subdirectories
Fixed the Custom Search bug
Improved the definition of the 'lesbian' tag
Cycle All Images

2.8.4: (2020-07-18)
New tag definitions for: bisexual, group, lesbian, machine, toy, sex, anal, libido, obedience, constitution, sensitivity, naked, strip

2.8.3: (2020-06-28)
New tags: todo, party, study, tempt, friend
Bugfix: cumshot autoadd

2.8.2: (2020-06-05)
Improved tag recognition
Bugfixes
Tags upgraded to central entity
Girldata CSV

2.8.1: (2020-06-01)
Inital Release
TagSets Core and Extended
[close]
Download My High Quality Girlpacks
Belldandy, Urd, Kaenbyou Rin, Jessica Albert, Kino Makoto (Sailor Jupiter), Temari, Tohsaka Rin, Pyra, Lyndis, Atago, Zelda, Kasumi, Camilla

Ch12Topic starter

Download My High Quality Girlpacks
Belldandy, Urd, Kaenbyou Rin, Jessica Albert, Kino Makoto (Sailor Jupiter), Temari, Tohsaka Rin, Pyra, Lyndis, Atago, Zelda, Kasumi, Camilla

Ch12Topic starter

Download My High Quality Girlpacks
Belldandy, Urd, Kaenbyou Rin, Jessica Albert, Kino Makoto (Sailor Jupiter), Temari, Tohsaka Rin, Pyra, Lyndis, Atago, Zelda, Kasumi, Camilla

Ch12Topic starter

Hey everyone!

Seems like the forum is back up. I thought it was gone for good...

To celebrate the unexpected revival, I'm releasing a new version of the Picture Namer. New features:
  • Copying / Pasting Tags. There's a new button in the upper part, allowing you to apply all the tags to another image.
  • Keep a RenameLog for each girl. Filename is "RenameLog - (Girlname).txt"
  • Registered Keypad as alternative for Arrow Keys

Enjoy!
Download My High Quality Girlpacks
Belldandy, Urd, Kaenbyou Rin, Jessica Albert, Kino Makoto (Sailor Jupiter), Temari, Tohsaka Rin, Pyra, Lyndis, Atago, Zelda, Kasumi, Camilla

neronero

Welcome back! ;D

With some help from a user called RudolfU on F95zone I created an addon (for the previous version) which added a menu option to generate a BK.ini file by filling out a series of questions. Perhaps it could be incorporated into a new version?
My Girl Packs: [ link ] - Trait King mod: [ link ]

Ch12Topic starter

It's good to be back. :)

The addon sounds interesting. I'll take a look at it and try to isolate the new codeparts.
Download My High Quality Girlpacks
Belldandy, Urd, Kaenbyou Rin, Jessica Albert, Kino Makoto (Sailor Jupiter), Temari, Tohsaka Rin, Pyra, Lyndis, Atago, Zelda, Kasumi, Camilla

Leortha

Quote from: Ch12 on May 27, 2022, 04:14 PMIt's good to be back. :)

The addon sounds interesting. I'll take a look at it and try to isolate the new codeparts.

Please do.   The addon is useful enough that I hesitate to replace links to the version with it with your version without it.   A combo version with the INI tool and your changes would be very, very nice.
Mega link for all my Brothel King girl packs:

https://mega.nz/folder/Fcg2lBID#yKalC_e47WAS8jsbHPyOvQ

Mega link for my loli packs:

https://mega.nz/folder/BMwizTwD#89Lqk4Q2cFxFNVQEzTzXDg

Ch12Topic starter

And here's the promised patch, adding the BK.ini generator.

I moved most of the code to a new file named 'ini_generator.rpy'. Encapsulating everything in one file should hopefully make it easier to integrate future changes, and should also improve readability of the sourcecode.

Download Link can be found in the first post of the topic.
Download My High Quality Girlpacks
Belldandy, Urd, Kaenbyou Rin, Jessica Albert, Kino Makoto (Sailor Jupiter), Temari, Tohsaka Rin, Pyra, Lyndis, Atago, Zelda, Kasumi, Camilla

Leortha

I've updated my "Girl pack resource" thread to point to the top of this thread for the rename tool instead of trying to maintain my own copies of links there.   Hopefully that means that any future updates to the tool, updated at the start of this thread, will not require updates to my thread.

I'll note that I have made a backup copy of the current version of the tool (2.8.13) on my mega.   It's mostly there in case something happens to Ch12's links.

backup link: https://mega.nz/folder/MFhHwDbb#ra0mTdSK50cqrwOXPJrGqQ
Mega link for all my Brothel King girl packs:

https://mega.nz/folder/Fcg2lBID#yKalC_e47WAS8jsbHPyOvQ

Mega link for my loli packs:

https://mega.nz/folder/BMwizTwD#89Lqk4Q2cFxFNVQEzTzXDg

neronero

After tormenting Jman for years by hiding bugs in Bonanza, I've now also managed to sneak a bug into the tagging tool.  :-[  Although I'm not 100% sure if this should be fixed on the Tagging Tool side or in BK.

Quote from: Leortha on Jun 05, 2022, 06:55 PMOn the above issue, analysis on F95 continued.  From Araminth, and confirmed by  cosmonight19:


---------

So I've noticed this when using the BK.ini generating tool, my packs were generating with random names and I'm not sure why but a fix I found was simply to add a space between the " and the ; in the ini so instead of "Karin"; and "Kakudate"; it's "Karin" ; and "Kakudate" ; (and also inverted_names = False ; since idk which part fixed it)

-----------
 
My Girl Packs: [ link ] - Trait King mod: [ link ]

DougTheC

#10
Quote from: neronero on Jun 05, 2022, 11:22 PMAfter tormenting Jman for years by hiding bugs in Bonanza, I've now also managed to sneak a bug into the tagging tool.  :-[  Although I'm not 100% sure if this should be fixed on the Tagging Tool side or in BK.

Quote from: Leortha on Jun 05, 2022, 06:55 PMOn the above issue, analysis on F95 continued.  From Araminth, and confirmed by  cosmonight19:


---------

So I've noticed this when using the BK.ini generating tool, my packs were generating with random names and I'm not sure why but a fix I found was simply to add a space between the " and the ; in the ini so instead of "Karin"; and "Kakudate"; it's "Karin" ; and "Kakudate" ; (and also inverted_names = False ; since idk which part fixed it)

-----------
 

I'd start with fixing _BK.ini generation in tagging tool so it always uses
; (space-semicolon) to start same-line comments, and not just semicolon.

You probably use ## to start full-line comments properly.

Goldo seems to use a third-party parser to scan _BK.ini files, so might be difficult to change there. Could use a documentation line in sample _BK.ini for (space-semicolon) same-line comment.
I predict that May 5, 2022, the US Dow Jones index will drop over 1,063 points.
It's a sure thing.

If we believe absurdities we shall commit atrocities. -- Voltaire
-
Advice from the radio: Wash your hands, often with soap and water.
-
My doctor put me on the Pro Plan® Bright Mind™ diet.

Ch12Topic starter

I did a quick check, as far as I can tell, the problem exists for these entries:
  • first_name
  • last_name
  • inverted_name
  • always
  • always_fixations

Could you guys check and confirm?
Download My High Quality Girlpacks
Belldandy, Urd, Kaenbyou Rin, Jessica Albert, Kino Makoto (Sailor Jupiter), Temari, Tohsaka Rin, Pyra, Lyndis, Atago, Zelda, Kasumi, Camilla

neronero

Quote from: Ch12 on Jun 06, 2022, 03:48 AMI did a quick check, as far as I can tell, the problem exists for these entries:
  • first_name
  • last_name
  • inverted_name
  • always
  • always_fixations

Could you guys check and confirm?
Confirmed. Also the comment at the beginning of the file:
## Same line comments must be added using a semi-colon sign (;) to
## Same line comments must be added using a space and a semi-colon sign ( ;)
My Girl Packs: [ link ] - Trait King mod: [ link ]

Ch12Topic starter

Took me a bit. The new patch is available for download, fixing the comment-bug in the ini_generator.
Download My High Quality Girlpacks
Belldandy, Urd, Kaenbyou Rin, Jessica Albert, Kino Makoto (Sailor Jupiter), Temari, Tohsaka Rin, Pyra, Lyndis, Atago, Zelda, Kasumi, Camilla

Leortha

Could you please update the version number in the OP.
Mega link for all my Brothel King girl packs:

https://mega.nz/folder/Fcg2lBID#yKalC_e47WAS8jsbHPyOvQ

Mega link for my loli packs:

https://mega.nz/folder/BMwizTwD#89Lqk4Q2cFxFNVQEzTzXDg