Skip to content

Commit 93d78a7

Browse files
authored
Update README.md
1 parent ca0e64c commit 93d78a7

File tree

1 file changed

+44
-39
lines changed

1 file changed

+44
-39
lines changed

README.md

Lines changed: 44 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@
1111
<h1>Telegram version</h1>
1212
</p>
1313

14-
<img align="center" src="https://raw.githubusercontent.com/artyshko/smd/master/Data/1.png">
15-
<img align="center" src="https://raw.githubusercontent.com/artyshko/smd/master/Data/2.png">
16-
<img align="center" src="https://raw.githubusercontent.com/artyshko/smd/master/Data/3.png">
17-
<img align="center" src="https://raw.githubusercontent.com/artyshko/smd/master/Data/4.png">
18-
<img align="center" src="https://raw.githubusercontent.com/artyshko/smd/master/Data/5.png">
14+
<img align="center" src="https://raw.githubusercontent.com/artyshko/smd/master/Data/1.png"></br>
1915

20-
## Usage (Desktop version)
16+
<img align="center" src="https://raw.githubusercontent.com/artyshko/smd/master/Data/2.png"></br>
17+
18+
<img align="center" src="https://raw.githubusercontent.com/artyshko/smd/master/Data/3.png"></br>
19+
20+
<img align="center" src="https://raw.githubusercontent.com/artyshko/smd/master/Data/4.png"></br>
21+
22+
<img align="center" src="https://raw.githubusercontent.com/artyshko/smd/master/Data/5.png"></br>
23+
24+
## Manual (Desktop version)
2125

2226
```
2327
./main.py [argument][value] - startup with arguments
@@ -48,7 +52,7 @@
4852
git clone https://github.com/artyshko/smd.git
4953
```
5054

51-
### First you need to install all dependencies
55+
### First you have to install all dependencies
5256
```
5357
pip3 install -r requirements.txt
5458
```
@@ -62,62 +66,63 @@ chmod +x main.py
6266
```
6367
python3 main.py
6468
```
65-
### How to get song URI
66-
67-
<img align="center" src="https://i.ibb.co/BzM7ZKp/image4.png">
6869

69-
### Example of Spotify URI Code
70+
### Spotify
71+
Song:
7072
```
71-
spotify:track:4tmwiN9YU7xMjh2hoqcVuI
73+
./main.py -ss "https://open.spotify.com/track/2QoDAlMnML5haTXvYRS86X?si=eMGX4dlwQd-7dyiG6OmUHQ"
7274
```
73-
74-
### Song mode
75-
Example:
75+
Album:
76+
```
77+
./main.py -sa "https://open.spotify.com/album/79dL7FLiJFOO0EoehUHQBv?si=lDnHRa2BR_uFUOnUOZPbUQ"
78+
```
79+
Playlist:
7680
```
77-
./main.py -s spotify:track:7ARveOiD31w2Nq0n5FsSf8
81+
./main.py -sp "https://open.spotify.com/playlist/37i9dQZF1DXcRXFNfZr7Tp?si=Yd3IJQ9ATWOdFulNa7ax5g"
7882
```
7983

80-
### Query mode
81-
Example:
84+
### Deezer
85+
Song:
8286
```
83-
./main.py -q "The XX - Intro"
87+
./main.py -ds "https://www.deezer.com/track/3787855"
88+
```
89+
Album:
90+
```
91+
./main.py -da "https://www.deezer.com/album/1695172"
92+
```
93+
Playlist:
94+
```
95+
./main.py -dp "https://www.deezer.com/playlist/1306931615"
8496
```
8597

86-
### YouTube Music mode
87-
Example:
98+
### YouTube Music
99+
Song:
88100
```
89-
./main.py -y "https://music.youtube.com/watch?v=HnXzzTIFu_U&list=RDAMVMHnXzzTIFu_U"
101+
./main.py -ym "https://music.youtube.com/watch?v=HnXzzTIFu_U&list=RDAMVMHnXzzTIFu_U"
90102
```
91103

92-
### YouTube video mode
93-
Example:
104+
### YouTube Video
105+
Video:
94106
```
95-
./main.py -v "https://www.youtube.com/watch?v=JHi-WGFGWek"
107+
./main.py -yv "https://www.youtube.com/watch?v=JHi-WGFGWek"
96108
```
97109

98-
### Apple Music mode
110+
### Apple Music
99111
Example:
100112
```
101113
./main.py -a "https://itunes.apple.com/us/album/i-wanna-be-yours/663097964?i=663098065"
102114
```
103115

104-
### File mode
105-
#### Create file with songs
106-
<img align="center" src="https://i.ibb.co/qJvgMXB/file.png">
107-
116+
### Query mode
108117
Example:
109118
```
110-
./main.py -f songs.txt
119+
./main.py -q "The XX - Intro"
111120
```
112121

113-
### Playlist mode
114-
#### Create playlist and make it secret
115-
<img align="center" src="https://i.ibb.co/kBKtDys/image1.png">
116-
117-
#### Then copy playlist URI
118-
<img align="center" src="https://i.ibb.co/yWHHBDX/image2.png">
119-
122+
### Choose another directory
120123
Example:
121124
```
122-
./main.py -p spotify:user:spotify:playlist:37i9dQZF1DXcRXFNfZr7Tp
125+
./main.py -q "The XX - Intro" -p ~/Music
126+
127+
./main.py -ss "https://open.spotify.com/track/2QoDAlMnML5haTXvYRS86X -p ~/Desktop/Music/New
123128
```

0 commit comments

Comments
 (0)