Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surajx/yt2gm
From YouTube to Google Music
https://github.com/surajx/yt2gm
Last synced: 9 days ago
JSON representation
From YouTube to Google Music
- Host: GitHub
- URL: https://github.com/surajx/yt2gm
- Owner: surajx
- Created: 2015-10-03T13:12:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T02:38:36.000Z (about 9 years ago)
- Last Synced: 2024-10-11T23:25:39.083Z (about 1 month ago)
- Language: Python
- Size: 133 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yt2gm
Download from YouTube, rip the audio track, upload to Google Music.## Installation
* youtube-dl: `sudo apt-get install youtube-dl`
* Python package manager, pip: `sudo apt-get install pip`
* Google Music API: `sudo pip install gmusicapi`
* ffmpeg (on Ubuntu 14.04):
```
sudo apt-add-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg
```
* During first run the Google Music API asks you to authenticate yourself via OAuth, for subsequent runs it's not required.## Usage
`./yt2gm.sh `##Disclaimer
No validations whatsoever, this was cooked up to make my life easier. I am not resposible for any dragons or red weddings.