topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday November 7, 2025, 9:03 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 2 3 [4] 5 6 7 8 9 10next
31
If still interested, I would say IrfanView.
Start it, hit the 'B' key and you are immediately in the batch convert/resize/etc. section, which support dirs recursions, files lists, and it's all in all very quick and straight-forward.
32
Living Room / Re: want to get a new 3d printer in 2025
« Last post by Mark0 on October 02, 2025, 06:50 AM »
Didn't know about CadQuery: just followed some of the links from Nod5 and it sounds very interesting! Thanks!

As for 3D printers, I started some years ago with a cheap Creality Ender 3, and now I have a Prusa MK3S+: with a Raspberry Pi Zero 2W and Octoprint for remote operations, it works 99% of the times as click, forget, collect resulting object.
So buying something new today, I would probably go for a Prusa CORE one. But I'm sure the Bambu Lab are even more like a consumer laser printer, get out of the box and print kind of experience.
33
***
### 📢 FINAL TECHNICAL UPDATE: DATA LOCATION CONFIRMED (10/08/2025)

I have performed further analysis on the .webp files and confirmed the following critical information for developers:

1.  **Original Data Location (Hard Path):** The existing 7,590 items' attributes (Cost, Color, etc.) are stored as **proprietary binary data** within a custom chunk inside the **RIFF::VP8X** container of the Extended WebP file. Reverse-engineering this binary structure is the core migration challenge.
    * (See attached screenshot confirming RIFF/Binary data.)

2.  **New Storage Solution (Easy Path):** The file supports **over 1,000 available standard EXIF tags**. The new application should be built to save all attributes into these standard, accessible fields for superior future-proofing and data management.

**A Test Case File is Ready:** I have created a single .webp file with known attributes written to specific EXIF tags. I will provide this to any interested developer to simplify the implementation of the new app's read/write functions.

***


I am requesting help with a deeply personal project to develop a modernized viewing and management application based on the data exported from the now-unavailable **"YourCloset" app**.

***

### CRITICAL DATA CHALLENGE & CONTEXT (Updated Information)

I have the full data export from the old **YourCloset app**, and I have corrected the file structure. For each item in my closet, there are now **THREE** associated files:
1.  The original uploaded file (either a **.jpg** or **.png**).
2.  A processed, primary image file (**ItemName.webp**).
3.  A small preview file (**ItemName_thumbnail.webp**).

The technical hurdle is to successfully **reverse-engineer the proprietary data structure** to extract the item attributes (Description, Cost, Color, Fabric, etc.).

We now suspect this data is embedded as metadata or custom chunks within the **processed .webp file** (the one without "thumbnail" in the name). The primary challenge is creating a tool that can analyze all three files and pull the data for the item.

The original **YourCloset .apk** file is available to aid in this process, making this a unique and rewarding technical challenge!

***

#### Crucial Information for Developers

* **Original App Provided:** I can provide the original **YourCloset app .apk** file (which is no longer on the Play Store) via a private download link.

* **Compatibility Status:** **This APK is no longer compatible with modern Android versions (like the latest versions of Android OS), which is the primary reason this modernization project is needed.**

* **Data Export Provided:** I have the complete folder of **7,590 sets of these three files**.

### Project Overview

The goal is to create a new application that can read and manage the existing YourCloset database/files, providing users with a comprehensive, searchable, and modern interface for their wardrobe inventory.

### Required Features

| Feature | Details |
| :--- | :--- |
| **Data Import/Extraction** | The program must successfully **read and extract** all attributes by analyzing the provided 7,590 paired `.jpg` and `.webp` files. |
| **Item Database** | Create and manage a robust database of clothing items with all extracted attributes. |
| **Required Attributes** | **Description, Cost, Color, Fabric, Size, Season, Brand, Status, Date.** *(Ability for the user to add more custom fields is highly desired.)* |
| **Advanced Search/Filtering** | Allow users to search and filter items based on all attributes. |
| **Auto-Complete Search** | **Crucial requirement:** The search box must offer intelligent auto-complete/suggestions as the user types (e.g., typing "blue" suggests "Blue Dress," "Blue Jeans," "Navy Blue Shirt"). |
| **Item Customization** | Enable users to add, edit, or delete item attributes and/or the item itself. |
| **Data Management** | Provide options to export or backup the entire item data (database). |
| **User Interface** | Intuitive and user-friendly Graphical User Interface (GUI). |
| **Platform** | Preferably **Android**, but **Windows** is also acceptable, whichever is easier for the developer. |

### Desired Features (Optional, for Future Consideration)

* Modern UI/UX updates compared to the original YourCloset app.
* Outfit Planning, Item Usage Tracking, etc.

### Technology Stack (Suggested)

* **Platform:** Android or Windows
* **Programming Language:** Python (excellent for file analysis and cross-platform tools).
* **UI Framework:** PyQt (for cross-platform GUI development).
* **Database:** SQLite (for robust, local data storage).

***

### Comparison to Similar Programs

I have reviewed existing apps like:
* https://alternativet.../software/stylebook/
* https://www.youtube..../watch?v=ZXCUFmHzrzI
* https://www.powerthe...rg/caldwell/synonyms

**How this idea is different:** The main distinguishing factor is the **data import/compatibility**. All existing apps require users to manually photograph, tag, and organize every item from scratch. This project's core value is the ability to **seamlessly migrate a large existing YourCloset data set** by reverse-engineering the data embedded in the `.webp` files. This is a technical maintenance and modernization project rather than a competitor build.

***

### Call to Action & Donation

I invite developers interested in tackling a rewarding technical challenge. Your expertise in **Android data structure analysis**, **.webp file metadata/chunk extraction**, and cross-platform development will be invaluable.

**I will provide a secure link to the YourCloset .apk file and a small sample data set to any interested developer.**

**Regarding Compensation:**
Due to my current financial situation (awaiting approval for disability benefits), I am unable to offer a large monetary donation at this time. However, I am a committed, long-time community member (Non-Expiring License Holder) and will happily provide a **small token of appreciation** upon the successful completion of the core required features. The primary reward for the developer here is the unique and fascinating **reverse-engineering challenge** and the satisfaction of building a great tool.

I look forward to discussing this project with you!

Thank You so much for your time and consideration!  :-*
34
DC Website Help and Extras / Re: Cloudflare protection?
« Last post by absoblogginlutely on September 29, 2025, 05:57 AM »
I get your point, but if you cache the content on Cloudflare that is already protecting the site, then the downloads are not going to be hitting the main site in the first place which is like putting a gate at the front of the driveway with a lockbox for Amazon to leave their deliveries :-)
Something like a cache rule like
http.request.uri.path matches regex "^/Software/.+/downloads/.+"
I think that would work for Mousers software at least.
35
DC Website Help and Extras / Re: Cloudflare protection?
« Last post by Ath on September 29, 2025, 01:17 AM »
they have a standard user agent so you should be able to exclude chocolatey command line
-absoblogginlutely (September 27, 2025, 07:12 AM)
Hm, that's like locking the door, but leaving the key in the lock, on the outside :o
36
DC Website Help and Extras / Re: Cloudflare protection?
« Last post by absoblogginlutely on September 27, 2025, 07:12 AM »
Hi mouser - any update on this?  I got a follow up email from Chocolatey that they are unable to download and install. I see it is still failing, presumably from the protection.
The full install log from their end is in their gist at https://gist.github....2520315a2ffb6a74506e
In their particular testing case, they have a standard user agent so you should be able to exclude chocolatey command line (see  line 466 , 'chocolatey command line')  which would allow them to download and test the install process however that would not help with downloading with chocolatey itself which uses PowerShell as the user agent.
Please let me know if you need any more assistance on this one - happy to help.
37
General Software Discussion / Re: Windows 10 End of Life: October 14, 2025
« Last post by 4wd on September 26, 2025, 06:51 AM »
Another alternative to keep using Win10 and getting security patches is 0Patch

But MS are offering free security patches for another year if you sign in using your MS account and Enroll for them, (if you've received the notification under Settings->Updates), once you've enrolled you can go back to using a local account.

There's a few videos on YT about it, e.g.:


I'm not being offered enrollment probably because my update settings aren't "default".
38
Screenshot Captor / Re: Request for new Screenshot Captor edit tool
« Last post by AzureToad on September 24, 2025, 06:40 PM »
HOLY FRIJOLE AND HALLELUJAH!
Dang - That's awesome, thank you @rgdot!
Consider this resolved, wished I'd seen that years ago.

Man, there's just SO MUCH about this program! wow.
39
Screenshot Captor / Re: Request for new Screenshot Captor edit tool
« Last post by rgdot on September 24, 2025, 04:20 PM »
I believe SpecialFX2 -----> Splice Out options do at least some of what you describe.
40
Screenshot Captor / Request for new Screenshot Captor edit tool
« Last post by AzureToad on September 24, 2025, 02:47 PM »
My work uses Techsmith Snagit for their preferred tool for screen shots. It's nice, but I prefer Screenshot Captor.
There is one editing tool that Snagit has that I'd love to see Screenshot Captor include - the "Cut Out" tool.
This lets me cut out part of the capture, bringing the remaining parts closer together. This is helpful when I need to reference two parts of the screenshot that are on opposite sides of the image and I want to exclude the stuff between.
An example of the tool is shown here. Snagit Editor Cutouts.png
I'd love to be able to have this in Screenshot Captor.
Pages: prev1 2 3 [4] 5 6 7 8 9 10next