[Freevo-users] Re: User Interface Suggestion

2006-02-24 Thread Dirk Meyer
Justin Wetherell wrote: I don't know if any of you have seen this but the Moxi user interface is great, it would be nice addition for 2.0. http://www.moxi.com/prodserv/index.jsp http://www.moxi.com/prodserv/moxi_demo.jsp First we need Tack back, than move to kaa.canvas and after that all that

[Freevo-users] Re: User Interface Suggestion

2006-02-24 Thread Lucian Muresan
Dirk Meyer wrote: Justin Wetherell wrote: I don't know if any of you have seen this but the Moxi user interface is great, it would be nice addition for 2.0. http://www.moxi.com/prodserv/index.jsp http://www.moxi.com/prodserv/moxi_demo.jsp First we need Tack back, than move to kaa.canvas and

Re: [Freevo-users] Freevo RSS Client

2006-02-24 Thread Justin Wetherell
I have done some code fixing and exception handling; if you are using this I would suggest downloading the new version. On 2/23/06, Justin Wetherell [EMAIL PROTECTED] wrote: The problem with the last feed is; it doesn't comply with the rss guideline. Each rss should have a Published Date field, so

Re: [Freevo-users] Freevo RSS Client

2006-02-24 Thread Alberto Hernando
El Viernes, 24 de Febrero de 2006 18:20, Justin Wetherell escribió: I have done some code fixing and exception handling; if you are using this I would suggest downloading the new version. Hi. This is working better. Now some new podcasts work, and the bad ones don't make the server crash. Two

Re: [Freevo-users] Freevo RSS Client

2006-02-24 Thread Justin Wetherell
First: Say a podcast was published on 2/17/06, today is 2/24/06; The difference is 7 days. So if the number after the url is greater than or equal to 7; it will download. It also now keeps track to see if the has been downloaded before and it won't re-download if that file is deleted. Second: Now

Re: [Freevo-users] Freevo RSS Client

2006-02-24 Thread Gorka Olaizola
On Fri, Feb 24, 2006 at 12:20:28PM -0500, Justin Wetherell wrote: I have done some code fixing and exception handling; if you are using this I would suggest downloading the new version. I have a suggestion. In the file rssPeriodic.py there is this code. def createFxd(item,filename):

Re: [Freevo-users] Freevo RSS Client

2006-02-24 Thread Justin Wetherell
Great idea! I'll get to it. On 2/24/06, Gorka Olaizola [EMAIL PROTECTED] wrote: On Fri, Feb 24, 2006 at 12:20:28PM -0500, Justin Wetherell wrote:I have done some code fixing and exception handling; if you are using this I would suggest downloading the new version.I have a suggestion.In the file

Re: [Freevo-users] Freevo RSS Client

2006-02-24 Thread Justin Wetherell
I found an AUDIO_SUFFIX in my local_conf and it also exists in freevo_conf; so I used that to base my program off it. It seems to work for me, let me know if anyone else has any problems. A new version is out and is much improoved (I was skipping some files that should have been skipped). Anyone