mganss / CueGen

Create Rekordbox cue points from Mixed in Key
MIT License
103 stars 13 forks source link

Upgraded MIK 8->10 error #7

Closed SkipperLappen closed 2 years ago

SkipperLappen commented 2 years ago

Hi Michael, I've upgraded my MIK to version 10 and I can't get cuegen to add cues to my DB anymore. Is there a way to reset it all?

mganss commented 2 years ago

Can you attach your CueGen log file here?

You can specify the log file location using -l /path/to/logfile. Please also specify -v trace to enable the most verbose logging level.

SkipperLappen commented 2 years ago

Hi Michael

Start of log file is attached.

Another thing - it was me who requested the offset functionality. Very quick response and solution, thank you.

Is it possible to only make an offset cue with different phrases? My use case is that I want to add a hot cue 16 and 8 beats prior to ex. Verse and Chorus. And to place hot cue on start of other phrases. I would be okay run CueGen.console in 2 or 3 iterations.

Tia/Jacob

Den 18. feb. 2022 kl. 15.14 skrev Michael Ganss @.***>:

Can you attach your CueGen log file here?

You can specify the log file location using -l /path/to/logfile. Please also specify -v trace to enable the most verbose logging level.

— Reply to this email directly, view it on GitHub https://github.com/mganss/CueGen/issues/7#issuecomment-1044592639, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLOFOMXA6EM25G4KN7WOP3U3ZH4FANCNFSM5OX5X4NQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.

mganss commented 2 years ago

The log file didn't come through. I think you need to attach it via GitHub's web interface.

The offset cue for only specific phrases should be possible. If you want regular cue points on the other phrases as well you will need to create them in two passes. You can select the phrase types via the phrase group order argument (-o), e.g. -o Verse,Chorus for only verse and chorus.

SkipperLappen commented 2 years ago

The log file didn't come through. I think you need to attach it via GitHub's web interface.

logfile.txt

mganss commented 2 years ago

Please try version 1.0.31.

SkipperLappen commented 2 years ago

Please try version 1.0.31.

Works perfect! Thank you.