What steps will reproduce the problem?
1. play a song with a title that has only one char (britney spears - 3) for
instance
2. xbTweet crashes
fix for that is replace
if len(xbmc.getInfoLabel("MusicPlayer.Title")) > 1: # Song
with
if len(xbmc.getInfoLabel("MusicPlayer.Title")) >= 1: # Song
Original issue reported on code.google.com by Gunnar.Norin@gmail.com on 11 Jan 2010 at 2:19
Original issue reported on code.google.com by
Gunnar.Norin@gmail.com
on 11 Jan 2010 at 2:19