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

WIP: Add more metadata options for file templates #476

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Mar 18, 2020

  1. Keep disc number metadata

    Signed-off-by: Máximo Castañeda <[email protected]>
    lonemadmax committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    d0eadbb View commit details
    Browse the repository at this point in the history
  2. Add more variables to file templates

    %D: release title without disambiguation and other extras
    %T: medium title, disc number if it doesn't have one
    %N: medium position in the collection
    %M: total medium count in the collection
    
    Signed-off-by: Máximo Castañeda <[email protected]>
    lonemadmax committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    2ed1dd9 View commit details
    Browse the repository at this point in the history
  3. Add option to continue ripping when a log file is found

    An "output directory is a finished rip" error is raised when a log file is
    found in the output directory, and that is *any* `.log` file, which may be
    there from a different rip.
    
    Signed-off-by: Máximo Castañeda <[email protected]>
    lonemadmax committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    ef2100d View commit details
    Browse the repository at this point in the history
  4. Add options for different templates for multidisc collections

    Signed-off-by: Máximo Castañeda <[email protected]>
    lonemadmax committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    7fad627 View commit details
    Browse the repository at this point in the history
  5. Add TRACKTOTAL, DISCTOTAL and DISCNUMBER metadata

    Signed-off-by: Máximo Castañeda <[email protected]>
    lonemadmax committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    7fd8109 View commit details
    Browse the repository at this point in the history