-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
rename folder #563
base: main
Are you sure you want to change the base?
rename folder #563
Conversation
Really cool 🎉 Thank you for the PR 🤝 I'll try it out later today 🏃♂️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After a successful folder rename, do the videos in that folder remain playable?
I feel like unless we update all the paths for the videos in that folder, the videos in that folder will never be playable again (via clicking in the app) 🤔
@@ -1890,7 +1914,9 @@ export class HomeComponent implements OnInit, AfterViewInit { | |||
this.currentRightClickedItem = item; | |||
this.rightClickShowing = true; | |||
} | |||
|
|||
ok(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WIP spandrel? 🙂
@shubham13695 -- please let me know if you'd like to address the concern I raised or you'd rather I finish up the feature after merging 👌 At the moment I'm really tempted to get version 3.0.0 released - and this feature could be added after (so there's no rush now). Thank you again for your contribution 🙇 |
@whyboris yes I address it that after changing the folder on physical directories we need to update that change in our app. I m figuring out how to do it as |
I think this might only need a method in the So once the |
hi @whyboris |
Cool! I checked out your branch -- somehow it creates the new elements (I'll look through your code again -- I didn't realize it did that somehow). All you'll need to do is mark every element in the old folder path as This will prevent the element from being shown - and the element will be removed upon saving the file 🚀 ps - you might need to toggle the
|
btw -- if you happen to know -- could you point out how the new elements get created with your code? I'm looking all over your new code and I don't see anything that adds the videos from the new renamed folder into the app gallery - yet the videos do show up 🤯 I don't understand how that happens from your code -- I'm glad that it does, but could you let me know if you happen to know? 😊 😅 |
I'm hoping to release version I look forward to merging it in after a successful release of |
Closes #511