![]() |
Req Irritating 'New device configured - iMon HID device' message at startup - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: Req Irritating 'New device configured - iMon HID device' message at startup (/showthread.php?tid=181803) |
Irritating 'New device configured - iMon HID device' message at startup - baijuxavior - 2013-12-31 Sorry if this is the wrong forum, but It would be useful if the QueueNotification for new devices configured be suppressed/removed. Every time xbmc (Gotham nightly) starts the message 'New device configured - iMon HID device' is displayed. http://forum.xbmc.org/showthread.php?tid=158324 Thanks RE: Irritating 'New device configured - iMon HID device' message at startup - gregnukem - 2014-01-08 I second the motion. RE: Irritating 'New device configured - iMon HID device' message at startup - Martijn - 2014-01-08 Count me in. Pretty irritating each time it starts that I get new CEC device found. RE: Irritating 'New device configured - iMon HID device' message at startup - opdenkamp - 2014-01-08 moohaha feel free to suppress it on startup, but not when a new device is plugged in. i'm not bothered enough by this to implement it ![]() RE: Irritating 'New device configured - iMon HID device' message at startup - baijuxavior - 2014-01-09 You can remove it easily if you compile from the git source. Just comment out the message notification line. RE: Irritating 'New device configured - iMon HID device' message at startup - da-anda - 2014-01-09 same here, I don't need a notification that the Nyxboard is present on startup. baijuxavior, you have a link to according line? RE: Irritating 'New device configured - iMon HID device' message at startup - sialivi - 2014-01-09 (2014-01-08, 23:36)opdenkamp Wrote: moohaha feel free to suppress it on startup, but not when a new device is plugged in. i'm not bothered enough by this to implement it My CEC-USB adapter is shown as a new device on every launch, even though it isn't new. RE: Irritating 'New device configured - iMon HID device' message at startup - baijuxavior - 2014-01-09 (2014-01-09, 11:14)da-anda Wrote: same here, I don't need a notification that the Nyxboard is present on startup. baijuxavior, you have a link to according line? xbmc\peripherals\Peripherals.cpp Line No. 325 CGUIDialogKaiToast::QueueNotification(CGUIDialogKaiToast::Info, g_localizeStrings.Get(35005), peripheral.DeviceName()); RE: Irritating 'New device configured - iMon HID device' message at startup - da-anda - 2014-01-15 I think we need a cache of known devices and verify the available items at startup with this list (and clear no longer present ones). Then only newly detected devices will be shown on startup which IMO is desired, but not the CEC adaptor or the Nyxboard for the thousands time. RE: Irritating 'New device configured - iMon HID device' message at startup - gregnukem - 2014-01-31 If anyone has come up with a solution or idea how to fix this please let us know. Please, if anyone had a chance to compile (unfortunately I have zero knowledge in this field) any of latest builds with this notification suppressed, I would be very happy if such custom build could be shared. At least one of my friends and I would use it, not to mention people in this thread. I wish I had the patience of opdenkamp ![]() RE: Irritating 'New device configured - iMon HID device' message at startup - opdenkamp - 2014-01-31 (2014-01-15, 15:16)da-anda Wrote: I think we need a cache of known devices and verify the available items at startup with this list (and clear no longer present ones). Then only newly detected devices will be shown on startup which IMO is desired, but not the CEC adaptor or the Nyxboard for the thousands time.much easier to just suppress notifications for devices that are detected when xbmc is starting. i'm fine with a patch that does this. but i want to see the nice (hah!) popup whenever a device is inserted or removed. and "bug" marker removed from the title, this is not a bug RE: Irritating 'New device configured - iMon HID device' message at startup - Montellese - 2014-01-31 @opdenkamp: would something like https://github.com/Montellese/xbmc/compare/master...peripherals_notifications be acceptable? I wasn't sure whether I should check m_bInitialised or m_bIsStarted in CPeripheralBus and I really don't know the code. I went for m_bInitialised and it seems to do the trick. RE: Irritating 'New device configured - iMon HID device' message at startup - Montellese - 2014-01-31 See PR4119. RE: Irritating 'New device configured - iMon HID device' message at startup - Milhouse - 2014-02-03 With CEC on the Raspberry Pi, it appears that PR4119 only disables the notification when CEC is disabled. If CEC is enabled, the notification still appears on startup - is this intentional? It's great that PR4119 keeps CEC quiet whenever CEC is disabled, but would be even better if the startup notification could be suppressed entirely even when the device is still enabled. RE: Irritating 'New device configured - iMon HID device' message at startup - Qovub - 2019-07-31 Indeed this "Pulse-eghit CEC is started" and "is connected to TV" each time after boot is incredibly annoying. I have LibreELEC 9.0.2 on Raspberry Pi. Thread is 5 years old, nothing has changed... |