I'm not a python developer, but I'd like to prevent the "Loading Directory - Retrieved X items" dialog from popping up.
Is there any place i can possibly comment out a line and prevent this from happening? Or is this function built into XBMC such that there's nothing we can do from a python plugin?
Thanks!
If you're wondering why --
I use the JSON-RPC interface to list content from plugins. Even though the listing is done via the JSON-RPC API call, the XBMC gui still shows the "loading directory" dialog. Since my json-rpc scripts run at any time, this dialog can pop up while i'm using XBMC for a different purpose = Annoying, especially since it's a modal dialog!
Hide the "Loading Directory" dialog
bradvido88
Donor Joined: Nov 2008 Reputation: 7 Location: MN |
2011-04-01 18:00
Post: #1
XBMC.MyLibrary (add anything to the library) ForTheLibrary (ForTheRecord & XBMC Library Integration) SageTV & XBMC PVR Integration Delete unused thumbs |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2011-04-01 18:30
Post: #2
that's a shortcoming of design, where particular vfs directories show the dialog themself (such as the PluginDirectory). needs to be remedied i agree.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
zpanderson
Senior Member Posts: 132 Joined: May 2011 Reputation: 2 Location: Texas |
2012-03-04 05:56
Post: #3
I know this is quite an old thread, but I'm also looking at how to do this?
|
| find quote |
bradvido88
Donor Joined: Nov 2008 Reputation: 7 Location: MN |
2012-03-19 15:06
Post: #4
(2012-03-04 05:56)zpanderson Wrote: I know this is quite an old thread, but I'm also looking at how to do this?I still don't know of any easy way to do it... XBMC.MyLibrary (add anything to the library) ForTheLibrary (ForTheRecord & XBMC Library Integration) SageTV & XBMC PVR Integration Delete unused thumbs |
| find quote |

Search
Help