https://github.com/piyush800x/automaticsubsonicinstaller
https://github.com/piyush800x/automaticsubsonicinstaller
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/piyush800x/automaticsubsonicinstaller
- Owner: Piyush800x
- License: gpl-3.0
- Created: 2022-08-31T06:55:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T07:35:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T08:26:09.104Z (4 months ago)
- Language: Python
- Size: 372 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automatic Subsonic Installer and Spotify Music Downloader
## About
This is a automatic subsonic installer in ubuntu server and also can download music from your favourite playlist of Spotify.####
## Subsonic Official Website
Link -> http://www.subsonic.org/pages/index.jsp#learnmore## Installation Guide
### 1st step
Update repositories
```bash
sudo apt-get update -y
```
### 2nd step
Install wget
```bash
sudo apt-get install wget -y
```
### 3rd step
If you don't have ufw enabled run this command or if you have ufw enabled then follow `4th step`
```bash
sudo ufw enable
```
Press `y` and `enter` Done.
Or### 4th step
Download the script
```bash
wget https://raw.githubusercontent.com/Piyush800x/AutomaticSubsonicInstaller/main/main.py
```### 5th step (Most Important)
I don't know which vps provider you are using, but `you must have inbound traffic to port 4040 enabled`, otherwise soubsonic will not work.### 6th step (Final)
Run the script
```bash
sudo python3 main.py
```
Here select option 1
####

####
Now you need to create a user for subsonic, Here i use username `subsonic`
####

####
Now here the script is creating a folder where your downloaded musics will stored.
####

####
When the script is completed, it will show a path of your music folder that you created, copy that path and save for later use.
####

####
Now open any web browser and open subsinic -> `yourpublicip:4040` and login.
The default username and password is `admin`.
####

####
After login chnage the admin password and then click on setup media folders.
####

####
Paste the path that you copied and click the save button.
####

####
Run the script again
```bash
sudo python3 main.py
```## UPDATE: music downloader is not working, It will be fixed soon :-)
Now select option 2
Enter your favourite spotify playlist url, then the path that you copied and press enter you will see the downloading process.When the downloading finished go back to the browser. Click `scan media folders now` inside settings menu.
####

####
Go to index menu and you can find all your musics.