PDA

View Full Version : Help needed: plugin to display a text file


Pete_London
2009-08-12, 01:05
Hi all,

I want to have a plugin display a text file, quite possibly with the option to hit 'play' to progress to the next page.

I have absolutely no idea how to go about this. Can somebody point me in the right direction?

Thanks,

Pedro the mac boy

Dan Dare
2009-08-12, 15:11
You could start by having a look at the Notepad plugin I wrote (inspired from Notepad script) - http://code.google.com/p/dandar3-xbmc-addons/wiki/Notepad

I don't know about the "play" to progress to the next page you can probably use a different approach with a textbox control set to autoscroll...

BigBellyBilly
2009-08-20, 12:00
I have a Script called FileViewer that allows you to browse local system, then it will view/play file depending on file type.

Get it from http://www.box.net/xbmcscripts

BBB

Dan Dare
2009-08-20, 16:40
@BBB
The link redirects to http://www.box.net/xbmcscripts, but it's not there, do you have to log in first?

BigBellyBilly
2009-08-20, 16:50
Thanks for pointing that out.
Unfortunately, my works proxy blocks Personal Storage sites now, so I can't check on it until this evening.

It is also in SVN: http://xbmc-addons.googlecode.com/svn/trunk/scripts/FileViewer/

BigBellyBilly
2009-08-20, 20:51
FileViewer now available http://www.box.net/xbmcscripts

Dan Dare
2009-08-20, 21:29
Thanks BBB, they both work now.