-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,62 @@ | ||
> [!NOTE] | ||
> Contribuição simples, para adicionar mais streams, você pode está editando o arquivo `renderer.js`. | ||
> ```js | ||
> const categories = { | ||
> Ambientes: [ | ||
> "http://radio.stereoscenic.com/ama-h", | ||
> "http://radio.stereoscenic.com:80/am-h.mp3", | ||
> "http://163.172.169.217:80/asp-s", | ||
> "http://radio.stereoscenic.com:80/am-l.mp3", | ||
> ], | ||
> Jazz: [ | ||
> "http://icecast.radiofrance.fr/fip-midfi.mp3", | ||
> "https://icecast.radiofrance.fr/fipjazz-midfi.mp3", | ||
> "https://icecast.radiofrance.fr/fipgroove-midfi.mp3", | ||
> ], | ||
> Eletronica: ["http://nl.ah.fm:8000/live", "http://fr2.ah.fm:8000/live"], | ||
>}; | ||
# Instalação | ||
```bash | ||
yarn add electron-builder --dev | ||
npm install --save-dev electron | ||
``` | ||
# | ||
# Executar localmente | ||
```bash | ||
yarn install | ||
npm start | ||
``` | ||
# | ||
# Compilação | ||
- Windows e Linux | ||
```bash | ||
yarn build:win-linux | ||
npm build:win-linux | ||
``` | ||
# | ||
- Mac | ||
```bash | ||
yarn build:mac | ||
npm build:mac | ||
``` | ||
# Atualização | ||
Desinstale o programa anterior por completo. | ||
Desinstale o programa anterior por completo. Pois o programa não tem sistema de atualização nativo. | ||
No Linux por exemplo seria o comando: | ||
```bash | ||
sudo dpkg --purge lofi-radio | ||
``` | ||
> Se baixado `.deb`. | ||
> [!WARNING] | ||
> O software não tem licença. Por esse motivo, ignore o aviso do seu anti-malware. |