2011-08-20, 02:16
Could someone please explain the donation button? I couldn't find any discussion on this. Mainly which paypal account it is linked to and what the donations will be used for?
mdaddy Wrote:First time user, loving it....
2 questions...
1) How do I re-add widgets I've deleted? I can't seem to find a way to "Add Widget" from the library of widgets.
2) I have 2 XBMC instances (neither are on the webserver) -- how can I make 2 "Now Playing" widgets that each speak to a specific XBMC instance? (I'm able to point it at only one currently)
Thanks!
_Mikie_ Wrote:1. Hi there. Currently to reaad widgets you have to open layout.php and manually add them. The names of the widgets follow the names of the widgets in the folder widgets. I have a solution that gives the option of on/off that will hopefully be added soon.
2. This is a bit more tricky but simple enough. If you open the widget folder and find the Now Playing widget and then copy it. Then paste is back into the folder and rename it to wNowPlaying2. Then edit the file and wherever it says wNowPlaying rename that to wNowPlaying2. Then open layout.php and add wNowPlaying2 and it should work. The reason for having to rename them is only one instance of a widget can be declared at once as far as I'm aware. There may be a simpler way though and someone will multiple XBMC instances might know something better but that's what I'd say off the top of my head.
Maybe we can integrate an option to target multiple machines in the future?
Nick8888 Wrote:Could someone please explain the donation button? I couldn't find any discussion on this. Mainly which paypal account it is linked to and what the donations will be used for?
mdaddy Wrote:Thanks Mike! This is exactly what I was looking for. I suspect in #2 I will have to do some extra plumbing to make wNowPlaying2 talk to a *different* xbmc instance than what is set in the master config.
Archigos Wrote:It's pretty involved, was going to do the edits for him, but the amount that needs to be done should probably be handled in repo as one missed variable or one wrong move norms the entire site. I'll send my notes to Deja when I get home from the hospital.
mdaddy Wrote:I'm pretty good with PHP, I'm sure I'll get it working... My concern is around merging with newer versions down the road