Michael Rodrigues

Results 8 comments of Michael Rodrigues

Agreed, I want to be able to take a note of where I left off index wise so I can skip to that part of the playlist again after closing...

Having trouble confirming whether this fix is in 22.03.05. I've flash it on a ZBT-WE1326 and I still get "Generic Device" issues with the wifi on some reboots.

Thanks @tankwrt. I'm not married to 22.03, I just figured it would be where this would land first. I tried to build with the patch months ago but kept running...

I too think Hashie is unnecessary for this. You could do something like this (See Dmitry Polushkin's answer): https://stackoverflow.com/questions/2240535/how-do-i-use-hash-keys-as-methods-on-a-class I have an example branch here: https://github.com/mikerodrigues/ruby-mpd/tree/mrod-obj-rewrite **It does seem to...

I looked into this and noticed that the MPD protocol documentation frowns on using `listallinfo` and keeping a client-side copy of the database: http://www.musicpd.org/doc/protocol/database.html ``` listallinfo [URI] Same as listall,...

You can add songs based on a search and it will only emit one `:playlist` event: ``` ruby mpd.where({artist: 'MyArtiSt'}, {add: true}) ```

I'm also seeing this. Not a huge immediate impact, but it is taking up more than 50% of syslog output: $ grep "not initialized, skipping drawing" ./syslog | wc -l...

I was able to alleviate this by setting up a filter in rsyslog. I'm on ubuntu 22.04 but this should be adaptable to anything on rsyslog. go to /etc/rsyslog.d and...