Skip to content
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

Feature Request: Tag good DVR clips #96

Closed
evilC opened this issue Jan 18, 2023 · 3 comments
Closed

Feature Request: Tag good DVR clips #96

evilC opened this issue Jan 18, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@evilC
Copy link
Contributor

evilC commented Jan 18, 2023

When flying, a lot of clips tend to accumulate on your DVR, most of which you are probably not interested in keeping.
Typically, when I get home, I have to review the DVR files to see what I want to keep.
Sure, you could delete stuff as you go, but that's a bit time-consuming.
It would be really cool if there were some way to mark a DVR file as "Hot" - eg you have a flight and did something cool, so after the flight, you go into the DVR menu, select the last file, and select a menu item to tag it as "Hot".
Then, when you get home, you know that all you have to do is copy off the "Hot" clips and can ignore the rest.

Maybe a simple solution would be that you can go into the DVR thumbnail view, and press the record button while a clip is highlighted, and it moves that video into a "Hot" subfolder, or maybe renames the file to put a Hot_ prefix at the start of the filename

@bkleiner bkleiner added the enhancement New feature or request label Jan 18, 2023
bkleiner pushed a commit to bkleiner/hdzero-goggle that referenced this issue Jan 19, 2023
bkleiner pushed a commit to bkleiner/hdzero-goggle that referenced this issue Jan 19, 2023
@bkleiner
Copy link
Contributor

bkleiner commented Jan 19, 2023

i think this is a super cool idea, i wanted to re-work the right button anyway, so i took the opportunity.
this changed how the dvr record is triggered, so i would appreciate if you could test if that is still working as intended.
https://github.com/hd-zero/hdzero-goggle/actions/runs/3954324410

bkleiner pushed a commit to bkleiner/hdzero-goggle that referenced this issue Jan 19, 2023
@evilC
Copy link
Contributor Author

evilC commented Jan 19, 2023

Wow! didn't expect that so fast!
I have not had a chance to test yet, but a quick glance at the code says to me that there could be a potential issue - I made a comment on the code.

I am no C expert, and unfamiliar with the code base, but what happens? is hdz_123 renamed to hot_hdz_123 or just hot_123?
If the former, what happens if you tag the same file twice? Does it become hot_hot_hdz_123?

Furthermore - with this feature being implemented, I would say that #97 becomes a little more complicated - I think we should have a "Delete all recordings except hot recordings" option. Also, wrt #98 , this current implementation maybe precludes that? What's the plan here? If that is to be implemented, would the "Mark as hot" option become an entry in the context menu?

If you wanna discuss some of these ideas without endless posts in the issues forum, pls feel free to hit me up in the HDZ discord channel

@bkleiner
Copy link
Contributor

I am no C expert, and unfamiliar with the code base, but what happens? is hdz_123 renamed to hot_hdz_123 or just hot_123? If the former, what happens if you tag the same file twice? Does it become hot_hot_hdz_123?

let's discuss this in the PR

Furthermore - with this feature being implemented, I would say that #97 becomes a little more complicated - I think we should have a "Delete all recordings except hot recordings" option.

i don't see really see how it nessacitates that, but such a function can be considered.

Also, wrt #98 , this current implementation maybe precludes that? What's the plan here? If that is to be implemented, would the "Mark as hot" option become an entry in the context menu?

Why would it preclude that? really that PR offers a basis for further extension.
Previously the right button could only be used while on the video screen.
Yes, the mark as hot can be moved to the context menu if that menu were to be implement.

bkleiner pushed a commit to bkleiner/hdzero-goggle that referenced this issue Jan 20, 2023
bkleiner pushed a commit to bkleiner/hdzero-goggle that referenced this issue Jan 20, 2023
bkleiner pushed a commit to bkleiner/hdzero-goggle that referenced this issue Jan 21, 2023
bkleiner pushed a commit to bkleiner/hdzero-goggle that referenced this issue Jan 21, 2023
bkleiner pushed a commit to bkleiner/hdzero-goggle that referenced this issue Jan 21, 2023
bkleiner pushed a commit to bkleiner/hdzero-goggle that referenced this issue Jan 22, 2023
bkleiner pushed a commit to bkleiner/hdzero-goggle that referenced this issue Jan 22, 2023
bkleiner pushed a commit to bkleiner/hdzero-goggle that referenced this issue Jan 22, 2023
bkleiner pushed a commit to bkleiner/hdzero-goggle that referenced this issue Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants