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

Add Total Disc and Disc Number to tags if available #46

Closed
Gamer4Life2020 opened this issue Dec 22, 2020 · 1 comment
Closed

Add Total Disc and Disc Number to tags if available #46

Gamer4Life2020 opened this issue Dec 22, 2020 · 1 comment

Comments

@Gamer4Life2020
Copy link

Gamer4Life2020 commented Dec 22, 2020

I found on multi-disc sets while it does put in separate folders, the total disc and disc numbers are not in the tags.
So when renaming or organizing with Picard it puts all the tracks in the same folder. No a huge deal as I can recheck or manually fix, but just a thought. Tags show as totaldisc and discnumber.

@vitiko98
Copy link
Owner

That's already included:

if "Disc " in final_name:
audio["DISCNUMBER"] = str(d["media_number"])

@vitiko98 vitiko98 closed this as completed Jan 8, 2021
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

2 participants