Giter Site home page Giter Site logo

cglatot / pasta Goto Github PK

View Code? Open in Web Editor NEW
269.0 5.0 8.0 1.73 MB

Audio & Subtitle Track Changer for Plex

Home Page: https://www.pastatool.com

CSS 6.80% HTML 30.89% JavaScript 62.26% Dockerfile 0.04%
plex subtitles audio-tracks plex-server plex-audio

pasta's Introduction

PASTA

Audio and Subtitle Track Changer for Plex

DockerHub Link: https://hub.docker.com/r/cglatot/pasta

Unraid Installation: This is now available on the Commmunity Applications list thanks to https://github.com/selfhosters/unRAID-CA-templates

Encountered a bug, or have a feature request? Log it here: https://github.com/cglatot/pasta/issues

Enjoying the tool? Considering adding to my coffee / energy drink fund :)

ko-fi

What is PASTA?

Do you watch TV Shows with multiple languages and subtitles and wish you could change them for the entire show, rather than needing to do it for every. single. episode? Or maybe you aren't sure what the difference is between those 2 English (SRT) and English (SRT) subtitle files. Then PASTA is for you! PASTA allows you to connect to your Plex server and view more details about the audio tracks and subtitles, as well as set the tracks and subtitles or entire shows, or single episodes very quickly.

How do I use PASTA?

I built PASTA to be as step-by-step as possible and to take you through it, so you should be able to just close this pop-up and follow along. There are some things I would like to point out, however:

  • This works MUCH faster if you are on the same network as the Plex Server.
  • If you use Unraid, this is now available in the Community Applications.
  • You can also run this locally yourself. Just download the source code from github.

About PASTA

When I first began developing this for myself, I was calling it Audio Track Automation for Plex, so adding "subtitles" to it, and rearranging the letters gave birth to PASTA. PASTA was born out of a desire, one that I had seen others have as well, but that I had only seen one other solution for. However, it was in command line and I wanted something a bit more appealing to look at, and something I could use from anywhere. Initially I was only building this for myself but I thought that others might find use for it as well, so here we are!

PASTA runs entirely client-side. This means that you are not passing anything to someones server to do this (other than the Plex Server), and it also means I don't have to worry about standing up a server to do that side of things either :). PASTA runs off of Github Pages. Feel free to have a look, download it yourself and use it locally, or make suggestions. I'm by no means finished with PASTA - I still have plenty of ideas for how I can add more to it, as well as fix any bugs that crop up.

Docker

Here is an example compose to help you get started creating a container.

---
version: "3"

services:
  pasta:
    image: cglatot/pasta
    container_name: pasta
    ports:
      - 8087:80 
    restart: unless-stopped

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.