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

Add a singer publish tool to pack a singer into a zip file #1047

Merged
merged 6 commits into from
Feb 25, 2024

Conversation

oxygen-dioxide
Copy link
Contributor

Add a singer publish tool in singers dialog to pack a singer into a zip file

  • Use UTF-8 encoding for file names when compressing the zip file.
  • Optionally ignore engine intermidate files (such as .frq and .llsm)
    image
    image

@oxygen-dioxide oxygen-dioxide changed the title Add a singer publish tool to pack a singer into a zip file [Wip don't merge] Add a singer publish tool to pack a singer into a zip file Feb 24, 2024
@oxygen-dioxide
Copy link
Contributor Author

The ignored file types declaration use .gitignore syntax
Default:

#Adobe Audition
*.pkf

#UTAU Engines
*.ctspec
*.d4c
*.dio
*.frc
*.frt
*.frq
*.harvest
*.lessaudio
*.llsm
*.mrq
*.pitchtier
*.pkf
*.platinum
*.pmk
*.star
*.uspec
*.vs4ufrq

#UTAU related tools
$read
*.setParam-Scache
*.lbp
*.lbp.caches/*

#OpenUtau
errors.txt

@oxygen-dioxide oxygen-dioxide changed the title [Wip don't merge] Add a singer publish tool to pack a singer into a zip file Add a singer publish tool to pack a singer into a zip file Feb 24, 2024
@stakira stakira merged commit 2bf1f21 into stakira:master Feb 25, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants