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

Pass locations of external dependencies through arguments #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 15, 2023

  1. Windows improvements

     * pass locations of external dependencies through arguments
    
     * use ly2video.cfg to bring in windows paths for lilypond,
       ffmpeg, and timidity.  Could probably be used on other
       OSs too.
    
     * ly2video.cfg works on Windows in Wine, not tested on other OSs.
    
     * works properly on linux if ly2video.cfg is not defined
    
     * don't run convert.ly on windows.  The process fails for an
       unknown reason.
    
     * tmpPath does not store the path from the last time ly2video was
       run.  Since the temporary directory name is random, there's no
       point in deleting 'old temporary files'.
    
     * tmpPath was using RUNDIR for some strange reason.  Though at
       execution time, it's "" which leaves just the temporary
       directory and the desired subdirectory name to join.
    
     * detect exception and print a message to the user.
       Not sure if this is only a wine problem.  Will need someone
       to test on Windows.
    
     * Added some details regarding convert-ly.py on Windows
    jstma committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    76d78d4 View commit details
    Browse the repository at this point in the history