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 to query for tags? #53

Closed
xaizek opened this issue Jul 30, 2014 · 2 comments
Closed

How to query for tags? #53

xaizek opened this issue Jul 30, 2014 · 2 comments

Comments

@xaizek
Copy link

xaizek commented Jul 30, 2014

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 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.

@sahib
Copy link
Owner

sahib commented Jul 30, 2014

Hi,

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.

@xaizek
Copy link
Author

xaizek commented Jul 30, 2014

You're right, these are not the tags I need. It's just when word "tags" goes near "music" I assume those are IDV3 tags. Thanks for the clarification.

@xaizek xaizek closed this as completed Jul 30, 2014
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

2 participants