Recommendation for software that manages render library
in The Commons
Hi, I would love to have software that keeps track of the scene that was used to create a render. That way, I could quickly go back and change something and re-render.
Any recommendations or thoughts?

Comments
I'm not sure what you mean. I save all of mine as scenes or scene subsets and label them appropriately. Not hard to find anything that way.
Yes, I just save almost all of my renders with names like AthenaKaresh30C, where "AthenaKaresh" is the scene name (usually along the lines of "I'm using my character Athena with the Karesh product"), 30 is the number of the frame I'm rendering, and C is the render version. (In the event I have more than 26 versions, such as because of lots of test renders, they end up being called ZA, ZB, etc, to keep them alphabetical).
Very occasionally a post processed version will get an altered name because the concept changed along the way and it makes more sense to have the published version be under a clearer name, but I can easily track it back to the raw renders by finding that file and then seeing what files are before it in the folder.
Similar to @Matt_Castle - I save my renders as:
Character(s) - Location - Scene Title v[1,2,3,etc] - Camera #
So that would look something like:
Grace & Kira - RenFest - Nine Man Morris v1 - 6
The scene itself I save as:
Grace & Kira - RenFest - Nine Man Morris
I don't keep different versions of the scenes themselves ; when I do a re-render, it's because I've upgraded something in the original that was bugging me previously but I didn't have the ability to fix it (either due to lack of skill or lack of asset) so there's no reason I'd want earlier ones hanging around.
Helped to establish an order for the character names so I could more easily scan for the scene I was looking for.
It isn't automated, I haven't looked to see if it is scriotable, but if you use the Render Library to save your renders then you can add details (Author, Caption, Description) in the Render info tab at the bottom of the pane with a render selected in the upper section.
Not directly scriptable, as the Render Library pane is not yet documented, but the information is stored in an XML file that has the same name as the render (just as the thimbnail does). So you could use a post render script to do this (ask if you want to ave, perhaps, present a list of items culled from the scene, and alow the addition of notes - then create the file if the User clicked Accept). See http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/rendering/render_post_process/start for the basic structure required.