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

processing cue files in cases where giant music file instead of regular files #2

Open
kir12 opened this issue Mar 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@kir12
Copy link
Owner

kir12 commented Mar 13, 2025

some songs are actually combined into one giant music file denoted by a cue file; these need to be separately processed

  • create a new custom manage.py command
  • select from raw files where a cue file was existed and no file metadata was found
  • check if "only one giant music file" phenomenon was found
  • if these conditions are met, then open the cue file and add entries to RawFiles
  • raw_filename should still be the same file
@kir12 kir12 added the enhancement New feature or request label Mar 13, 2025
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
None yet
Development

No branches or pull requests

1 participant