Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.05 KB

README.md

File metadata and controls

47 lines (35 loc) · 2.05 KB

YouTube2Plex

GitHub package.json version GitHub top language GitHub all releases GitHub forks

What is YouTube2Plex

A simple YouTube to MP3 and MP4 downloader that allows you to add the files directly to your Plex Media Server's content library

Features

  • Easy setup, configuration, and deployment.
  • Simple Web UI
  • Highest Quality fromat downloads
  • Detailed Event Logging
  • Playlist support

Requirements

Plex Media Server node-current

Installation & setup

  1. Download and install Node.Js
  2. Download the last version of YouTube2Plex
  3. Extract YouTube2Plex into a folder
  4. open command prompt and navigate to the YouTube2Plex folder
  5. (Optional) open YouTube2Plex.js in your favorite text editor and set your plex audio and video folders on line 18 + 19.
  6. (Optional) Change the port YouTube2Plex runs on in line 16
  7. (Optional) Change line 20 to "1" from "0" for detailed logging in console.
  8. do "node YouTube2Plex" in your command prompt
  9. enjoy YouTube2Plex!

Common errors:

"Could not find ffmpeg executable":

  throw 'Could not find ffmpeg executable, tried "' + npm3Binary + '", "' + npm2Binary + '" and "' + topLevelBinary + '"';
  1. Delete the "node_modules" folder
  2. run "NPM install"
  3. run YouTube2Plex

License

MIT