Tom Wallroth

Results 142 comments of Tom Wallroth
trafficstars

Hi Karl, thanks for the suggestion! If you are into frontend developement I encourage you to make the changes yourself and to create a pull-request. That's always the fastest way...

i See no reason why the would be a reason for a whitelist. just skip/hide hidden files everywhere. and I don't think we need to remove them retroactively. this would...

Alright, I'd propose to use a regex blacklist. We can compile the regexes on server startup so there shouldn'd be any noticable performance difference. This list of filters might do...

First of all, I'm glad so many people contribute to this discussion of where CM should go in the future! But I have to be clear about :one:: I don't...

> We still might want to limit playlist size and eliminate tracks from its beginning when a playlist gets too large. I don't think so. Any user knows how stuff...

> add songs and all songs in sub-directories recursively. This functionality has been implemented in the `lazytrack` branch of CM. see: 2b10760 It still needs cleanup and isn't really performing...

Hello xMinerv, Thanks for your report! Unfortunately, I cannot reproduce the problem on my machine, but I'm using python 3 to run CM, which causes less problems with encodings in...

@tilboerner Maybe we should make sure that `json.loads` always uses 'UTF-8' as encoding in https://github.com/devsnd/cherrymusic/blob/devel/cherrymusicserver/httphandler.py#L285 ? Any other hints from data @xMinerv provided?

@xMinerv I just had a similar problem and it turned out to be the fault of supervisord, so in case you are using supervisor to start cherrymusic, you may want...

No, the locale on my server is set to `en_US.utf-8`. But supervisord seems to run python2 and apparently does not correctly use those environment variables. The server is running Ubuntu...