Manage chromecast devices and play media on them ( work in progress )
Go to file
2020-03-13 23:25:16 +01:00
docker Add README.md to docker directory with build container instructions 2020-03-08 18:46:38 +01:00
frontend Add seek backward, forward buttons 2020-03-13 21:47:47 +01:00
playlistcast Fix convert media_status subtitle on update 2020-03-13 23:24:50 +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 Update README.md 2020-03-13 23:25:16 +01:00
requirements.py37.txt Update resource location store data using sqlalchemy 2020-02-26 22:59:49 +01:00
server.py Fix api for listing playlist items 2020-03-12 20:59:15 +01:00

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

TODO

  • Browse added resource files
  • Pick m3u file and play
  • Display interactive playlist
  • Ability to display pictures in chromecast
  • Ability to play audio files in chromecast
  • Display miniature picture when seek playlist using ffmpeg
  • Create playlists with audio / video / pictures
  • Play playlists
  • Play files from directory in order
  • Create miniatures of video files using ffmpeg
  • Check if file is compatible with chromecast
  • Convert incompatible file types using ffmpeg