karlpip

Results 6 issues of karlpip

As discussed in the matrix channel i have added a command that behaves like !yplay but with the local library to quickly play songs by keywords. I am not really...

This PR adds the LoadBalancerIP for discovered services of type LoadBalancer to the service metadata labels. **Use case example:** To check the function of a Loadbalancer the Blackbox exporter can...

Since i updated libvlc today, i could not build libvlc-go without warnings anymore. ```# github.com/adrg/libvlc-go/v3 ../libvlc-go/v3/event_manager.go: In function 'eventAttach': ../libvlc-go/v3/event_manager.go:10:40: error: passing argument 3 of 'libvlc_event_attach' from incompatible pointer type...

According to the 2.4 spec there can be text frames with multiple values. These values are separated with nullbytes. The current implementation of these frames just omits these nullbytes right...

Related issue: #91 Adds multi value frame support for `TextFrames` and `UserDefinedTextFrames`. Does not break the API and just adds a array field to the frames. Spec ref: https://github.com/id3/ID3v2.4/blob/master/id3v2.4.0-frames.txt#L258

As i am currently writing a file plugin for a my music server, i needed a library which reads metadata including the duration of a file as fast as possible....