Skip to content

App em electron para reproduzir mídias numa segunda tela

License

Notifications You must be signed in to change notification settings

saulotarsobc/SC-Media-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SC Media Player

App em electron para reproduzir midias numa sengunda tela

1682435607845

ROADMAP

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

Como usar

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;