mirror of
				https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
				synced 2025-11-03 21:10:34 +00:00 
			
		
		
		
	Merge pull request #79 from reduxionist/feature/gitless-install
Use archive url of librespot-python instead of git url
This commit is contained in:
		
						commit
						33e82e1d1a
					
				@ -16,7 +16,6 @@ Binaries
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- Python 3.8 or greater
 | 
					- Python 3.8 or greater
 | 
				
			||||||
- ffmpeg*
 | 
					- ffmpeg*
 | 
				
			||||||
- Git**
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
Python packages:
 | 
					Python packages:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -25,8 +24,6 @@ Python packages:
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\*ffmpeg can be installed via apt for Debian-based distros or by downloading the binaries from [ffmpeg.org](https://ffmpeg.org) and placing them in your %PATH% in Windows.
 | 
					\*ffmpeg can be installed via apt for Debian-based distros or by downloading the binaries from [ffmpeg.org](https://ffmpeg.org) and placing them in your %PATH% in Windows.
 | 
				
			||||||
 | 
					 | 
				
			||||||
\*\*Git can be installed via apt for Debian-based distros or by downloading the binaries from [git-scm.com](https://git-scm.com/download/win) for Windows.
 | 
					 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
Command line usage:
 | 
					Command line usage:
 | 
				
			||||||
  python zspotify.py                                      Loads search prompt to find then download a specific track, album or playlist
 | 
					  python zspotify.py                                      Loads search prompt to find then download a specific track, album or playlist
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
git+https://github.com/kokarare1212/librespot-python
 | 
					https://github.com/kokarare1212/librespot-python/archive/main.zip
 | 
				
			||||||
music_tag
 | 
					music_tag
 | 
				
			||||||
pydub
 | 
					pydub
 | 
				
			||||||
Pillow
 | 
					Pillow
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user