Python bindings for Light Media Scanner
Project description
Python bindings for Light Media Scanner.
Lightweight media scanner meant to be used in not-so-powerful devices, like embedded systems or old machines.
Provides an optimized way to recursively scan directories, handling the parser in a child process, avoiding breaks of the main process when parsers break (quite common with such bad libs and tags). One can opt to use the single process version, but be aware that if something bad happens during parsing, your application will suffer.
Parsers are plugins in the form of shared objects, so it’s easy to add new without having to recompiling the scanner.
The scanner will use SQLite3 to store file-mtime association, avoiding parsing files that are already up-to-date. This SQLite connection and the file id within the master table ‘files’ are handled to plugins for relationship with other tables.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python-lightmediascanner-0.2.0.tar.gz
.
File metadata
- Download URL: python-lightmediascanner-0.2.0.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f7e5ee678c4430b4eeb0728cc106fba11386af53d0f798a6c6ecb3f3aebd77f |
|
MD5 | e06900198a6d63422f96b5b74468d5da |
|
BLAKE2b-256 | 853a081a9aa18f0d24924eccd902dfc297db8bebd3ad2a53bb8fcf87bca8c443 |