Releases: globalnomad/quickCUE
Releases · globalnomad/quickCUE
1.30
Note
I had to do a reinstall of Python and my .exe creating script, so if there are any issues please let me know! The zip file is larger than before, but once unpacked, it is smaller than previous versions.
New Features
- Play imported audio file (MP3/FLAC/WAV only) from cue point.
Tapping the green checkmark will update the cue point to the current play position (if audio is stopped, then to the last play position prior to stopping) - Export cue points as an audacity label file (Useful to view the waveform and further fine tune cue points)
- Added warnings for invalid cue points (e.g. the file duration is shorter than the specified cue point)
Fixes
- Miscellaneous background improvements
1.1.1
Fixes
- Fixed handling of un-tagged files
- Fixed handling of unicode characters in cue files
- Fixed handling of 100TL links. Seems that track list IDs can be 7 or 8 characters long (previously assumed only to be 8).
1.1.0
New Features
- Added support for .m4a files
Fixes
- Fixed cuefiles not saving due to an update to 1001.tl (Note: This is a quick fix and I'll try to implement a more robust fix in the future in case the site goes through more changes).
1.0.0
Initial release of quickCUE!
Features include:
- Reading tags from a local MP3, FLAC, or WAV file to set PERFORMER, TITLE, DATE, and GENRE headers in the CUE file
- Import tracklist and cues from 1001tracklists.com
- Import tracklist and cues from user input tracklists
- Import cues from Audacity label files
- Automatically merge tracks played 'with' other tracks as: Artist1 vs. Artist2 - Title1 vs. Title2
- Verify and edit imported information
- Edit artist names and track titles
- Adjust all cues earlier or later in a batch action
- Or skip verification and create your CUE in one-click!