Skip to content

Convert youtube to mp3 file then import it directly to subsonic music library.

Notifications You must be signed in to change notification settings

samaphp/youtube2subsonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube2subsonic

Minimal server to convert Youtube to mp3 file then save it directly to subsonic media folder. (it's not secure, for personal use only!!)

Requirements

On Ubuntu, these requirements can be installed using this comand:

  apt-get install youtube-dl wget ffmpeg lame
	sudo easy_install web.py

Usage

1. Edit app.py and change 'music_folder' to your music full path folder.
2. Run this command 'python app.py'
 3. Go to your domain http://your-domain:8080/

Notes

You can run the server on diffrent port by write 'python app.py 8888'

About

Convert youtube to mp3 file then import it directly to subsonic music library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published