https://github.com/yyasha/youtube-streams-mp3player
Playing music or other streams in your console
https://github.com/yyasha/youtube-streams-mp3player
ffplay lofi lofi-player music music-player player youtube youtube-dl
Last synced: about 2 months ago
JSON representation
Playing music or other streams in your console
- Host: GitHub
- URL: https://github.com/yyasha/youtube-streams-mp3player
- Owner: yyasha
- Created: 2022-01-16T19:34:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T19:40:44.000Z (over 4 years ago)
- Last Synced: 2025-03-04T09:25:59.287Z (over 1 year ago)
- Topics: ffplay, lofi, lofi-player, music, music-player, player, youtube, youtube-dl
- Language: Go
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Youtube-streams-mp3Player
-----------------
Playing music or other streams in your console
Go installing
-----------
Official guide: https://golang.org/doc/install
Building
---------------
```
go build player.go
```
Usage
----------------
```
./player -url "YouTube url"
```
Arguments
---------------
```
-display
```
Show display (default off)
```
-url "..."
```
Link to the video on YouTube
```
-volume 76
```
Set volume (default 100)
Example
----------------
Play lofi hip hop at volume 50 without display
```
./player -url https://www.youtube.com/watch?v=5qap5aO4i9A -volume 50
```