Robin Seth Ekman
Robin Seth Ekman
Like #2839, but with glade ### Before  ### After 
### Steps to reproduce the problem ```sh touch deadbeef.h make ``` ### What's going on? Describe the problem in as much detail as possible. Since all plugins depend on functions...
fixes #2768 however, I had to expose `plt_autosort` in the API which means the API version should probably be bumped
### Steps to reproduce the problem Using gtkui2, create two playlists. Add some items to both. Sort one of them and enable autosort. Drag some items from the other playlist...
after the streamer stops due to stop after current (track/album), hitting play will now play the next track. before it would play the track that just ended Resolves #2124 Unfortunately,...
Many people, myself included, use git to manage their configuration files. The DeaDBeeF configuration file `$XDG_CONFIG_HOME/deadbeef/config` however contains much information that is more akin to state than to configuration. For...
# Steps to reproduce 1. Create or obtain a large image file (e.g, this [photo of a ship](https://en.wikipedia.org/wiki/Wikipedia:Featured_pictures#/media/File:USS_Johnston_(DD-557)_underway_on_27_October_1943_(NH_63495).jpg)) 2. Open it using `feh --zoom fill` 3. Press `/` to call...
Since version 3.00 transmission now supports labels for torrents. They can be provided at add-time, see [Sec. 3.4 of the RPC spec](https://github.com/transmission/transmission/blob/main/docs/rpc-spec.md#32-torrent-mutator-torrent-set). It would be neat if the transmission plugin...
As discussed in #211. See `stig -h link`. At the moment only takes effect for the `move` command, but that may be the most frequently used. Only absolute paths are...
Since version 3.00 transmission now supports labels for torrents, e.g., music, movies, iso. stig should provide an interface to this feature, meaning - [x] torrent lists should have a column...