[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 nice stuff is possible.


Dischi

-- 
If you can read this, you've just wasted your time on reading the
sentence 'If you read this, you've just wasted your time on reading the
sentence' - Twice!


pgpgVfS48UuGM.pgp
Description: PGP signature


[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 after that all
that nice stuff is possible.


Jason seems to be almost the most wanted dev these days, shall we hire a 
bounty hunter to bring him back ;-) ?



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


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 you can see how old it is. There really isn;t any dates in that feed to parse which'll make it quite hard to figure out.

On 2/23/06, Alberto Hernando 
[EMAIL PROTECTED] wrote: 

El Jueves, 23 de Febrero de 2006 10:36, Justin Wetherell escribió: Don't put the actual Directory into the helpers directory; just put the 
 three files.Ok.Withhttp://twit.libsyn.com/rss,7I get a big video in the right directory.
http://www.comunicandopodcast.com/podcast.php,10This one works too.
But with others, like:http://www.cadenaser.com/rssaudio/entrevistas.html,2 
the plugin fails witht his:[EMAIL PROTECTED]:/mnt/musica/PodAudio$ Traceback (most recent call last):File /usr/lib/python2.3/site-packages/freevo/helpers/rssServer.py, line 6,in ?t = threading.Thread
(rssPeriodic.checkForUpdates())File /usr/lib/python2.3/site-packages/freevo/helpers/rssPeriodic.py, line71, in checkForUpdatesitemDate = convertDate(item.date)File /usr/lib/python2.3/site-packages/freevo/helpers/rssPeriodic.py, line 
10, in convertDateitemDate = re.search(\d+\s+\S+\s+\d+,string).group()AttributeError: 'NoneType' object has no attribute 'group'As you can see, I'm using python-2.3 with freevo-1.5.4. Probably this is 
happening because it needs more debugging, so I thought it could help.Anyway, thanks for your work.Alberto---This SF.Net email is sponsored by xPML, a groundbreaking scripting language 
that extends applications into web and mobile media. Attend the live webcastand join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmdlnkkid0944bid$1720dat1642___Freevo-users mailing list
Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users



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 things: the number after the address, is like the 
max age of the files to download? Seconds, is it possible to comment out some 
addresses in rss.feeds without having to erase the lines you don't want?

Great work. Thanks

Alberto


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


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 you can! Check the url

Check here for constant updates: http://freevohelp.com/rss
On 2/24/06, Alberto Hernando [EMAIL PROTECTED] wrote:
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'tmake the server crash. Two things: the number after the address, is like the
max age of the files to download? Seconds, is it possible to comment out someaddresses in rss.feeds without having to erase the lines you don't want?Great work. Thanks Alberto---
This SF.Net email is sponsored by xPML, a groundbreaking scripting languagethat extends applications into web and mobile media. Attend the live webcastand join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmdlnkkid0944bid$1720dat1642___
Freevo-users mailing listFreevo-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/freevo-users



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):
if mp3 in item.url:
fullFilename=config.RSS_AUDIO+filename
ofile = re.sub('mp3','fxd',filename)
else:
fullFilename=config.RSS_VIDEO+filename
if mov in item.url:
ofile = re.sub('mov','fxd',filename)
elif avi in item.url:
ofile = re.sub('avi','fxd',filename)
elif mp4 in item.url:
ofile = re.sub('mp4','fxd',filename)
elif m4v in item.url:
ofile = re.sub('m4v','fxd',filename)
else:
ofile = re.sub('wmv','fxd',filename)


I think it would be better if
it could use the variables VIDEO_MPLAYER_SUFFIX and VIDEO_XINE_SUFFIX that
are in the config file. It seems there are no SUFFIX variables for audio
extensions but I think ogg or spx could be other suffixes for audio.

The code could be something like this (It's not tested):

def createFxd(item,filename):

  AUDIO_SUFFIX = ['mp3', 'ogg', 'spx', 'wma']

  is_audio = False

  fullFilename=config.RSS_AUDIO+filename

  for cur_item in AUDIO_SUFFIX:
  if cur_item in item.url:
  ofile = re.sub(cur_item,'fxd',filename)
  item_is_audio = True

  if not is_audio:
  fullFilename=config.RSS_VIDEO+filename

  video_suffixes = config.VIDEO_MPLAYER_SUFFIX + config.VIDEO_XINE_SUFFIX
  for cur_item in video_suffixes:
  if cur_item in item.url:
ofile = re.sub(cur_item,'fxd',filename)

-- 


signature.asc
Description: Digital signature


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 rssPeriodic.py there is this code.def createFxd(item,filename): if mp3 in item.url: fullFilename=
config.RSS_AUDIO+filename ofile = re.sub('mp3','fxd',filename) else: fullFilename=config.RSS_VIDEO+filename if mov in item.url: ofile = re.sub('mov','fxd',filename)
 elif avi in item.url: ofile = re.sub('avi','fxd',filename) elif mp4 in item.url: ofile = re.sub('mp4','fxd',filename) elif m4v in 
item.url: ofile = re.sub('m4v','fxd',filename) else: ofile = re.sub('wmv','fxd',filename)I think it would be better ifit could use the variables VIDEO_MPLAYER_SUFFIX and VIDEO_XINE_SUFFIX that
are in the config file. It seems there are no SUFFIX variables for audioextensions but I think ogg or spx could be other suffixes for audio.The code could be something like this (It's not tested):def createFxd(item,filename):
AUDIO_SUFFIX = ['mp3', 'ogg', 'spx', 'wma']is_audio = FalsefullFilename=config.RSS_AUDIO+filenamefor cur_item in AUDIO_SUFFIX: if cur_item in item.url: ofile = re.sub(cur_item,'fxd',filename)
 item_is_audio = Trueif not is_audio: fullFilename=config.RSS_VIDEO+filename video_suffixes = config.VIDEO_MPLAYER_SUFFIX + config.VIDEO_XINE_SUFFIX for cur_item in video_suffixes:
 if cur_item in item.url: ofile = re.sub(cur_item,'fxd',filename)---BEGIN PGP SIGNATURE-Version: GnuPG v1.4.2 (GNU/Linux)iD8DBQFD/3ZHAJWwPWWa2yoRAuhWAKC2sYZ7s/uNZOPXI/ISe5xo7aP1dQCdENuk
xlQbITPs57eHgn2kZ4e9NEM==twDh-END PGP SIGNATURE-


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 out there using it; please redownload.

http://freevohelp.com/rssOn 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 rssPeriodic.py there is this code.def createFxd(item,filename):if mp3 in item.url:fullFilename=
config.RSS_AUDIO+filenameofile = re.sub('mp3','fxd',filename)else:fullFilename=config.RSS_VIDEO+filenameif mov in item.url:ofile = re.sub('mov','fxd',filename)
elif avi in item.url:ofile = re.sub('avi','fxd',filename)elif mp4 in item.url:ofile = re.sub('mp4','fxd',filename)elif m4v in 
item.url:ofile = re.sub('m4v','fxd',filename)else:ofile = re.sub('wmv','fxd',filename)I think it would be better ifit could use the variables VIDEO_MPLAYER_SUFFIX and VIDEO_XINE_SUFFIX that
are in the config file. It seems there are no SUFFIX variables for audioextensions but I think ogg or spx could be other suffixes for audio.The code could be something like this (It's not tested):def createFxd(item,filename):
AUDIO_SUFFIX = ['mp3', 'ogg', 'spx', 'wma']is_audio = FalsefullFilename=config.RSS_AUDIO+filenamefor cur_item in AUDIO_SUFFIX:if cur_item in item.url:ofile = 
re.sub(cur_item,'fxd',filename)item_is_audio = Trueif not is_audio:fullFilename=config.RSS_VIDEO+filenamevideo_suffixes = config.VIDEO_MPLAYER_SUFFIX + config.VIDEO_XINE_SUFFIX
for cur_item in video_suffixes:if cur_item in item.url:ofile
= re.sub(cur_item,'fxd',filename)---BEGIN PGP SIGNATURE-Version: GnuPG v1.4.2 (GNU/Linux)iD8DBQFD/3ZHAJWwPWWa2yoRAuhWAKC2sYZ7s/uNZOPXI/ISe5xo7aP1dQCdENukxlQbITPs57eHgn2kZ4e9NEM=
=twDh-END PGP SIGNATURE-