sahib / glyr

Glyr is a music related metadata searchengine, both with commandline interface and C API
GNU Lesser General Public License v3.0
248 stars 23 forks source link

add support for video content? #57

Closed phavx closed 9 years ago

phavx commented 9 years ago

Hi there (und Grüße aus FfM),

I'm pretty happy with how glyr's working, thanks for that. Unfortunately, I haven't yet found a tool which can reliably do the same for video (movies, tvshows) as glyr is doing for music. Thus I'd like to ask if you'd be interested extending glyr to a (pretty much) one stop solution for both audio & video?

So specify f.e. "--type={show,movie}" and then selectively get things like original title, airdate, plot, etc. from tvdb, imdb, etc.

Thanks for consideration(alternatively I'm happy with some links to other projects, too, of course).

sahib commented 9 years ago

Hi,

Movies and Shows are not in glyr's reach, Sorry. There is however a library called libhugin that was developed as a "glyr-for-movies" by a friend. Not sure how well it is working right now. But I guess you're better off by asking the original author. As far as I know it is scheduled for a rewrite currently.

You can find it here:

https://github.com/qitta/libhugin

phavx commented 9 years ago

Thanks for the hint, I'll check it out.

(close at will or leave it open in case you change your mind ;) )