KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
catalogrr
★ 15
Open GitHub ↗
personal media cataloging
Download README (.md)
Explore Similar Repositories
fin-primitives
:
Financial market primitives — price types, order book, OHLCV, indicators, position ledger, risk monitor
glqr
:
An easy to use gleam qr code generator
cowork-social
:
No description available.
AutoClash
:
AutoClash 是一款基于 Android 平台的 Clash 或 sing-box 自动策略组切换工具
QQmusic_converter
:
QQ音乐下载的OGG格式文件转换成MP3格式的小工具 - 纯Python GUI应用;QQ Music OGG to MP3 Converter - A Pure Python GUI Tool
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
catalogrr
?
Download (.md)
# catalogrr personal media cataloging - movies, music, games — anything you own. download the zip. run the docker compose. ```bash docker compose up -d ``` lives at [http://localhost:4120](http://localhost:4120). ## docker-compose ```yaml # docker-compose.yml services: catalogrr: build: context: ./backend image: ghcr.io/texx2818/catalogrr:latest ports: - "4120:4120" volumes: - catalogrr-data:/data restart: unless-stopped environment: - PORT=4120 - DB_PATH=/data/catalogrr.db - RAWG_API_KEY=your_key_here volumes: catalogrr-data: ``` open [http://localhost:4120](http://localhost:4120). ## adding items - **Barcode / ISBN** — type or scan a barcode; Shelfie looks it up in Open Library (books) or UPC Item DB (everything else) - **Title search** — searches Open Library, OMDb, MusicBrainz, and RAWG depending on the selected type (API KEY NEEDED) - **Manual entry** — fill in the form directly - **CSV import** — bulk-import from a spreadsheet ## csv format column names are case-insensitive. `title` is the only required field. | Column | Notes | |---|---| | `title` | Required | | `creator` | Also accepts `author` or `artist` | | `type` | `book` `movie` `music` `game` `tv` `other` | | `year` | | | `barcode` | Also accepts `isbn` | | `genre` | | | `format` | e.g. Blu-ray, Vinyl, Hardback | | `rating` | 1–5 | | `notes` | | | `status` | `owned` `wishlist` `lent` `sold` | | `cover_url` | | export your library at any time via the **↓ Export CSV** button.