You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for glyr. I'm trying to use it for fetching missing tags, but it doesn't seem to work. If I search for lyrics like this
glyrc lyrics --artist "Godsmack" --title "Greed"
it works, but same query doesn't work for tags:
$ glyrc tags --artist "Godsmack" --title "Greed"
- Artist : godsmack
- Title : greed
- Language : us
- Type : tags
---- Triggering: musictree local musicbrainz
Any ideas on what I'm doing wrong and why it doesn't work?
I'm using version built from current master (1255fd2).
Thanks.
The text was updated successfully, but these errors were encountered:
it is likely that there are simply no tags for this song.
libglyr's "tags" are not the IDV3 tags you would get from tools like picard,
they are just ordinary pieces of information a user would give the item.
Try for example this:
$ glyrc tags --artist "Metallica" -n20 --as-one
- Artist : metallica
- Language : de
- Type : tags
---- Triggering: musictree local musicbrainz
----
///// ITEM #1 /////
WRITE to './Metallica___tags_1.txt'
FROM: <http://musicbrainz.org/ws/1/artist/65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab?type=xml&inc=tags>
PROV: musicbrainz
SIZE: 94 Bytes
MSUM: 7a488a5d2172725a99e2501bb80e4330
TYPE: artisttag
SAFE: No
RATE: 0
STMP: 0,000000
DATA:
usa
thrash metal
thrash
speed metal
seen live
rock and indie
rock
metallica
metal
los angeles
This is more of a toy feature, sometimes usable for displaying a "tag cloud".
If you really want to supplement missing tags, you shoud look into libmusicbrainz.
Hi,
Thanks for
glyr
. I'm trying to use it for fetching missing tags, but it doesn't seem to work. If I search for lyrics like thisit works, but same query doesn't work for tags:
Any ideas on what I'm doing wrong and why it doesn't work?
I'm using version built from current
master
(1255fd2).Thanks.
The text was updated successfully, but these errors were encountered: