Manage chromecast devices and play media on them ( work in progress )
docker | ||
frontend | ||
playlistcast | ||
vendor | ||
.gitignore | ||
.gitmodules | ||
.pylintrc | ||
LICENSE | ||
README.md | ||
requirements.py37.txt | ||
server.py |
playlistcast ( work in progress )
Description
Done
- Add local resources and serve them with http server
- Find and display list of chromecast devices
- Play / Pause
- Volume manipulation
- Video playback time, duration and interactive seek video bar
TODO
- browse added resource files
- discover mime-type of m3u 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