Page 4 of 5

Re: Torrentflux b4rt

Posted: Wed Nov 16, 2011 10:40 am
by bigfoot65
That stinks. We can install the theme and enable it as default. I am hoping to get this all sorted out so we can release this one live soon.

Re: Torrentflux b4rt

Posted: Wed Nov 16, 2011 10:58 am
by stern88
That stinks. We can install the theme and enable it as default. I am hoping to get this all sorted out so we can release this one live soon.
Thats the best idea! Get RedRound.tar.bz2 from my Dropbox-folder and install it in tf-b4rt-doc-root/themes

Btw: RedRound makes ft-b4rt much more beautiful!

Re: Torrentflux b4rt

Posted: Wed Nov 16, 2011 6:41 pm
by bigfoot65
Ok, it's done. I have added RedRound theme to the app install and made it the default theme. Please test it out and let me know if all is working well.

We would like to release this soon.

Re: Torrentflux b4rt

Posted: Thu Nov 17, 2011 3:43 am
by stern88
We would like to release this soon.
OK, so I will test this soon ;)

Re: Torrentflux b4rt

Posted: Thu Nov 17, 2011 5:52 am
by bigfoot65
Awesome, hope it works for you. I have made it a F14 only app now to minimize future issues.

I may make one patch file for everything once we know its working well. Currently there are 3 and 1 would be better. Also I did not add BlueRound, but could if you think it would be useful. I did not like it myself, RedRound was better.

Finally, you mentioned the VLC streaming only works with RedRound. Is that correct? If so, I will add a note to the special instructions that indicates such. Some users may want to change themes, but not realize the repercussions of this functionality when doing so. I also want to change the screen shot for this app to reflect the RedRound theme so what users expect to see is what they get on install.

Did I miss anything?

Re: Torrentflux b4rt

Posted: Fri Nov 18, 2011 2:55 am
by stern88
Finally, you mentioned the VLC streaming only works with RedRound. Is that correct?
Yes, it seems like this patch is designed to RedRound... I did not know it before (As I use RedRound by default)
If so, I will add a note to the special instructions that indicates such. Some users may want to change themes, but not realize the repercussions of this functionality when doing so. I also want to change the screen shot for this app to reflect the RedRound theme so what users expect to see is what they get on install.

Did I miss anything?
Very good idea! I myself will finish the finall testing this weekend. What about adding a nice thumbnail for the "Äppstore"? The symbol of RedRound is a red hydrant (its also the symbol for torrentflux NG). You can find a picture inside my dropbox-folder.

Re: Torrentflux b4rt

Posted: Sat Nov 19, 2011 6:00 am
by stern88
Hmm... I have still some problems with streaming medias... At the moment I have no idea whats going wrong. Would be great in case someone could help me

Re: Torrentflux b4rt

Posted: Sat Nov 19, 2011 6:11 am
by stern88
Something seems to be wrong:

Code: Select all

jo@jo-laptop:~$ cat page.vlc.tmpl nclude name="inc.head.tmpl"> <tmpl_include name="inc.subhead.tmpl">
EDIT:
this happens to me sometimes too *g*: dont forget to press "i" for edit ;)
however that cost all my time...

Re: Torrentflux b4rt

Posted: Sat Nov 19, 2011 6:41 am
by bigfoot65
Sorry about that, it has now been fixed. Please let me know if you find any other issues.

Re: Torrentflux b4rt

Posted: Sun Nov 20, 2011 3:43 am
by stern88
Another issue:

wrong:

Code: Select all

vim /var/hda/web-apps/b4rt/html/inc/iid/vlc.php CENSE This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ...
right:

Code: Select all

<?php /* $Id: vlc.php 3082 2007-06-09 13:51:43Z danez $ */ /******************************************************************************* LICENSE This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ...