Update information
This commit is contained in:
28
README.md
28
README.md
@@ -8,13 +8,21 @@ BagheeraView is an image viewer specifically designed for the KDE ecosystem. Bui
|
||||
|
||||
- **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.
|
||||
|
||||
- **Face & Pet Detection:** 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 names. Body, Object and Landmark tags 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.
|
||||
|
||||
- **Smart State Persistence:** The application remembers your workflow. Your **last used sort order** and view settings are automatically saved and restored upon startup.
|
||||
- **Filter resuls:** Results can be filtered for tags or file name.
|
||||
|
||||
- **Duplicates Management:** A system to detect and manage duplicates, with a 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.
|
||||
|
||||
- **Window Manager Support:** X11 and Wayland are supported.
|
||||
|
||||
## 🛠 Technical Stack
|
||||
|
||||
@@ -26,6 +34,8 @@ BagheeraView is an image viewer specifically designed for the KDE ecosystem. Bui
|
||||
|
||||
- **Metadata Handling:** Advanced image header manipulation to store faces, pets, body, objects and landmarks and support to file extended attributes
|
||||
|
||||
- **Duplicate Detection:** Two methods to detect duplicates, hashing and open vision
|
||||
|
||||
## 🌐 Internationalization (i18n)
|
||||
|
||||
BagheeraView is designed for a global audience with localized interface support. Initial supported languages include:
|
||||
@@ -49,7 +59,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 if they are available in your Linux distribution.
|
||||
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.
|
||||
|
||||
Bash
|
||||
|
||||
@@ -65,12 +75,12 @@ pip install -r requirements.txt
|
||||
python bagheeraview.py
|
||||
```
|
||||
|
||||
BagheeraSearch tool and librery are available at https://git.aynoa.net/ignacio/BagheeraSearch.git
|
||||
BagheeraSearch tool and library are available at https://git.aynoa.net/ignacio/BagheeraSearch.git
|
||||
|
||||
|
||||
## 📥 Installation (Production with BagheeraSearch)
|
||||
## 📥 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 if they are available in your Linux distribution.
|
||||
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.
|
||||
|
||||
Bash
|
||||
|
||||
@@ -94,9 +104,9 @@ pip install . /tmp/BagheeraView
|
||||
python bagheeraview.py
|
||||
```
|
||||
|
||||
## 📥 Installation (Production without BagheeraSearch)
|
||||
## 📥 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 if they are available in your Linux distribution.
|
||||
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.
|
||||
|
||||
Bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user