https://github.com/badetitou/franz-youtube-music
https://github.com/badetitou/franz-youtube-music
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/badetitou/franz-youtube-music
- Owner: badetitou
- Created: 2018-07-17T21:10:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T21:11:29.000Z (over 7 years ago)
- Last Synced: 2025-01-14T01:15:22.524Z (9 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Music for Franz
An unofficial Franz recipe for [YouTube Music](https://music.youtube.com/).
## Installing
### Windows
With git and PowerShell:
```sh
mkdir $env:APPDATA\Franz\recipes\dev\
git clone git@github.com:badetitou/franz-youtube-music.git $env:APPDATA\Franz\recipes\dev\franz-youtube-music
```With Explorer:
1. Download the `franz-youtube-music.zip` from github. Extract it to its own folder (`franz-youtube-music`).
2. Open `%appdata%/Franz/recipes/dev/`. The `dev` folder may not exist, so go ahead and create it.
3. Copy the `franz-youtube-music` folder into the plugins directory.
4. Reload Franz.### Mac
```sh
mkdir ~/Library/Application\ Support/Franz/recipes/dev/
git clone git@github.com:badetitou/franz-youtube-music.git ~/Library/Application\ Support/Franz/recipes/dev/franz-youtube-music
```### Linux
```sh
mkdir ~/.config/Franz/recipes/dev
git clone git@github.com:badetitou/franz-youtube-music.git ~/.config/Franz/recipes/dev/franz-youtube-music
```