From 22e8e443162825f00666ca6898be3e868a3c0749 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Wed, 9 Sep 2020 10:28:47 +0200 Subject: [PATCH] Create TODO.md Note all collected ideas from reddit comments. --- TODO.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 00000000..33fa698a --- /dev/null +++ b/TODO.md @@ -0,0 +1,33 @@ +- [X] Implement GstPlayer API +- [X] Inhibit screen locking +- [X] Hide cursor on video window +- [X] Adaptive UI (dark and bigger when viewing in fullscreen) +- [X] Dragging player by video (MPV) +- [X] Switching video/audio/subtitles tracks from bottom bar (MPV) +- [X] Over-amplification supported by default (VLC) +- [ ] Audio visualizations (VLC) +- [ ] Clock with current hour and "Ends at" time on top overlay (Kodi) +- [ ] Auto select subtitles matching OS language (Totem) +- [ ] Picture-in-Picture mode window +- [ ] Touch gestures/swipes support +- [ ] Media playlists (with exporting to file e.g: .vplist) +- [ ] Customizable seek time +- [ ] Statistics and codec info page (VLC) +- [ ] Resume playback from last position +- [ ] Mobile friendly UI (libhandy) +- [ ] Chapters support +- [ ] Set tracks time offset + - [ ] Subtitles offset + - [ ] Audio offset +- [ ] MDNS and UPNP (discovering media in local network) +- [ ] DND files/folders from Nautilus to play (ignore incompatible ones) +- [ ] Search for subtitles, download and activate (SMplayer) +- [ ] Auto add subtitles from same folder + - [ ] Set global subtitles folders +- [ ] RSTP streaming +- [ ] Playback speed +- [ ] Remote playback controls via HTTP (VLC) + WebSockets +- [ ] Integration with the top bar + - [ ] MPRIS support + - [ ] Controls in the notifications panel + - [ ] Progress bar in the notifications panel (maybe via extension)