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

Implement 'Open Recent' feature (open to user-submitted PR?) #1422

Open
4 tasks done
andrewdbond opened this issue Jan 14, 2023 · 1 comment
Open
4 tasks done

Implement 'Open Recent' feature (open to user-submitted PR?) #1422

andrewdbond opened this issue Jan 14, 2023 · 1 comment

Comments

@andrewdbond
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

  1. Many apps (such as Microsoft Office, etc.) have an "Open Recent" or similar
    menu item under the File menu. In LosslessCut, this could list recent source
    videos (and optionally project files, exported videos, etc.).
    @mifi are you open to this functionality, either as a user-submitted PR or
    implemented yourself (as I don't know your preferences)?

  2. If you're open to part 1, optional extra semi-related functionality:

    1. LosslessCut could automatically restore cut times for recent files. I'd
      love to see it remembered for many recent files (20? 100?), but even if only
      remembered for the most recent file that would be better than nothing for me.
      LosslessCut would store the times in its existing common settings file or
      similar. This functionality has overlap with project files but would be
      automatic without creating extra user filesystem files.

    2. If LosslessCut remembered recent files and/or exports, loading an
      exported video could prompt the user if they want to instead load the
      original source video using the previous cut times. LosslessCut could
      remember recent cut times in its settings file, or autoload cut times if the
      user used the standard export filename format.

    For part 2, LosslessCut could match videos based on full path, or if no full
    path matches, filename match.
    Are you open to any/all of these ideas?

@mifi
Copy link
Owner

mifi commented Jan 15, 2023

Hi!

  • Many apps (such as Microsoft Office, etc.) have an "Open Recent" or similar
    menu item under the File menu. In LosslessCut, this could list recent source
    videos (and optionally project files, exported videos, etc.).
    @mifi are you open to this functionality, either as a user-submitted PR or
    implemented yourself (as I don't know your preferences)?

This sounds like a good feature to have. However I think before implementing too many new features that cross the main-renderer-process-boundary in electron I think I want to #1377 - or else that job is going to grow bigger in the future. E.g. I don't want to add any more features depending on @electron/remote or nodeIntegration right now.

  • LosslessCut could automatically restore cut times for recent files. I'd
    love to see it remembered for many recent files (20? 100?), but even if only
    remembered for the most recent file that would be better than nothing for me.
    LosslessCut would store the times in its existing common settings file or
    similar. This functionality has overlap with project files but would be
    automatic without creating extra user filesystem files.

So you mean have an option to disable project files (already exists), and another option to save/load cutpoints per file in one central location (e.g. user's app data folder)?

2. If LosslessCut remembered recent files and/or exports, loading an
exported video could prompt the user if they want to instead load the
original source video using the previous cut times. LosslessCut could
remember recent cut times in its settings file, or autoload cut times if the
user used the standard export filename format.

Not sure what is the use case for this. I've never heard it requested before but can leave it open to see if more interest. Is it related to #1385 ?

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