diff --git a/README.md b/README.md index 2028859..f42df15 100644 --- a/README.md +++ b/README.md @@ -6,22 +6,24 @@ BagheeraView is an image viewer specifically designed for the KDE ecosystem. Bui - **Enhanced Baloo Search:** Blazing fast image retrieval using the KDE Baloo indexing framework, featuring advanced capabilities not natively available in Baloo, such as **folder recursive search** and results **text exclusion**, if BagheeraSearch library is available. -- **Versatile Thumbnail Grid:** A fluid and responsive browser for large collections, offering both **Flat View**, several **Date View** modes, **Rating View** and **Folder View** modes. +- **Versatile Thumbnail Grid:** A fluid and responsive browser for large collections, offering **Flat View**, several **Date View** modes, **Rating View** and **Folder View** modes. -- **Areas Management:** Integrated computer vision to detect faces and pets within your photos and assign names. Body, Object and Landmark tags are supported too but without computer vision detection. +- **Areas Management:** Integrated computer vision to detect faces and pets within your photos and assign tag names. Body, Object and Landmark areas are supported too but without computer vision detection. - **Metadata:** A basic viewer for **EXIF, IPTC, and XMP** data. -- **Tagging, Rating & Comments System:** Effortlessly manage tags, ratings and comments that integrate directly with your filesystem's extended attributes. +- **Tagging, Rating & Comments System:** Effortlessly manage tags, ratings and comments that integrate directly with your filesystem's extended attributes and used by Baloo. -- **Filter resuls:** Results can be filtered for tags or file name. +- **Filter resuls:** Results can be filtered using tags or file name. -- **Duplicates Management:** A system to detect and manage duplicates, with a comparison form and ignore list. +- **Duplicates Management:** A system to detect and manage duplicates using percentual hashing or OpenCV including a images comparison form and ignore list. - **Smart State Persistence:** The application remembers your workflow. Your **last used search**, **last used sort order** and view settings are automatically saved and restored upon startup. - **Favorites:** Favorite searchs can be saved and reused. +- **Cache:** Thumbnails cache and image hashes arte cached on LMDB databases. + - **Window Manager Support:** X11 and Wayland are supported. ## 🛠 Technical Stack @@ -59,7 +61,7 @@ BagheeraView is built for workflow continuity. The application stores the user's ## 📥 Installation (Development) -Ensure you have at least Python 3.13, the necessary PySide6 dependencies and KDE development headers for Baloo installed on your system. For best integration install at least PySide6 in your system, but for better results install all required libraries on your system if they are available in your Linux distribution. +Ensure you have at least Python 3.13, the necessary PySide6, LMDB and Exiv2 dependencies and KDE development headers for Baloo installed on your system. For best integration install at least PySide6 in your system, but for better results install all required libraries on your system if they are available in your Linux distribution. Bash @@ -80,7 +82,7 @@ BagheeraSearch tool and library are available at https://git.aynoa.net/ignacio/B ## 📥 Recomended Installation (Production with BagheeraSearch) -Ensure you have at least Python 3.13, the necessary PySide6 dependencies and KDE development headers for Baloo installed on your system. For best integration install at least PySide6 in your system, but for better results install all required libraries on your system if they are available in your Linux distribution. +Ensure you have at least Python 3.13, the necessary PySide6, LMDB and Exiv2 dependencies and KDE development headers for Baloo installed on your system. For best integration install at least PySide6 in your system, but for better results install all required libraries on your system if they are available in your Linux distribution. Bash @@ -106,7 +108,7 @@ python bagheeraview.py ## 📥 Alternative Installation (Production without BagheeraSearch) -Ensure you have at least Python 3.13, the necessary PySide6 dependencies and KDE development headers for Baloo installed on your system. For best integration install at least PySide6 in your system, but for better results install all required libraries on your system if they are available in your Linux distribution. +Ensure you have at least Python 3.13, the necessary PySide6, LMDB and Exiv2 dependencies and KDE development headers for Baloo installed on your system. For best integration install at least PySide6 in your system, but for better results install all required libraries on your system if they are available in your Linux distribution. Bash