2010-04-12, 11:08
Nice. But: this project is in desperate need of some sort of documentation. I got the script working but I have no idea how to bring up the Settings-page.
mr. kav Wrote:Hi piotr,Ok, have to find out how to bring up the pop-up (XBMC live with MCE remote)
You can find more infromation on the following page: http://code.google.com/p/xbtweet/.
Regarding your specific question of opening the settings page, please navigate to the scripts sections in xbmc, locate the xbTweet script and either right click on it or press the appropriate controller button (sorry, haven't used xbox for years now). Then choose script settings from the drop-down list
I hope this helps...
'::Login::'
'Use Plain Authenication'
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<settings>
<setting id="RunBackground" value="true" />
<setting id="AutoStart" value="true" />
<setting id="OAuth" value="false" />
<setting id="Username" value="XXXXXXXX" />
<setting id="Password" value="XXXXXXXX" />
<setting id="AutoTweetVideo" value="false" />
<setting id="MovieTweet" value="Watching %MOVIETITLE% (%MOVIEYEAR%)" />
<setting id="TVShowTweet" value="Watching %SHOWNAME%, Season: %SEASON%, Episode: %EPISODENAME%" />
<setting id="VideoThreshold" value="3" />
<setting id="AutoTweetMusic" value="false" />
<setting id="MusicTweet" value="Listening to %ARTISTNAME% (%ALBUMTITLE%)" />
<setting id="MusicThreshold" value="3" />
<setting id="AddBitly" value="true" />
<setting id="TagsTweet" value="" />
<setting id="UseAnotherAccount" value="false" />
<setting id="Username2" value="" />
<setting id="Password2" value="" />
<setting id="NotifyInterval" value="0" />
<setting id="NotifyTimeline" value="true" />
<setting id="NotifyMention" value="true" />
<setting id="NotifyDirect" value="true" />
<setting id="OnlyLibrary" value="true" />
<setting id="ExcludeAdult" value="true" />
<setting id="ExcludePathOption" value="false" />
<setting id="ExcludePath" value="" />
<setting id="ExcludePathOption2" value="false" />
<setting id="ExcludePath2" value="" />
<setting id="ExcludePathOption3" value="false" />
<setting id="ExcludePath3" value="" />
<setting id="showwhatsnew" value="true" />
<setting id="new_ver" value="true" />
<setting id="followauthor" value="false" />
<setting id="debug" value="true" />
</settings>
isamu.dragon Wrote:Can't get anything passed version 0.893 to work.Did you try the new link on the project's web site (homepage->XBOX and Linux users)? It should generate the PIN code for you on your computer and then you can punch it in on your xbmc.
And could never get the OAuth to work.
clock2113 Wrote:Anyone got a screenshot of the timeline?I hope this is what you're after.
Oddsodz Wrote:Looks like my post about the "TimeLine" or as it was called "TwitterFall" got lost in the lighting strike last month.
Anyway. I Shall try and remember what I posted.
What I would like to see is the ability to turn off "TwitterFall/Timeline" when watching Video. IE: TV shows and Movies. But still have it turned on for when I am playing Music. I love the idea of "TwitterFall/Timeline". But just not when I am engrossed in a good TV show. Can this be done?
Quote:16:41:02 T:2929036176 M:1899679744 NOTICE: '----------- xbTweet by Itay Weinberger, version 0.0.999 -----------'
16:41:02 T:2929036176 M:1899679744 INFO: -->Python script returned the following error<--
16:41:02 T:2929036176 M:1899679744 ERROR: Error Type: exceptions.NameError
16:41:02 T:2929036176 M:1899679744 ERROR: Error Contents: name 'os' is not defined
16:41:02 T:2929036176 M:1899679744 ERROR: Traceback (most recent call last):
File "/home/xbmc/.xbmc/scripts/xbTweet/default.py", line 297, in ?
api, auth = Twitter_Login()
File "/home/xbmc/.xbmc/scripts/xbTweet/resources/lib/twitter_wrapper.py", line 100, in Twitter_Login
ShowMessage(40006) #OAuth starts
File "/home/xbmc/.xbmc/scripts/xbTweet/resources/lib/twitter_wrapper.py", line 184, in ShowMessage
import gui_auth
File "/home/xbmc/.xbmc/scripts/xbTweet/resources/lib/gui_auth.py", line 6, in ?
__language__ = xbmc.Language( os.getcwd() ).getLocalizedString
NameError: name 'os' is not defined
16:41:02 T:2929036176 M:1899679744 INFO: -->End of Python script error report<--
Quote:16:41:02 T:2929036176 M:1899679744 NOTICE: '----------- xbTweet by Itay Weinberger, version 0.0.999 -----------'
16:41:02 T:2929036176 M:1899679744 INFO: -->Python script returned the following error<--
16:41:02 T:2929036176 M:1899679744 ERROR: Error Type: exceptions.NameError
16:41:02 T:2929036176 M:1899679744 ERROR: Error Contents: name 'os' is not defined
16:41:02 T:2929036176 M:1899679744 ERROR: Traceback (most recent call last):
File "/home/xbmc/.xbmc/scripts/xbTweet/default.py", line 297, in ?
api, auth = Twitter_Login()
File "/home/xbmc/.xbmc/scripts/xbTweet/resources/lib/twitter_wrapper.py", line 100, in Twitter_Login
ShowMessage(40006) #OAuth starts
File "/home/xbmc/.xbmc/scripts/xbTweet/resources/lib/twitter_wrapper.py", line 184, in ShowMessage
import gui_auth
File "/home/xbmc/.xbmc/scripts/xbTweet/resources/lib/gui_auth.py", line 6, in ?
__language__ = xbmc.Language( os.getcwd() ).getLocalizedString
NameError: name 'os' is not defined
16:41:02 T:2929036176 M:1899679744 INFO: -->End of Python script error report<--