crocket

Results 133 comments of crocket

Sed can convert dnsmasq.blacklist.txt into a host file. ``` sed -i "s|address=/\(.*\)/#|0.0.0.0 \1\n:: \1|" dnsmasq.blacklist.txt ``` Note that `0.0.0.0` and `::` are needed because many domains have IPv6 addresses.

https://github.com/MusicPlayerDaemon/MPD/issues/564 summarizes how to do it.

Mpd implemented icecast charset as follows. ``` #EXTM3U #EXTINF:-1 FM Apple Wave http://sdfsdfsdf.com/sdfsdf#charset=shift-jis&StreamName=xxxx ``` In mpd, URL fragment is now a key value pairs in which values are URL-encoded values....

It seems TAG_GENRE, TAG_TITLE, TAG_ORGANIZATION, comment, TAG_LOCATION, and TAG_COPYRIGHT are joined into a single string. Would it not be better to convert them back to lists?

Yes, it's good to focus just on genre for now. When I want to see multiple titles, I will create a new issue. Does mopidy expose multiple artists as a...

Search engines aren't preserved, either without preferences URL parameter.

> The alternative option that came to my mind is saving the preferences as cookies. Searx already does this.

I use my browser in incognito mode.

That's a good workaround.

Is searx going to add an option to preserve preferences URL parameter as cookies? The option can be enabled in preferences URL parameter.