Todo List
- UI
- [x] Drag video area to move window
- [ ] Global Menu / Locally Integrated Menu
- [x] Audio/Video track selector
- [x] Show chapter markers
- [x] Playlist view
- [x] Chapter view
- Feature
- [x] Shortcuts
- [x] Autoplay next file in folder
- [x] Drop video to play video
- Distribution
- [x] Compilation Instructions
- [x] AUR (Arch)
- [ ] Deb / PPA (Ubuntu)
- [ ] YaST (SUSE)
- [ ] RPM (Fedora)
- [ ] Snap
- [ ] FlatPack
- [ ] AppImage
Won't "Drag video area to move window" be easy with Qt 5.15?
Edit: Btw, you forgot to commit VolumeSlider.qml
Edit: Btw, you forgot to commit VolumeSlider.qml
Ah I noticed that a while ago, but I commited it to my renderapi refactor branch instead of master, and forgot to merge that branch into master as I wasn't sure how stable it was. I've rewinded renderapi to the related commits. I've merged everything into master and pushed it.
Won't "Drag video area to move window" be easy with Qt 5.15?
Hmmm, I remember it being easier in a new version... ah, yep, looks like I have code ready for this:
QPlatformWindow::startSystemMove()- https://github.com/Zren/mpvz/blob/master/src/mpvapp.cpp#L112-L121
Manjaro has Qt 5.15, so I can finally test this. I'll take a crack at this today.
@Zren It works now and I love it! It just looks and works right! Thanks for making this.
Oh it's actually way easier than that, just pushed a commit using QWindow::startSystemMove()
- https://invent.kde.org/plasma/breeze/-/merge_requests/7/diffs
- https://doc.qt.io/qt-5/qwindow.html#startSystemMove
- https://github.com/Zren/mpvz/commit/2b3d66a24e125a43f0306a7abb1853716f58b188
Can confirm, it works :)
What's the license for this? I'm just wondering for packaging purposes. Thanks!
Does the shortcuts item in the list include any ability to read and apply mpv input configs? Or all hardcoded at this time?
It's all hardcoded.