-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add ability to parse folders and categorize games based on folders #17
Comments
I will definitely add folder support at some point. I haven't thought of a nice way to present folders in the user interface yet though. I don't want to put directories into the clip list together with the clips, that seems messy as hell. I'm open to suggestions. |
I was thinking something similar to the above structure, supporting only one level of directories and then displaying the directory in a separate column, but only if folders are used |
Oh, you're suggesting just adding the directory name in a new column? No hierarchical browsing of any kind? |
Yeah that was the idea, seems simpler than implementing a directory browsing |
Folder or directory support would be a huge value add. I'm currently running two separate containers to split up files and would love to just be able to use folders inside of one. |
I agree, this feature is on the short list. However, I'm extremely busy with other projects at the moment, so I don't have any capacity to work on Clipface. If anybody wants to contribute a pull request, I'll take the time to review it 🙂 Otherwise I very likely won't have time to work on Clipface until a vacation comes up. |
As the title says, would be awesome if I could do something like:
/clips/halo/clip1.mp4
/clips/halo/clip2.mp4
/clips/apex/clip1.mp4
/clips/apex/clip3.mp4
and the table will show a game name if the folders are present.
The text was updated successfully, but these errors were encountered: