[RELEASE] Forum Browser - Programs Addon

  Thread Rating:
  • 5 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ruuk Offline
Skilled Python Coder
Posts: 892
Joined: Aug 2005
Reputation: 123
Location: Bremerton, WA USA
Post: #221
Version 0.9.27

Changes:
- Passwords are now stored encrypted
- Added unsubscribe from thread to context menu (now both subscribe and unsubscribe show in the context menu on the threads list and replies window)
- Added secure icon for SSL connections
- Added fallback to normal HTTP for forumrunner when SSL fails
- Quotes within a quote are now green

On my REPO.

The first time you start this new version it will encrypt all saved passwords. For better security there is an option to set an encryption key file and the addon will use the contents of that file as the key for encryption, otherwise it uses a combination of forum username, xbmc username and system login username or the key. The default uses both AES and Triple DES encryption.
This method is only secure as long as no one knows the key data. It's about the best I can do in XBMC as far as I know, other than asking for a key to unlock the password, which negates the benefits of storing a password in the first place.

If anyone has any problems connecting to a Tapatalk forum with SSL turned on, please let me know. I need to know the error that generates so It can drop back to normal HTTP on that error. Some forums might not support SSL connections, but all the Tapatalk ones I've tested so far do.

My current TODO list:
Code:
Before main repo submission:
  Forum Subscriptions / Subscribe/Unsubscribe forums
  Add join date to posts
  Help window (forum browser user guide)
  confirmation dialogs for add to favs/remove from favs
  confirmation dialogs for forum added to local m/c,forum removed from local m/c
  option to add a forum to online database once happy with it
  smiley faces
  view video links
  fanart
  option maybe to open forum browser straight on your subscriptions page/list
Bugs:
  vw vortex forum is not showing full screen post (permissions issues) - Need to check and handle forums/threads/posts that need some sort of permission to view

After main repo submission:
  Improve the database and database management
  Fallback to non SSL on SSL fail on tapatalk?
  Adjustable text size
  signature maybe with future tapatalk plugin update
  reputation maybe with future tapatalk plugin update
  Logo url from field in forum config data?
(This post was last modified: 2012-04-20 02:54 by ruuk.)
find quote
ruuk Offline
Skilled Python Coder
Posts: 892
Joined: Aug 2005
Reputation: 123
Location: Bremerton, WA USA
Post: #222
Smiley Test:

Angel
Smile
Love
Cool
Devil
Wink
(This post was last modified: 2012-04-21 02:44 by ruuk.)
find quote
ruuk Offline
Skilled Python Coder
Posts: 892
Joined: Aug 2005
Reputation: 123
Location: Bremerton, WA USA
Post: #223
Version 0.9.28

Changes:
- Fix bug when trying to view posts from other users on some forums (ie vwvortex)
- Handle smilies
- Changed preview color on post editor to white/black for better visibility
- Dialogs on add/remove favorites
- Dialogs on add/remove forum
- Dialogs on set/clear logins
- Fixed some bugs when clearing passwords
- Added option to add a current forum to online database
- Fixed bug when adding forum with full URL
- Added fanart.jpg (Just whipped this up. If someone wants to, please create something that is actually good Smile )
- Added option to automatically open thread subscriptions window
- Added join date to posts view
- Added post numbers to full screen message view
- Hide post counts when no count available

On my REPO.
find quote
dj_gerbil Online
Fan
Posts: 494
Joined: Jan 2009
Reputation: 9
Location: Cambridgeshire
Post: #224
(2012-04-20 19:24)ruuk Wrote:  Version 0.9.28

Changes:
- Fix bug when trying to view posts from other users on some forums (ie vwvortex)
- Handle smilies
- Changed preview color on post editor to white/black for better visibility
- Dialogs on add/remove favorites
- Dialogs on add/remove forum
- Dialogs on set/clear logins
- Fixed some bugs when clearing passwords
- Added option to add a current forum to online database
- Fixed bug when adding forum with full URL
- Added fanart.jpg (Just whipped this up. If someone wants to, please create something that is actually good Smile )
- Added option to automatically open thread subscriptions window
- Added join date to posts view
- Added post numbers to full screen message view
- Hide post counts when no count available

On my REPO.


Sad Ruuk the smilies don't seem to be working for me Sad

The new home for TVCatchup's XBMC plugin is in the Official TVCatchup Repository. Download it Here
If you're having trouble with any of the TVCatchup Plugins please visit here and submit your log to help us fix it.
find quote
ruuk Offline
Skilled Python Coder
Posts: 892
Joined: Aug 2005
Reputation: 123
Location: Bremerton, WA USA
Post: #225
Could you be more specific? What are you getting?
find quote
dj_gerbil Online
Fan
Posts: 494
Joined: Jan 2009
Reputation: 9
Location: Cambridgeshire
Post: #226
(2012-04-20 19:34)ruuk Wrote:  Could you be more specific? What are you getting?


Sorry, was a bit quick in posting lol.
What I should have said was is it supposed to use little pics for the smilies or just highlight the text?

The new home for TVCatchup's XBMC plugin is in the Official TVCatchup Repository. Download it Here
If you're having trouble with any of the TVCatchup Plugins please visit here and submit your log to help us fix it.
find quote
ruuk Offline
Skilled Python Coder
Posts: 892
Joined: Aug 2005
Reputation: 123
Location: Bremerton, WA USA
Post: #227
(2012-04-20 19:38)dj_gerbil Wrote:  
(2012-04-20 19:34)ruuk Wrote:  Could you be more specific? What are you getting?
Sorry, was a bit quick in posting lol.
What I should have said was is it supposed to use little pics for the smilies or just highlight the text?

It transforms them as best it can and colors them. There is no way to embed images within the text on XBMC. Unless you know some undocumented thing that I don't...
find quote
dj_gerbil Online
Fan
Posts: 494
Joined: Jan 2009
Reputation: 9
Location: Cambridgeshire
Post: #228
(2012-04-20 19:42)ruuk Wrote:  
(2012-04-20 19:38)dj_gerbil Wrote:  
(2012-04-20 19:34)ruuk Wrote:  Could you be more specific? What are you getting?
Sorry, was a bit quick in posting lol.
What I should have said was is it supposed to use little pics for the smilies or just highlight the text?

It transforms them as best it can and colors them. There is no way to embed images within the text on XBMC. Unless you know some undocumented thing that I don't...


Errrr, not 100% sure, but you might be able to create custom chars as your creating a skin
although, like I said, not 100% sure.

Did have a thought about signatures though and how you could do them if you want Smile

The new home for TVCatchup's XBMC plugin is in the Official TVCatchup Repository. Download it Here
If you're having trouble with any of the TVCatchup Plugins please visit here and submit your log to help us fix it.
find quote
hasselhof Offline
Donor
Posts: 502
Joined: Jul 2008
Reputation: 32
Location: Nuneaton UK
Post: #229
Been checking out latest release ,will give my findings shortly
(This post was last modified: 2012-04-21 00:52 by hasselhof.)
find quote
hasselhof Offline
Donor
Posts: 502
Joined: Jul 2008
Reputation: 32
Location: Nuneaton UK
Post: #230
hi ruuk

my you have been busy

don't be put of by my comments, as this is an awesome addon, its come so far in the last two weeks,it's all constructive, so hold on to your hat.....

V0.9.28 tested on xbmcbuntu

VW vortex is working now ok, but I was having trouble seeing images in the following forum "art & design" > pin up girls, most of the coloured image links don't show, is there any way to show these types of links

Smiles - how do I do smiles with a remote/keyboard maybe this wil be in your up and coming help guide?

Dialog confirmations - add forum to favs- ok
- remove forum from favs - ok
- add forum from online database - ok
- remove forum from local m/c - ok
- set logins - ok
- clear logins - ok
- add current forum to online database(haven't added one yet,but it let me know that one already existed
- unsubscribe messages works in context menu from thread/post
- subscribe messages works in context menu from thread/post



the four buttons along the bottom of the main screen ie subscription messages etc could do with being focused in a different colour than that used to select the forums.Also the red progress bar at top right is dark red upon red, which is fine on the forum choice page, but when in thread and post pages, there isn't much difference in colour as the progress works along, it appears as the same colour red almost.

Fanart as you say isn't brilliant but better than none he he

Auto open on subscriptions is working a treat

Join date - is a nice extra - is there any way to make the avatar window a tiny bit wider to NOT allow scrolling of current info, I think this would look much better

Post numbers in full screen view is cool

Quotes within a quote are working nice and are as you say green, along with the quote being blue it's much easier to see what's going on

If I remove a local forum, and re-add it to my m/c from the online data base, the online database graphic had gone blank.

I like the way you have allowed renaming of saved images with an underscore in the title, saves you having to rename the images.

if I'm in a forum and i'm presented with more than one image, the first image I see has a left arrow and a right arrow at the bottom of image,but I couldn't get any key on the keyboard or button on remote to activate the left or right icons to shift to next image, in fact even if there is only one image to view the image is embedded with a left and right make believe icons.It's not a problem as such but it makes you think you can see the next image by pushing right on your remote.Maybe they are best removed.

Also I found out today, which is excellent that you can listen to music from your library while using forum browser.

I have also noticed that bold new threads/posts ARE in other forums than xbmc.org.

I like the fact that you take the time to update the changelog, some developers don't bother

Is there a way you can identify a Tapatalk forum from a forumrunner forum with maybe an icon or text.I'm not sure how to tell the difference but I think the forumrunner forums load a lot quicker and are generally a lot speedier in use.

I've noticed if I press skip back on my remote I can jump a page backwards at post level, with no xbmc messages appearing, same for forwards, but I get a message saying "playlist" "can't find next item to play" but it does actually jump forward a page.

Good idea about the encryption of passwords.
am I right when I say that the padlock icon appears when the ssl option is ticked and the icon is displayed when a secure connection to that forum is made, regardless of weather i'm logged in or not.Can you furher explain in laymans terms for me how you would use the "encryption key file option" what type of file do I browse for or create, what extension does this file have and it's contents?

I've noticed that there is a bit of screen debris left at some points of usage, ie if I click "change forum", then , imeadialtley click back without selecting a forum on my remote i'm left with overlays on screen(I'm not sure if that's what it's called)

can you confirm that the default skin is actually the light skin or are they different?

I've noticed on some forums, that they have headers like xbmc.org did, you removed the headers as they had a blank screen behind them I seem to remember. .The message says "There are no threads in this forum".

I added xbmc4xbox from online database again and it gave me a double entry in my local list.

When in dark skin the spinning icon is only one circle, I think it's the outside one, the inner swirl doesn't appear.

I've been through, all the online forums in the database and here is the forums with problems that I can see.

xbmchub, - blank posts - xbmchub they say they are very close to being ready

xbmc4xbox - has random text at the top of each post in < > these style brackets

dvhk.pl - "error getting posts try again"

isrbja.net - says no threads in this forum on some of the headers

extreme overclocking - says "error getting posts" " post security error user may not have permission" (I solved this message on the holiday truths forum be registering, maybe the message could be changed to "You need to register to see posts")

polygame - error getting forums

zetaminor - error getting forums "unknown encoding application / json

andriod forum - possible time out due to being a big forum

celeb forum - error getting forums, unknown encoding : text / json

maybe to solve a headache for you, delete these troublesome forums, as I added most of them when I was randomly adding forums to the database.

I lost track of the screenshots I was taking, but hopefully they are self explanitory.
Also the logs are from two sessions, you may well see the errors your looking for in there somewhere regarding the ssl/http fall back.

http://homepage.ntlworld.com/john.hanselman/

have a nice weekend mate,

atb

John
find quote
Post Reply