-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A file with a trailing "-" in the name before extension does not get opened #3
Comments
Hi, Thanks for the bug report! That should be easy to fix, I think DJV is trying to interpret the trailing '-' as a file sequence and is getting confused. The keyboard shortcut change sounds good, it seemed like a good idea at the time but I'm not sure I've ever actually used them either. What would you suggest for the up and down keys? Maybe go to the beginning/ending of the clip (or current in/out points)? Sorry about the preferences resetting, that normally shouldn't happen with every version. I only do that when I make a change to the preferences and unfortunately there have been a number of those lately. |
What do you think about this mapping? Just to note, I am big fan of key combinations :)
Here are a more cuestionable shorcuts, now we have the typical J-K-L playback shorcuts present in most video editing software, but for me in particular I prefer to have the playback shortcuts as close to each other as possible and because this is not an editing software. Would it be possible to add more than 1 shorcut to an action or more than 1 action to a shortcut (kind of a macro)? so we can have the best of both. Maybe it is too much to wish, but hey, It doesn't hurt to ask :)
This is my prefered mapping but may change in the future of course. Also if I may ask for another thing.
That’s just my two cents. As always, thanks for your hard work. Cheers |
Those seem like reasonable shortcuts, I'll add them for the next major version (1.3.0). I didn't think that Qt supported multiple shortcuts per action but I just checked the documentation and it turns out they do, I'll see if I can add support for that. The multiple actions per shortcut is an interesting idea, what did you have in mind using it for? I'll check out the "always on top" feature, I think that's easy to do with Qt. |
Great! Thanks. About the multiple actions per shortcut, I just thought about that due to the fact that
for example, involves 2 actions, setting forward playback and toggling the playback too. The same apllies to
I can't think of any other use right now but I guess it can be useful somehow. But maybe it is not worth the effort if it is hard to implement. |
I vote for those too ;-) |
Hi, Sorry for the delay! I just uploaded a new version which fixes this issue (1.2.5), you can download it here: |
Hi, sorry for the very long delay! I'm closing this issue out since the original bug is fixed. For the other issues that came up:
|
System is Windows 10 Pro x64 1803
This file name opens just fine:
Blink of an eye - Slow Motion.mp4
This does not (there is a duplicated file extension):
Blink of an eye - Slow Motion-.mp4
Other than that DJV is awesome. Just as an additional request (this is just a personal preference). Would it be possible to make left and right cursor arrows the default next and previous frame. I always have to go to settings and change the default mapping, because each new version writes its own registry keys. I rarely move the frame (ctrl+left and ctrl+right do this on my settings) :).
Keep up the good work!!!
Cheers
The text was updated successfully, but these errors were encountered: