https://github.com/rubbaboy/qilletnimetadata
https://github.com/rubbaboy/qilletnimetadata
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rubbaboy/qilletnimetadata
- Owner: RubbaBoy
- Created: 2024-12-20T04:21:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-20T23:23:48.000Z (over 1 year ago)
- Last Synced: 2025-05-11T15:45:37.802Z (about 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## metadata
A package for Qilletni to allow for metadata on songs, artists, or albums. This allows for tags or custom data to be set and retrieved, stored in a database.
### Environment variables
- `QL_METADATA_USER` - The username for the database (default: `metadata`)
- `QL_METADATA_PASSWORD` - The password for the database (default: `password`)
- `QL_METADATA_DATABASE` - The database name (default: `metadata`)
- `QL_METADATA_PORT` - The port for the database (default: `5432`)
- `QL_METADATA_HOST` - The host for the database (default: `localhost`)