Manage chromecast devices and play media on them ( work in progress )
Go to file
Michal Szczepanski 24019607f8 Update resourceLocation add listDirectory implementation 2020-03-15 22:34:07 +01:00
docker Add README.md to docker directory with build container instructions 2020-03-08 18:46:38 +01:00
frontend Update resourceLocation add listDirectory implementation 2020-03-15 22:34:07 +01:00
playlistcast Allow cross origin requests in debug mode 2020-03-14 15:02:32 +01:00
vendor Update tornadoql submodule 2020-02-20 22:39:53 +01:00
.gitignore Update .gitignore move poc files to test_poc 2020-03-11 00:08:40 +01:00
.gitmodules Update submodule 2020-02-20 22:30:03 +01:00
.pylintrc Update resource location store data using sqlalchemy 2020-02-26 22:59:49 +01:00
LICENSE Big things have small beginnings 2020-02-20 01:59:42 +01:00
README.md Add display stream icon 2020-03-14 12:18:19 +01:00
requirements.py37.txt Update resource location store data using sqlalchemy 2020-02-26 22:59:49 +01:00
server.py Allow cross origin requests in debug mode 2020-03-14 15:02:32 +01:00

README.md

playlistcast ( work in progress )

Description

Done

  • Add local resources and serve them with http server
  • Find and display list of chromecast devices
  • Play / pause / back and forward 30 seconds
  • Video playback time, duration and seek bar
  • Video subtitle pick, disable
  • Display stream icon if available

TODO

  • Pick m3u file and assign to device ( TODO ui )
  • Play m3u file with interactive ui
  • Display interactive playlist
  • Ability to display pictures in chromecast
  • Ability to play audio files in chromecast
  • Create playlists with audio / video / pictures
  • Play playlists
  • Play files from directory in order
  • Play video title
  • Check if file is compatible with chromecast
    • Mark incompatible videos
    • Add ability to convert file ( ffmpeg )
  • Video audio pick disable
  • Video quality pick disable
  • Test with pupular streaming services
    • Amazon Prime
      • check for playlist support
    • cda.pl
    • HBO
    • Netflix
      • check for playlist support
    • Youtube
  • Browse added resource files ( TODO ui )
  • Display miniature picture when seek playlist using ffmpeg
  • Customize chromecast ui while playing video
  • Create miniatures of video files using ffmpeg
  • Convert incompatible file types using ffmpeg