Skip to content

Code to extract track title and timestamp is not perfect on tracks with dashes #49

@crisbal

Description

@crisbal

As reported by @nicolaasjan in #22

However, the -'s in the filenames in the case of video https://www.youtube.com/watch?v=WUNipoTGhMc were still omitted, e.g.:
01 Olivia Newton-JohnMagic.wav.
I would prefer 01 - Olivia Newton-John - Magic.wav.

This is the relevant code : https://github.com/crisbal/album-splitter/blob/master/album_splitter/parse_tracks.py#L39

Work to be done:

  • Write unit tests for the current implementation
  • Replace the current implementation with one easier to understand and maintain

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions