Skip to content

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

@pendave

Description

@pendave

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions