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

Periods in the track name truncate the output filename #22

Open
alextarrell opened this issue Aug 29, 2022 · 0 comments
Open

Periods in the track name truncate the output filename #22

alextarrell opened this issue Aug 29, 2022 · 0 comments

Comments

@alextarrell
Copy link
Contributor

Filenames are getting truncated after the first period. The logs indicate that internally the tracks are being parsed properly, so it's likely breaking when it goes to assemble the final filename.

Here's an example album.

This is what the first track from that album ends up being saved as:

1-1 - It looks like scarlet devil -LNBBC Remix-(feat.flac

Here's what that same track is being logged as:

[1] Hachimitsu-Lemon - It looks like scarlet devil -LNBBC Remix-(feat.Mitsuki Nakae)

Here's the relevant section from my local config:

[download_paths]
base_path = '$HOME/Music'
artist = ''
album = '{album_name} [{album_quality}-{album_id}] [{album_release_year}] ({album_tracks})'
track = '{track_volume}-{track_num} - {track_name} - {artist_name} [{track_id}]'
@alextarrell alextarrell changed the title Periods in the track name truncate the final filename Periods in the track name truncate the output filename Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant