Til Boerner

Results 84 comments of Til Boerner

@nis65 Without having had a proper look (it's late...): Very interesting. Good job figuring out how to work with our funny code! Which brings me to my first comment: If...

> I could of course just edit the configuration file, but the build in method to set the config values seems more appealing. [EWouters] The thing is, `--conf` is not...

@EWouters I wouldn't write code to *edit* the config file. Editing is non-trivial, because users can add their own comments to it, and back when all this code got written,...

#520 is not implemented (it's open), so adding a `.` to the beginning of file or folder names won't really help you. (More precisely: the current implementation seems to be...

Okay, I'll note this down as a request to exclude certain files or folders from: - [x] random playlists, - [x] search, - [ ] browsing, - [ ] serving...

Great job getting the ball rolling, looks like cuesheet support is almost ready. Treating cuesheets like directories makes the most sense, I think, because we get to keep the interface...

@devsnd I think you're on the right track. I'm arriving here from a future ticket (#642), and there, three UTF-8 bytes get an added `\xdc`. As I said over there:...

:feet: As suggested in #369, relative paths in the SSL configuration are now interpreted as relative to the [location of the CherryMusic config file](https://fomori.org/cherrymusic/FAQ.html). This concerns only the `devel` branch...

Here's the commit that fixes the issue in `sqlitecache.py` as an example: [`aa4eea`](https://github.com/devsnd/cherrymusic/commit/aa4eea153b96537383af336fccfb0cd9beee3ceb). (The formatting is borked, but in this legacy code that's hardly noticeable. =:0 Ay.)

This will become quite easy once the API becomes [RESTful](http://rest.elkstein.org/). People will still need to be logged in, though, or the links will only yield a `403 Forbidden` or something....