Initial vault setup
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
---
|
||||
title: Jellyfin Rewind
|
||||
created: 2026-06-08
|
||||
updated: 2026-06-08
|
||||
type: app
|
||||
tags: [catalogue, year-in-review, app-marathon3-rattrapage-final-b]
|
||||
confidence: high
|
||||
contested: false
|
||||
sources: [https://selfh.st/apps/?tag=year-in-review&app=jellyfin-rewind]
|
||||
---
|
||||
|
||||
# ⏪ Jellyfin Rewind
|
||||
|
||||
> Bilan annuel Jellyfin type Spotify Wrapped : films, séries, top genres, statistiques de l'année.
|
||||
|
||||
## 📋 Informations Générales
|
||||
|
||||
| Champ | Valeur |
|
||||
| :--- | :--- |
|
||||
| **Site web** | [github.com/jellyfin-fin/jellyfin-rewind](https://github.com/jellyfin-fin/jellyfin-rewind) |
|
||||
| **GitHub** | [jellyfin-fin/jellyfin-rewind](https://github.com/jellyfin-fin/jellyfin-rewind) |
|
||||
| **License** | MIT |
|
||||
| **Langage** | TypeScript |
|
||||
| **Étoiles GitHub** | <1k ⭐ |
|
||||
| **Catégorie** | [[cat-year-in-review|Year-in-Review]] |
|
||||
|
||||
## 📝 Description
|
||||
|
||||
**Jellyfin Rewind** analyse votre historique Jellyfin (via l'API Jellyfin) et produit un récap visuel : top films/séries, genres préférés, temps total écouté, répartition mensuelle, jours les plus actifs. Cartes partageables style Wrapped, configurable (année, utilisateurs). Différence vs Plex Rewind : intégration native Jellyfin (pas besoin de Tautulli). Pour qui : utilisateurs de Jellyfin fans de statistiques annuelles.
|
||||
|
||||
## 🚀 Installation
|
||||
|
||||
### Docker Compose (recommandé)
|
||||
|
||||
```yaml
|
||||
version: '3.8'
|
||||
services:
|
||||
jellyfin-rewind:
|
||||
image: ghcr.io/jellyfin-fin/jellyfin-rewind:latest
|
||||
container_name: jellyfin-rewind
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- JELLYFIN_URL=http://jellyfin:8096
|
||||
- JELLYFIN_API_KEY=*** - JELLYFIN_USER_ID=***
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.jfrewind.rule=Host(`jfreeze.example.com`)
|
||||
```
|
||||
|
||||
## 🔄 Alternatives
|
||||
|
||||
### Open Source
|
||||
- [[app-plex-rewind]] — Équivalent Plex
|
||||
- [[app-jellystat]] — Stats Jellyfin
|
||||
|
||||
### Propriétaires
|
||||
- **Spotify Wrapped** — Pas comparable
|
||||
- **Trakt** — Stats multi-sources SaaS
|
||||
|
||||
## 🔐 Sécurité
|
||||
- Authentification : clé API Jellyfin
|
||||
- Stockage : aucune persistance des données
|
||||
|
||||
## 📚 Ressources
|
||||
- [Documentation](https://github.com/jellyfin-fin/jellyfin-rewind#readme)
|
||||
- [GitHub](https://github.com/jellyfin-fin/jellyfin-rewind)
|
||||
|
||||
## Pages Liées
|
||||
- [[cat-year-in-review]] — Catégorie Year-in-Review
|
||||
- [[app-plex-rewind]] — Concurrent
|
||||
- [[recettes-docker-compose]] — Templates Docker
|
||||
Reference in New Issue
Block a user