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

How can I edit the url in FileURL, ArtistURL, UserDefinedURL tags? #52

Open
pendave opened this issue Jun 25, 2019 · 0 comments
Open

How can I edit the url in FileURL, ArtistURL, UserDefinedURL tags? #52

pendave opened this issue Jun 25, 2019 · 0 comments

Comments

@pendave
Copy link

pendave commented Jun 25, 2019

tag = stagger.read_tag(song)
print(tag)
for key , value in tag.items():
print(key,value)
7$R8)3DEA0ELSLF611NX

WOAF WOAF('http://www.xxxx.com/mp3/alan-walker/alone.html')
WOAR [WOAR(url='http://www.xxxx.com/mp3/alan-walker/alone.html')]
WXXX [WXXX(encoding=0, description='', url='http://www.xxxx.com/mp3/alan-walker/alone.html')]

How can I edit the url in FileURL, ArtistURL, UserDefinedURL tags?
How to use alternative?
Accoding to
https://sno.phy.queensu.ca/~phil/exiftool/TagNames/ID3.html

C7CT@ X3S2T%_PSPUD%SI6F

In my Python script
tag.album tag.title tag.artist tag.genre tag.comment work well.

But error with
tag.fileurl tag.artisturl tag.userdefinedurl

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