Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] busydialogdelayms advancedsettings alternative.
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: busydialogdelayms advancedsettings alternative.
12th Sep, 2014, 10:18 AM
Post: #2
menakite Offline
Management
******
Posts: 175
Joined: Apr 2014
Reputation: 27
RE: busydialogdelayms advancedsettings alternative.
"busydialogdelayms" is still supported in current Kodi master (Helix):

Terminal
anepu:xbmc master u= anaconda$ grep -nr busydialogdelayms xbmc/
xbmc//settings/AdvancedSettings.cpp:700: XMLUtils::GetInt(pElement, "busydialogdelayms", m_videoBusyDialogDelay_ms, 0, 1000);
anepu:xbmc master u= anaconda$ grep -nr busydialogdelayms ../xbmc-gotham/xbmc/
../xbmc-gotham/xbmc//settings/AdvancedSettings.cpp:708: XMLUtils::GetInt(pElement, "busydialogdelayms", m_videoBusyDialogDelay_ms, 0, 1000);

I don't really know why they say it was removed in Gotham. It wasn't.

It expects milliseconds though. Make sure it's inside "video" too, e.g.:
Code:
<advancedsettings>
    <video>
        <busydialogdelayms>2000</busydialogdelayms><!-- 2 seconds -->
    </video>
</advancedsettings>
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
busydialogdelayms advancedsettings alternative. - f1vefour - 12th Sep, 2014, 08:52 AM
RE: busydialogdelayms advancedsettings alternative. - menakite - 12th Sep, 2014 10:18 AM
RE: busydialogdelayms advancedsettings alternative. - f1vefour - 12th Sep, 2014, 10:43 AM
RE: busydialogdelayms advancedsettings alternative. - Smultie - 12th Sep, 2014, 02:03 PM
RE: busydialogdelayms advancedsettings alternative. - f1vefour - 12th Sep, 2014, 05:12 PM
RE: busydialogdelayms advancedsettings alternative. - Smultie - 12th Sep, 2014, 05:36 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 24th Jun, 2025, 02:08 AM Powered By MyBB, © 2002-2025 MyBB Group.