lua-mpris
lua-mpris copied to clipboard
mpris lua api
Added support for callbacks when getting values so there's no need to keep a variable updated and so we can provide the current media position throught mpris' Position property Added...
The default instructions appear to be for installing lua-mpris locally for the current user, but what about installing globally for all users?
```` [mpris] loading mp.defaults [global] user path: '/home/james/.config/mpv/scripts/mpris.lua' -> '/home/james/.config/mpv/scripts/mpris.lua' [mpris] loading file /home/james/.config/mpv/scripts/mpris.lua [osd/libass] Using font provider fontconfig [osd/libass] Done. [mpris] [mpris] stack traceback: [mpris] [C]: at 0x7f4ae8cf02a0 [mpris]...
Dear @dodo, Unfortunately I cannot install this great user script on Ubuntu 16.10. Please see the below error after trying the first command from the `Installation` section: ``` orschiro@x230:~$ sudo...
Installed it as per the Lua 5.2 Debian instructions (which really ought to mention that `lua5.2` and `liblua5.2-dev` need to be installed). The widget appears in the audio tray, and...
Error when doing "sudo luarocks make --local ldbus-scm-0.rockspec LUA_INCDIR=/usr/include/lua5.2 DBUS_INCDIR=/usr/include/dbus-1.0/DBUS_ARCH_INCDIR=/usr/lib/x86_64-linux-gnu/dbus-1.0/include" Error: Could not find expected file dbus/dbus.h, or dbus/dbus.h for DBUS -- you may have to install DBUS in your...
Hello, I upgraded to Fedora 22 and it has lua-5.3.0-2.fc22.x86_64. Is it possible to compile ldbus with lua 5.3? Now it fails: $ luarocks make --local ldbus-scm-0.rockspec LUA_INCDIR=/usr/include/lua5.2 DBUS_INCDIR=/usr/include/dbus-1.0/ DBUS_ARCH_INCDIR=/usr/lib64/dbus-1.0/include...
While they show up in the qt qDBusViewer, qdbus cannot read the mpv script's properties in that they never return anything. Players, such as Amarok, implementing the same interface, work...
I am using the plugin on my own and I was trying to get it working. I am sharing my changes with you. If you want me to improve something...