No description
Find a file
2025-03-25 18:56:06 -07:00
lib try this to fix playlists 2025-03-25 18:56:06 -07:00
.eslintrc initial commit 2024-08-19 23:19:59 -07:00
.gitignore initial commit 2024-08-19 23:19:59 -07:00
.prettierrc initial commit 2024-08-19 23:19:59 -07:00
bun.lockb Fix file names and preserver folder structure 2025-03-05 16:41:23 -08:00
index.ts add hashbang 2025-03-05 17:28:55 -08:00
package.json initial commit 2024-08-19 23:19:59 -07:00
README.md initial commit 2024-08-19 23:19:59 -07:00
tsconfig.json initial commit 2024-08-19 23:19:59 -07:00

jellyfin-to-m3u

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.24. Bun is a fast all-in-one JavaScript runtime.