A simple YouTube to MP3 and MP4 downloader that allows you to add the files directly to your Plex Media Server's content library
- Easy setup, configuration, and deployment.
- Simple Web UI
- Highest Quality fromat downloads
- Detailed Event Logging
- Playlist support
- Download and install Node.Js
- Download the last version of YouTube2Plex
- Extract YouTube2Plex into a folder
- open command prompt and navigate to the YouTube2Plex folder
- (Optional) open YouTube2Plex.js in your favorite text editor and set your plex audio and video folders on line 18 + 19.
- (Optional) Change the port YouTube2Plex runs on in line 16
- (Optional) Change line 20 to "1" from "0" for detailed logging in console.
- do "node YouTube2Plex" in your command prompt
- enjoy YouTube2Plex!
"Could not find ffmpeg executable":
throw 'Could not find ffmpeg executable, tried "' + npm3Binary + '", "' + npm2Binary + '" and "' + topLevelBinary + '"';
- Delete the "node_modules" folder
- run "NPM install"
- run YouTube2Plex