Stein Magnus Jodal

Results 32 issues of Stein Magnus Jodal

GS1 has developed a standard URI format for encoding GS1 Application Identifiers named "GS1 Web URI". The standard can be found here: https://www.gs1.org/standards/Digital-Link/1-0 If support for this in Biip would...

enhancement

The size of comic images can be reduced without loosing any quality by pushing them through lossless optimization, like e.g. Yahoo's www.smushit.com can do for you. Smushing comics would save...

wishlist

Consider adding a management command for finding and removing image files in which is not referenced in the database.

wishlist

E.g. Darths & Drois has a huge formatted text associated with each comic. Since these texts often are half the fun, comics should support fetching larger pieces of text with...

wishlist
aggregator

This feature was removed when moving from sets to "my comics" in v2.0. @adamcik has requested that the feature is reintroduced.

wishlist

`gmusic.session` wraps a single Requests session that is used for all HTTP requests. As a gmusicapi library user, there's currently no way to get hold of the Requests session object...

If one provided a stream of the audio played by Mopidy over HTTP, it could be used by both MPD clients with support for HTTP streams and devices like e.g....

C-enhancement
A-audio

We have a small set of Core APIs emitting `DeprecationWarning` in our source code now: - [x] `core.playback.play()`'s "tl_track" argument is deprecated since 3.0, use "tlid" instead. - [ ]...

A-core
breaking change

To get a hierarchical view of the Spotify playlists, they should be made available through `library.browse()`. If the `spotify/allow_playlists` config is set to `False`, playlists should not be present in...

C-enhancement