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: 7 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T19:40:44.000Z (over 3 years ago)
- Last Synced: 2025-01-14T13:23:29.225Z (9 months 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 consoleGo installing
-----------
Official guide: https://golang.org/doc/installBuilding
---------------
```
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
```