Release luneo Markers to CUE sheet and chapter tags v2.0 - #1752
Open
luneooo wants to merge 1 commit into
Open
Conversation
-- v2.0: -- Add album, artist, genre, date and title tags to FFMETADATA output -- v1.9: -- Add support for FFMETADATA format -- v1.8: -- Add support for opus files (via opustags) -- v1.7: -- Update changelog -- v1.6: -- Add dialog field for metaflac path -- Add none option for output to only embed chapter data into flac file -- v1.5: -- Album defaults to the project title, artist to the project author -- v1.4: -- Add changelog info -- v1.3: -- Settings dialog now also asks for Album, Artist, Date and Genre -- Album defaults to the project title, artist to the project author -- Added y/n switches for embedding tags and for the native CUESHEET block -- v1.2: -- Embedding writes ALBUM, ARTIST, ALBUMARTIST, TITLE, DATE and GENRE -- Output location can be picked as a file or as a folder -- Added CONFIG.METAFLAC for an absolute path when REAPER cannot find it -- v1.1: -- metaflac errors are shown in the console instead of a bare exit code -- Chapter tags are read back after embedding to confirm they were written -- Warn that the native CUESHEET block hides chapter titles in mpv and VLC -- Fixed cancelling the save dialog falling through to the default path -- v1.0: -- Initial release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-- v2.0:
-- Add album, artist, genre, date and title tags to FFMETADATA output
-- v1.9:
-- Add support for FFMETADATA format
-- v1.8:
-- Add support for opus files (via opustags)
-- v1.7:
-- Update changelog
-- v1.6:
-- Add dialog field for metaflac path
-- Add none option for output to only embed chapter data into flac file
-- v1.5:
-- Album defaults to the project title, artist to the project author
-- v1.4:
-- Add changelog info
-- v1.3:
-- Settings dialog now also asks for Album, Artist, Date and Genre
-- Album defaults to the project title, artist to the project author
-- Added y/n switches for embedding tags and for the native CUESHEET block
-- v1.2:
-- Embedding writes ALBUM, ARTIST, ALBUMARTIST, TITLE, DATE and GENRE
-- Output location can be picked as a file or as a folder
-- Added CONFIG.METAFLAC for an absolute path when REAPER cannot find it
-- v1.1:
-- metaflac errors are shown in the console instead of a bare exit code
-- Chapter tags are read back after embedding to confirm they were written
-- Warn that the native CUESHEET block hides chapter titles in mpv and VLC
-- Fixed cancelling the save dialog falling through to the default path
-- v1.0:
-- Initial release