deadbeef-rating
deadbeef-rating copied to clipboard
A Deadbeef Song Rating plugin
A plugin doesn't work in new version of deadbeef after rating a song deadbeef closed and create empty temp file in song directory like this Avalon - Ane Marie.mp3.temp tested...
thanks for the plugin, works great. could you please add the ability to use a keystroke to update the ranking of the song being played? and/or alternatively a few menu...
This method respect CFLAGS variable and is easier to use. Add this `Makefile` to root dir of project: ``` Makefile CFLAGS_EXTRA ?= -Wall -fPIC -std=c99 -shared -O2 -I/usr/include/deadbeef PREFIX ?=...
``` diff --- a/rating.c 2019-06-06 15:56:03.000000000 +0200 +++ b/rating.c 2020-05-28 17:48:35.171091539 +0200 @@ -1,4 +1,4 @@ -#include +#include #include #include ``` After this change you can omit `-I/usr/include/deadbeef` for gcc...
Perhaps my use case is a bit strange. I'm doing this: * Load a flac file into deadbeef and start playing * Do some tag edits outside of deadbeef. For...
Any support for the popularimeter tag (POPM)?
Debian unstable amd64 GCC 14.2.0 ``` cc -Wall -I/usr/include/deadbeef -g -fPIC -std=c99 -shared -O2 -o rating.so rating.c rating.c:152:18: error: initialization of 'int (*)(struct DB_plugin_action_s *, ddb_action_context_t)' {aka 'int (*)(struct DB_plugin_action_s...