2022-10-06 08:13:46 +00:00
|
|
|
## [Install](https://gitlab.com/justuser31/getnetradio/-/blob/master/README.md#0install) | [Usage](https://gitlab.com/justuser31/getnetradio/-/blob/master/README.md#1usage) | [Telegram](https://t.me/getnetradio) | [Updates](https://gitlab.com/justuser31/getnetradio/-/blob/master/README.md#contact-updates) | [Realeses](https://gitlab.com/justuser31/getnetradio/-/releases)
|
2022-10-05 09:04:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
-----
|
|
|
|
|
|
|
|
|
2022-10-05 08:57:22 +00:00
|
|
|
### 0.Install
|
|
|
|
```
|
|
|
|
#Install telegram-upload
|
|
|
|
sudo pip3 install -U telegram-upload
|
|
|
|
#Check if all works(If not,READ MESSAGE)
|
|
|
|
telegram-upload README.md
|
|
|
|
|
2022-10-06 17:01:38 +00:00
|
|
|
#INSTALL LAME
|
|
|
|
#https://lame.sourceforge.io/links.php#Binaries
|
|
|
|
|
2022-10-05 08:57:22 +00:00
|
|
|
git clone https://notabug.org/Justuser/getnetradio.git
|
|
|
|
cd getnetradio
|
|
|
|
```
|
|
|
|
### 1.Usage
|
|
|
|
```
|
2022-10-06 19:29:49 +00:00
|
|
|
#ALL CONFIGS IN config.py
|
2022-10-06 17:01:38 +00:00
|
|
|
|
2022-10-05 08:57:22 +00:00
|
|
|
|
2022-10-06 14:11:15 +00:00
|
|
|
#Start(nohup and "&" for work in background)
|
|
|
|
nohup python3 main.py &
|
2022-10-05 08:57:22 +00:00
|
|
|
#Stop
|
|
|
|
./stop.sh
|
2022-10-06 17:01:38 +00:00
|
|
|
#Or just kill main.py and wget
|
2022-10-05 08:57:22 +00:00
|
|
|
```
|
|
|
|
|
2022-10-05 08:59:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
-----
|
|
|
|
|
|
|
|
### Contact & Updates
|
|
|
|
|
2022-10-05 09:04:30 +00:00
|
|
|
###### Telegram group - https://t.me/getnetradio
|
|
|
|
|
|
|
|
###### Updates:
|
|
|
|
|
|
|
|
> 04.10.2022 - Add to notabug.org
|
|
|
|
|
|
|
|
> 05.10.2022 - Update README.md and add stop.sh
|
2022-10-05 08:59:11 +00:00
|
|
|
|
2022-10-05 16:49:34 +00:00
|
|
|
> 05.10.2022 - Migrate to gitlab.com
|
|
|
|
|
2022-10-06 10:58:48 +00:00
|
|
|
> 06.10.2022 - Merge st.sh and up.py, new release.
|
2022-10-05 08:59:11 +00:00
|
|
|
|
2022-10-06 17:01:38 +00:00
|
|
|
> 06.10.2022 - Add check bitrate and convert with "lame".
|
2022-10-05 08:57:22 +00:00
|
|
|
-----
|
|
|
|
|
|
|
|
|
2022-10-05 09:04:30 +00:00
|
|
|
#### Notes for me:
|
2022-10-04 17:55:07 +00:00
|
|
|
```
|
2022-10-04 19:09:11 +00:00
|
|
|
#Add files
|
2022-10-04 17:55:07 +00:00
|
|
|
git add file
|
|
|
|
git commit -m "words"
|
2022-10-04 19:09:11 +00:00
|
|
|
git push
|
|
|
|
#Save account
|
2022-10-04 17:55:07 +00:00
|
|
|
git config --global credential.helper cache
|
2022-10-04 19:09:11 +00:00
|
|
|
#Just http server(Wow)
|
|
|
|
python3 -m http.server
|
2022-10-05 15:56:19 +00:00
|
|
|
#Change repo
|
|
|
|
git push --repo=https://gitlab.com/justuser31/getnetradio
|
2022-10-04 17:55:07 +00:00
|
|
|
```
|