~spvkgn/whipper/+git/whipper:master

Last commit made on 2021-05-17
Get this branch:
git clone -b master https://git.launchpad.net/~spvkgn/whipper/+git/whipper

Branch merges

Branch information

Name:
master
Repository:
lp:~spvkgn/whipper/+git/whipper

Recent commits

be1db82... by JoeLametta <email address hidden>

Merge branch 'develop'

236544d... by JoeLametta <email address hidden>

Push whipper release v0.10.0

Fixes #428.

Signed-off-by: JoeLametta <email address hidden>

731453e... by JoeLametta <email address hidden>

Avoid useless './' in file paths

Replaced useless 'os.path.relpath(os.getcwd())' statement with 'os.curdir' (which is equal to '.').

Signed-off-by: JoeLametta <email address hidden>

078d351... by JoeLametta <email address hidden>

Merge pull request #537 from blueblots/keep-going-err

Fixed error when ripping using `--keep-going` without specifying `--o…

4d997bc... by blueblots <email address hidden>

Fixed error when ripping using `--keep-going` without specifying `--output-directory`

Added `os.path.basename()` to `skipped_tracks` comparison in
`ImageVerifyTask`. When `OUTPUT_DIRECTORY` is at its default '.'
`./` is prepended to the file path of `index.path`, causing the error.

Signed-off-by: blueblots <email address hidden>

b6338b2... by JoeLametta <email address hidden>

Merge pull request #536 from whipper-team/misc-changes-template

This pull request extends the supported template variables. Additions:

- `%B`: release barcode (already included but is now allowed)
- `%C`: release catalog number (already included but is now allowed)
- `%c`: release disambiguation comment
- `%D`: disc title without disambiguation
- `%I`: MusicBrainz Disc ID
- `%M`: total number of discs in the chosen release
- `%N`: number of current disc
- `%T`: medium title

When the relative metadata is available, whipper now adds the `TRACKTOTAL`, `DISCTOTAL` and `DISCNUMBER` metadata tags to the audio tracks.

I've also taken the inspiration from pull request #476.

Resolves #401, resolves #440, resolves #448.

9d67144... by JoeLametta <email address hidden>

Add 'TRACKTOTAL', 'DISCTOTAL', 'DISCNUMBER' metatada to audio tracks

Co-authored-by: Máximo Castañeda <email address hidden>
Signed-off-by: JoeLametta <email address hidden>

1edd365... by JoeLametta <email address hidden>

Introduce %M, %N template variables

- %M: total number of discs in the chosen release
- %N: number of current disc

Signed-off-by: JoeLametta <email address hidden>

76b8004... by JoeLametta <email address hidden>

Introduce %T (medium title) template variable

Signed-off-by: JoeLametta <email address hidden>

e6ad23f... by JoeLametta <email address hidden>

Introduce %c (release disambiguation comment) template variable

Signed-off-by: JoeLametta <email address hidden>