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

Link OGG files painlessly #1468

Open
1 of 6 tasks
johnwdubois opened this issue Aug 21, 2024 · 1 comment
Open
1 of 6 tasks

Link OGG files painlessly #1468

johnwdubois opened this issue Aug 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@johnwdubois
Copy link
Owner

johnwdubois commented Aug 21, 2024

Goal
Help users link their OGG audio files to the corresponding REZ files -- painlessly.

What to do

  1. To minimize the user's need to navigate the file Explorer
  • automatically identify user's directory path for "included files"
  • specifically, do the same for OGG files
  1. Identify the filename and path for the user's currently open REZ file, and
  • generate the corresponding (expected) OGG filename
  • force lowercase
  • Ignore case, if necessary (e.g. SBC vs. sbc, and OGG vs. ogg)
  1. When the user clicks on the "Media" icon (speaker icon), prepopulate the media filename with the corresponding OGG filename (using the relevant path). For example, clicking the media button should:
  • if current REZ file is "sbc043.rez", automatically link to "sbc043.ogg"
  • if current REZ file is "sbc007.rez", automatically link to "sbc007.ogg"
  1. For the 2 included REZ files (sbc001.rez & sbc002.rez)
  • automatically link to the corresponding OGG file (sbc001.ogg & sbc002.ogg)

Fancy
Ignore case: If the current REZ file is "SBC007.rez" or "sbc007.rez", automatically link to "SBC007.ogg" or "sbc007.ogg", whichever is available.

@johnwdubois johnwdubois added the enhancement New feature or request label Aug 21, 2024
@johnwdubois johnwdubois added this to Core Aug 21, 2024
@github-project-automation github-project-automation bot moved this to To do in Core Aug 21, 2024
@johnwdubois johnwdubois moved this from To do to In progress in Core Aug 21, 2024
@terrydubois
Copy link
Collaborator

If the user is on files "sbc001.rez" or "sbc002.rez", do not bother looking at the previous audio directory, and instead look in the SBCorpus/Data/OGG directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

2 participants