Is it possible to add other RSS feeds? There are only three feeds after installation.
Yes, they can be added manually. You would just need to edit the file located at: ~/Library/Application Support/nito
It is a standard plist file, each feed has its own dictionary with a unique key.
<key>0</key>
<dict>
<key>location</key>
<string>http://www.digg.com/rss/index.xml</string>
<key>name</key>
<string>Digg</string>
</dict>
To add a new rss feed just add a new dictionary (dict) with a key incremented by 1 with the keys above (location and name) with your own url and name respectively and they will be added to the RSS Feeds section in the main nitoTV menu, aside from that it’s pretty self explanatory.
I do not understand that at all. How do I add all that text
Paul