Tom Wallroth
Tom Wallroth
This is my fifth attempt at (re)writing CherryMusic and it looks quite good and maintainable right now. The codebase for this new version is a new client, the backend stays...
We've got all kinds of unit tests, but we don't even know if CM would start on all the supported python versions. We should at least include a test that...
Instead of fetching the same meta-data twice, once for the filebrowser and once for the playlist, adding a track to the playlist should transfer any already retrieved meta-data from the...
As it is done with the album art, meta-infos of the tracks should only be loaded if the track is visible to the user. This is to reduce stress on...
added setting JWT_PUBLIC_KEY_USING_HEADER_HANDLER to dynamically fetch public keys based on the header when setting an import path to a callable into JWT_PUBLIC_KEY_USING_HEADER_HANDLER, it will be called with the JWT header...
This is a record of planned breaking changes for a major version change - [ ] The `track` and `track_total` field should return integers instead of - [ ] The...
currently only ffmpeg is supported. the settings used for ffmpeg can probably be copied to make libav's `avconv` work.
http://docs.python.org/2/library/mimetypes.html#mimetypes.common_types ``` >>> mimetypes.types_map['.tgz'] 'application/x-tar-gz' ```
A few considerations:  1. I want to be able to click on the whole thing, instead of just the title to read the feed. 2. What's the meaning of...