Marek Czerski
Marek Czerski
when the last song from the playlist ends, the audio device is still in use by the mopidy. I'm checking this by looking at this file: /proc/asound/card1/pcm0p/sub0/status when the device...
https://github.com/mopidy/mopidy/blob/2ee130057113d7c0b46e16a0d7c19180614d5bd9/mopidy/core/tracklist.py#L370 Is this intentional to not return previous track when repeat mode is enabled ?
For STM32F103C8 device the FLASH_BASE_ADDRESS in libraries/EEPROM/src/utility/stm32_eeprom.c is calculated as (line 84): ``` ((uint32_t)((FLASH_END + 1) - FLASH_PAGE_SIZE)) ``` where FLASH_END is defined as FLASH_BANK1_END (line 64) which in turn...
Hi, I'm using mopidy_spotify v4.0.1 on armbian buster on nano pi NEO SBC. I see there is an issue with spotify login when login fails on mopidy startup. For example,...
I think it would be nice feature to be able to refresh a sensor value by sending request command to the node. It could be implemented as a refresh button...
https://github.com/zemasoft/wildcards/blob/5662507f01f5d0a4ec22f45749214276ed366d1b/single_include/wildcards.hpp#L1199 the above line should be: ``` throw throw_logic_error( ```
Hi, because file src/bacnet/basic/object/device.c defines My_Object_Table array with all possible object types and add some of them in Device_Init to use this file in my project I need to add...
What is the current state of IAGL vs game.libretro.uae ? Cause I cannot launch any games in hdf format. Amiga CD32 works. The issue is described in those two issues:...
Hi, I cannot play games with .t64 extention using game.libretro.vice emulator (CoreELEC kodi 20.1-Nexus on Amlogic S903X3) (.d64 works without any issues). Relevant kodi logs while trying to launch the...
Hi, I'm a profibus noob but I'm using this library to communicate with profibus slave based on Anybus-S Profibus card. So this is more of a profibus general question. The...