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

Submit AcoustID by release MBID #126

Open
jesus2099 opened this issue Jan 3, 2023 · 0 comments
Open

Submit AcoustID by release MBID #126

jesus2099 opened this issue Jan 3, 2023 · 0 comments

Comments

@jesus2099
Copy link

Hello,

This command scans all CD tracks in sequence:

/run/user/1000/gvfs/cdda:host=sr0$
for i in {1..20}; do fpcalc Track\ $i.wav; done

I would like to know if it would be feasible to add a release MBID parameter so that I could run something like (but I would have to make sure I send tracks in proper order):

/run/user/1000/gvfs/cdda:host=sr0$
for i in {1..20}; do fpcalc Track\ $i.wav -release-id <MBID>; done

My aim is to submit AcoustID to MB, without ripping, like I do with isrcsubmit for ISRC.

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