An open API service indexing awesome lists of open source software.

https://github.com/saulotarsobc/sc-media-player

App em electron para reproduzir mídias numa segunda tela
https://github.com/saulotarsobc/sc-media-player

cross-platform electron electron-builder jw kingdom-hall midias second-windows

Last synced: about 2 months ago
JSON representation

App em electron para reproduzir mídias numa segunda tela

Awesome Lists containing this project

README

          

# SC Media Player

## App em electron para reproduzir midias numa sengunda tela

![1682435607845](image/README/1682435607845.png)

## ROADMAP

- [X] Dual screen
- [X] Persistencia de dados (.sqlite)
- [X] Reprodução de midias
- [X] Criar lista de mídias
- [ ] Imagem como 'descanço'
- [ ] Thumb das midias
- [ ] Volume dos vídeos
- [X] Barra de progresso do vídeo

## Como usar

```bash
git clone https://github.com/saulotarsobc/SC-Media-Player.git;
cd SC-Media-Player;
yarn install;
yarn start;
# gerar um .exe que ficará na pasta 'dist'
yarn win;
```