glyr
glyr copied to clipboard
Glyr is a music related metadata searchengine, both with commandline interface and C API
This avoids e.g. the pkg-config file installed having the wrong version. It must be updated on new tags/releases (just before tagging). Signed-off-by: Sam James
[#01] glyrc() [0x403e90] [#02] /lib64/libc.so.6(+0x42750) [0x7fd9d3f3b750] [#03] /lib64/libc.so.6(+0xaf607) [0x7fd9d3fa8607] [#04] /lib64/libc.so.6(+0xa0a20) [0x7fd9d3f99a20] [#05] /usr/lib/libglyr.so.1(+0x11020) [0x7fd9d4443020] [#06] /usr/lib/libglyr.so.1(+0xc3ab) [0x7fd9d443e3ab] [#07] /usr/lib/libglyr.so.1(+0xbd53) [0x7fd9d443dd53] [#08] /usr/lib/libglyr.so.1(+0xce69) [0x7fd9d443ee69] [#09] /usr/lib/libglyr.so.1(glyr_get+0x2ba) [0x7fd9d443c60e] [#10] glyrc() [0x4037c8]...
Hello, I was researching lyric tools when I came across your glyr library, which I found very interesting as base scraper. During testing, I found out that Magistrix didn't serve...
It would be nice to add the option to get tags from musicbrainz in order to edit files which don't have idtag (number, date, album,artist, ..)at all.
Usually, libraries should not output any text. It would probably be better to provide this as part of the interface. Or allow to suppress the output when initializing the library.
A no brainer: ``` In file included from /usr/pkgmk/work/glyrc/src/glyrc/src/glyrc/autohelp.c:23: /usr/pkgmk/work/glyrc/src/glyrc/src/glyrc/../../lib/glyr.h:20:9: warning: 'GLYR_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] #ifndef GLYR_H ^~~~~~...
I just tried building `glyrc` on OpenBSD and ran into not having execinfo.h, which is nice for backtraces but not required. In fact the code that requires it is already...
This script does not work stand-alone but it's easy enough to hack so that it does: You'll have to replace the source line with `filetypes=(mp3 ogg flac m4a)` Of course...
Hi, Refactoring the library to comply with GObject-introspection would be a really nice feature to have. This way auto-generated language bindings can be automated easily with zero effort. Ex. Gtk...
ib/intern/common/amazon.c:33:35: warning: logical 'or' of collectively exhaustive tests is always true [-Wlogical-op] Source code is if (sets->img_min_size img_min_size)