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

Project File LLC should store File Location #1385

Open
4 tasks done
defencedog opened this issue Nov 28, 2022 · 3 comments
Open
4 tasks done

Project File LLC should store File Location #1385

defencedog opened this issue Nov 28, 2022 · 3 comments

Comments

@defencedog
Copy link

I have a lot of issues to go through, so in order to make it easier for me to help you, I ask that you please try these things first

Description

The .llc file starts with:

{
  version: 1,
  mediaFileName: 'Danni - Net Video Girls.mp4',
  cutSegments: [
.
.
.

Can we add mediaFileLocation so that when loading the project file application loads media from this location

@mifi
Copy link
Owner

mifi commented Jan 6, 2023

We could add a separate mediaFileLocation, but I'm not sure if loading the media from that location is the right thing to do, because the way it works now is that it will load the media file in the same directory as the llc file. If we load from an absolute path mediaFileLocation, then if the user moves the file to a different folder, it breaks. What is the use case for this?

@defencedog
Copy link
Author

@mifi If you're working on multiple projects its productive to keep project files in one same folder while media files can be anywhere. This at least give you visual view of what amount of projects are to be completed

@mifi
Copy link
Owner

mifi commented Jan 13, 2023

I see. I think that use case could be solved by sorting files by file type, so that all the project files are grouped together. But maybe also attempting to load files from an absolute path mediaFileLocation could be useful feature to some. It's the first time I heard this request so I can leave it open to see if there's more interest for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants