[RELEASE] xTweet - a Twitter Script for XBMC (can update your Facebook status too)
#31
looking really lovely! Can you get it up on the SVN Repo Installer so we can get updates automatically?
Reply
#32
w3__ Wrote:looking really lovely! Can you get it up on the SVN Repo Installer so we can get updates automatically?

I'm planning auto-update capability for the next release :-)
Reply
#33
djmattyg007 Wrote:The place the tweet comes from is very important to me. If my followers see a tweet from "txt" they know I can't get to a computer with internet access. If they see one from "TwitterGadget", they know I'm probably at school. If they see one from "Twitpic", "Tumblr" or "twitterfeed", they know they'll be going to an external website. (When it comes available) if they see a tweet from "Xbox 360" they'll know I'll probably be playing games, no matter what the content of the tweet is.
Where the tweet comes from is very important to me because it plays a significant part in my communication with other tweeple. Having a tweet say it comes from "web" when it doesn't is a big problem for me, it's as simple as that.

I've just finished up testing for my OAuth flow, so the tweet source will be available in the next release :-D

First appearance in the wild:
http://twitter.com/AsylumFunk/status/2824751415
Reply
#34
I see you have added translation support.. No need to code up an entire class.

XBMC already have support, see other scripts, plugins.

A hint is to adopt that since it will be a translation project started for all addons soon.
Reply
#35
AsylumFunk Wrote:I've just finished up testing for my OAuth flow, so the tweet source will be available in the next release :-D

First appearance in the wild:
http://twitter.com/AsylumFunk/status/2824751415

awesome, thankyou so much Smile can't wait!
Reply
#36
Lightbulb 
@AsylumFunk, could any good GUI or features and functions ideas be borrowed from the Twitter app for Verizon's FiOS TV? Huh

http://www.engadget.com/2009/07/15/veriz...ia-flavor/
http://www.engadgethd.com/photos/verizon...l-widgets/
http://blip.tv/file/2358772/
http://verizon.mediaseed.tv/Story.aspx?story=36826
http://newscenter.verizon.com/press-rele...o-the.html

Image

Personally I like the OSD (On Screen Display) look of it, and that it that way would really be skin independent Cool

Image

What do you think, its interface looks very good right displayed on-top of the video like that right? Nod
Reply
#37
Great script, Thanks Tongue
Reply
#38
Any news on v1.5?
Reply
#39
Great script as is but someone always wants more!

My wish list:

-Ability to set so anything watched is automatically tweeted. Understanding not everyone would want this and ppl would have different preferences, I think best set so each option is switchable, ie 'auto tweet movies watched from the library on/off' and 'auto tweet from video/file mode on/off' or 'Auto tweet after 5 consecutive mintues watched on/off'.
The latest being ideal for my use as I often quickly check the quality of video after ripping/downloading.
On/off switching would also allow you to autotweet most content via library mode (if switched for example) and if you didnt want to tweet something, then watch it via the files mode instead (files mode switched off).

-Add IMDB links to tweets when played from library as Boxee's twitter does. ppl love links!


I am not sure how feasible these wishes are but for me, being lazy (or perhaps wanting to put my time to better use!), would be ideal to have a suitable auto tweet function rather than manually tweet.

lovin' your work!
Reply
#40
Works pretty good, though I couldn't get the twitter account settings option to work. Other than that, nice work!

auto-tweeting as well as nice GUI like Gamester17 would be pretty awesome too Smile
Reply
#41
Probably a stupid question, but how do I keep this script running in the background so I can have it prompt me to tweet what I'm currently watching/listening to?

I can run it fine - it accepts user/pass fine and allows me to check DM's etc, the only thing I've somehow missed is the ability to keep the script running rather than having it launch from the Scripts menu.

However, whenever I try to return from the menu of xTweet, it stops running.

[edit] So, if I have a video playing, and then go back to the menu while it's playing, then go back to the Scripts menu, then select xTweet, it will give me the option to "tweet about this video?" and actually tweets successfully. But that's mega clunky - for my test it was something like 9 button presses to get to the point where I could tweet and then return, so I am definitely doing something wrong. Smile
Reply
#42
MrAndyPuppy Wrote:Probably a stupid question, but how do I keep this script running in the background so I can have it prompt me to tweet what I'm currently watching/listening to?

I can run it fine - it accepts user/pass fine and allows me to check DM's etc, the only thing I've somehow missed is the ability to keep the script running rather than having it launch from the Scripts menu.

However, whenever I try to return from the menu of xTweet, it stops running.

[edit] So, if I have a video playing, and then go back to the menu while it's playing, then go back to the Scripts menu, then select xTweet, it will give me the option to "tweet about this video?" and actually tweets successfully. But that's mega clunky - for my test it was something like 9 button presses to get to the point where I could tweet and then return, so I am definitely doing something wrong. Smile
Modifying your skin's OSD is almost certainly the best way of doing this. No idea if the script itself would support it.
Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
Reply
#43
rwparris2 Wrote:Modifying your skin's OSD is almost certainly the best way of doing this. No idea if the script itself would support it.

The best way is to setup a keypress to have the app pop up no matter whats happening, even while watching a movie.

I have edited my Keymap.xml

and replaced regular record tag with

<record>XBMC.RunScript(Q:\Scripts\xTweet\default.py)</record>

anything is possible, e.g. #1 key

<one>XBMC.RunScript(Q:\Scripts\xTweet\default.py)</one>



Now my Q. How do we retreive the imdb url from xbmc? xTweet currently uses to compose it's message...

self.player.getPlayingFile()
Reply
#44
I've been keeping an eye on this tread for a while in the hope that xtweet would implement automatic tweeting of whatever you are watching/listening to. In the meantime I have found another script that does the job:

http://forum.xbmc.org/showthread.php?p=4...post473559
Reply
#45
does this work for for dharma?
Image
Reply

Logout Mark Read Team Forum Stats Members Help
[RELEASE] xTweet - a Twitter Script for XBMC (can update your Facebook status too)2