Spotify wrapped and last.fm api alternative for jellyfin.
Find a file
2025-12-04 00:10:45 +01:00
app Fix: navbar fitment 2025-12-03 00:18:41 +01:00
bootstrap Laravel init 2025-10-27 14:57:35 +01:00
config Feat: login 2025-12-01 12:06:50 +01:00
database Feat: songs page 2025-12-03 00:04:07 +01:00
public Feat: Users 2025-12-01 14:38:22 +01:00
resources Fix: Songs not showing on navbar 2025-12-03 09:23:02 +01:00
routes Feat: songs page 2025-12-03 00:04:07 +01:00
storage Dont add duplicates 2025-10-28 10:02:12 +01:00
tests Laravel init 2025-10-27 14:57:35 +01:00
.editorconfig Laravel init 2025-10-27 14:57:35 +01:00
.env.example Dommy data and jellyfin api beginning 2025-10-27 15:52:14 +01:00
.gitattributes Laravel init 2025-10-27 14:57:35 +01:00
.gitignore Laravel init 2025-10-27 14:57:35 +01:00
artisan Laravel init 2025-10-27 14:57:35 +01:00
composer.json Laravel init 2025-10-27 14:57:35 +01:00
composer.lock Chore: update dependencies 2025-12-01 10:51:12 +01:00
LICENSE Add LICENSE 2025-12-04 00:10:45 +01:00
package-lock.json Chore: update dependencies 2025-12-01 10:51:12 +01:00
package.json Chore: update dependencies 2025-12-01 10:51:12 +01:00
phpunit.xml Laravel init 2025-10-27 14:57:35 +01:00
README.md Update README.md 2025-11-13 13:52:23 +01:00
vite.config.js Laravel init 2025-10-27 14:57:35 +01:00

Jellypakt

Spotify wrapped and last.fm api for jellyfin. Using laravel.

Setup

  1. Clone the repository and setup environment:
git clone ssh://git@git.alexjonker.dev:2222/alex/jellypakt.git
cd jellypakt
cp .env.example .env
  1. Configure the database and jellyfin settings in .env file

  2. Install dependencies and setup application:

composer install
npm install
php artisan key:generate
php artisan migrate
  1. Start development server:
npm run dev

The application will be available at http://localhost:3000

Todo:

See on trello here