Giter Club home page Giter Club logo

jellyfinplaylistexporter's Introduction

JellyfinPlaylistExporter

This application is a rewrite of my C# based Windows desktop app Emby and Jellyfin Playlist Exporter that can be run as a web app, a Windows app or run as a web app on Android.

It is very lightweight coming at 278k total size when built.

Web app

You can install build the Jellyfin Playlist Exporter web app using the instructions below or use the GitHub hosted link:

Run on Android device

You can also run this app on your Android device by running a local web server that you can get from the Google Play Store. I tested this app using the Android app AWebServer but any web server app from the Play Store should work. You need to build the web app using the build instructions below and copy the 2 files in /dist (bundle.js and index.html) to your web server root path. You will probably need to edit index.html and make sure that the path to bundle.js appears as "/bundle.js", not "/dist/bundle.js". This appears twice in index.html!

Usage

  1. Generate an API key in Jellyfin/Emby: (Dashboard->Api Keys)
  2. Visit this site and enter the URL and API key for Jellyfin/Emby
  3. Click on Load User Accounts. This is needed because you have to provide the user ID when getting the playlists
  4. Select a user name from the user accounts dropdown and click on Load Playlists
  5. Select at least 1 playlist.
  6. Click on Export to save the playlist(s). You will be presented with a zip file to download which contains your playlists.

Build Instructions

  1. cd to source
  2. npm install
  3. npm run build
  4. Copy contents of dist to your web server

Build Windows app

  1. Run build-electron.bat
  2. You can then find the Windows app in release-builds\JellyfinPlaylistExporter-win32-x64

Screenshots

Screenshot1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.