tognee
tognee
Makes the indentation 2 spaces (nodejs standard) instead of 4. Also adds a setting to maintain spacing in switches.
Adds support for the "Synchronised lyrics" ID3 tag. https://id3.org/id3v2.3.0#Synchronised_lyrics.2Ftext This closes #44
Adds support for the "Involved people list" ID3 tag. https://id3.org/id3v2.3.0#Involved_people_list This closes #67
## What does this do? Convert all hardcoded english strings to usable data. Useful for possible future localization. -1 is used to identify infinity or an unspecified amount. When an...
If a player starts and joins a game on a group and then the group becomes a supergroup the player cannot leave the game anymore
Pull request for issue #856 The `orientation` field contains the "Orientation" tag present in the file (if not present it will default to 1). The `localOrientation` field is used to...
**Describe the enhancement you'd like** An option to rotate an image from the image view. This could be by adding a new field to the Photos database (saving the exif...
This pull requests adds #778, but only works on the Draftail editor The attrs check has been commented out as it's not applicable with these new changes, let me know...
Currently the list of inline tags is hardcoded: https://github.com/wagtail/wagtail-localize/blob/main/wagtail_localize/strings.py#L9 This won't work when adding `InlineStyleFeature` using the `register_rich_text_features` wagtail hook. Adding for example a generic inline style with a `span`...
Currently just a PoC need help making it work reliably. Implements changes made in https://github.com/LibrePhotos/librephotos/pull/885 (Issue https://github.com/LibrePhotos/librephotos/issues/856) Currently it just calls the API endpoint to rotate the image. Ideally it...