This is next version almost done. (TK version only) I leave it here,
python files only, for testing and feedback if you see something wrong or anything. There are many features and fixes (check main vambropy_tk.pyw file for info about code changelog). Hope everybody like it and help us with the fine-tuning. Some things changed a lot like single key hotkeys changed to Ctrl+Key, releasing single keys for directly typing in package filter box.
Most request have been attended (
donkeykong1969, flightdone, AsylumDemon1).
file moving solutions implemented, not fully yet but it can be done with more user-set folders.
Annoyances reduced, like autoinstall toggle more flexible, non-inverting when autoinstalled and not autonistalled are selected. prioritizing not autoinstalled. Or bad packages popups replaced with warnings on info panel, with a complete list which can be copied as plain text.
Better config, unrestricted number of repo locations, with configurabe base directory. List/Image browsing with faster and different modes (pressing ctl+wheel, shitf+wheel etc.). Ctrl+wheel on image thumbnails accessing images one by one (directly from package, not extracted to disk).
Better control for corrupted/incomplete packages, download missing from hub, smart selection (just select all, only missing ones will be looked for). Better control for filtering, new comboboxes with more options. Changed package level buttons for switchs, more intuitive way. Rating system by menu option or hotkey Ctrl+number, and column to sort by most liked ones.
And surely more I forgot.
IMPORTANT: Database schema changed, so you can't use the previous version. But you can use symlink/copy/move the thumbnails folder to avoid regenerating all again. Also, if you used the "Ignore" option for some dependencies in v1.17 , you can export them to a text file and import it back in the new database,so you don't lose that info.
Exporting "ignored" dependencies list from 1.17 vambropy.db:
copy vbdb (exe or py file) to your 1.17 vambropy folder, along with vambropy.db. Launch a command line and type "vbdb.exe export" (or pyhton vbdb.py export). That's it, it is exported to a new text file "dependencies_ignore.txt".
Then copy the text file to your new 1.18 folder, after the program was launched at least one time. In the command line type "vbdb.exe import" (or pythond vbdv.py import). That's it.
Running the app: python vambropy_tk.pyw
EDIT: Binary
You must be registered to see the links
.
Attached vbdb.exe is flagged as VIRUS, as always with exes... I don't have viruses but I can't guarantee what happens when uploading. If not sure, check out and use the .py one instead, it is a very clean source file.