-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
Video Hub App 3 #456
Comments
I'll be adding comments to keep track of things to do before v3 release. Others are welcome to discuss anything here too.
|
Thank you @TheTacoScott -- I looked over these, but am not yet sold on the benefits (especially considering the immense cost in time of development). Please feel free to let me know more reasons in favor of any of the proposals in their respective Issue pages 👍 |
I renamed Now it's time to clean things up, add a few minor features (closing the various small issues remaining) and get 3.0.0 released 🎉 🤞 There's still leftover things to do -- at least a month or two of work:
|
Also, the release is blocked by a problem with scanning remote directories: update: was resolved ✅ paulmillr/chokidar#1025 |
I have a PR that may fix the problem with network folders 🤞 paulmillr/chokidar#1025 |
Possible TODO: #355 (comment) <-- some items on this list |
so we won't get confused this item was already done: |
Thanks for that fix again @orkomlosh 😁 -- I'm adding a short summary of #355 (comment)
The above are maybe worth fixing before |
@whyboris In 3.0.0, hub may contain multiple "root" folders. When "show folders" is enabled, I believe they should be shown on the root level. At the the current versions, I see all of the sub-folders of "root" folders mixed in one view, there should be one level above showing root folders. Is it a bug/not implemented or intended to not show root folders? |
Thanks @lighthunt 👍 I've been thinking about the "root" folders when in "show folders" view too. I'm unsure about my final decision (at least for now, prior to releasing There is a nice aspect to not having root folders -- if you have two hard drives with similar folders, I believe the folders will be combined. So I'll have to look at the code and see if it's easy to implement the change. If it's super easy, I might even have a toggle button in the settings. Most likely though, the code is complicated and won't be easy to change. It took me at least a day of work to get the algorithm right: https://github.com/whyboris/Video-Hub-App/blob/main/src/app/pipes/folder-view.pipe.ts#L101 😅 We'll see - and thank you for the comment. Please feel free to share more thoughts on this or anything 😁 |
@whyboris "root" folders view -> I see what do you mean with the combination... I think the motivation for seeing root folders from my POV (apart from being more logical in the way how my data are structured) was to be able to distinguish and browse only folders that are online/mounted .. I made a separate feature request for your consideration here #508 |
i think i covered most of it in my 3 recent PR's. |
I'm thinking of just releasing version I'll need to think through how/whether it should be possible to cancel / stop the |
@whyboris Would it be a good idea to add a keyboard shortcut "adding" feature where, say you right click an action button, for example the "shuffle videos" icon in the menu/navbar, and a context menu comes up allowing you to assign a keyboard shortcut to the action? Does that make sense? |
@kevinseelbach -- this seems like a cool feature, but feels like it would take a lot of effort to write / add. The code addition wouldn't be trivial, and the UI would be a challenge. ps - For many features, one of the big challenges is the UI (user interface) -- communicating clearly to users what is possible ("affordance") and how it can be done, preferably without resorting to large explanatory text. I'm not saying I've succeeded with this goal with all the features in my app - it's just something I'm striving towards 😅 |
Thank you to @martincaron for the excellent investigation of the various combinations of searches across tags, folders, files, etc: Even though I closed that issue, I think it's worth having a discussion about whether to change anything going forward. I suspect we'll leave everything as is until after @martincaron -- feel free to chime in here, or if you prefer we could start another Issue dedicated to what you're proposing 🙇 |
🤞 hoping to release
|
Closing and transferring the remaining issues to #574 ✅ |
I'm working on the next major release of Video Hub App version
3.0.0
🎉The intended release date is "when it's ready" 😅 -- probably in a few months once I'm done adding the features, polishing UI, and making sure no bugs are around.
The large bulk of changes to the extraction functionality came in through #443 ✅
Two key features:
This will be a breaking change:
I intend to keep
.vha2
file name (rather than create.vha3
file name -- though I'm open to a discussion.Various
TODO
are sprinkled across comments below. Additionally, a short list here:settingsButtons
(whether hidden and/or toggled)Feedback and ideas welcome 🤝
The text was updated successfully, but these errors were encountered: