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

[Feature Request] Stop copying composer if not necessary #23

Open
henriquebs12 opened this issue Jun 4, 2019 · 1 comment
Open

[Feature Request] Stop copying composer if not necessary #23

henriquebs12 opened this issue Jun 4, 2019 · 1 comment

Comments

@henriquebs12
Copy link

I know iTunes doesn't provide the composer information, and your script copies the AlbumArtist tag to the composer, but I want that behavior to happen only if the tag is empty, and do nothing (or skip) if the composer field is already filled.

We have this:

outputto "COMPOSER"
	FindLine "\"artistName\":\""
	FindInLine "\"artistName\":\""
	SayUntil "\", \""
	Say "|"

How can I add this conditional here? Thanks!!

@jonaaa20
Copy link
Owner

I don't think it's possible, the whole script depends of MP3Tag, i'll let this issue open if anyone shows up with any workaround.

@jonaaa20 jonaaa20 changed the title Stop copying composer if not necessary [Feature Request] Stop copying composer if not necessary Jun 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants