[Freevo-devel] Cannot have & in filenames in FXD files

2006-12-22 Thread naudefj
Hi, Whenever I add a file name with an ampersand (&) to a FXD file, the file becomes invalid and disappears from the menu. Here is a quick example: artist1 & arist2 - Title1.vob artist3 & arist4 - Title2.vob Best regards. Frank -

[Freevo-devel] kaa metadata and matroska files problem, maybe

2006-12-22 Thread Duncan Webb
I discovered this trace back after checking something else out. I copied over a Kill Bill.mkv to the system to check audio, may be I should rename it to Kill kaa.mkv ;) Probably we need to do the same file that I added to mpeg parsing, inbuf will be empty. Traceback (most recent call last): Fil

Re: [Freevo-devel] Patch for ivtv_xine_tv

2006-12-22 Thread Duncan Webb
Justin Wetherell wrote: > I'd really like this feature to be implemented; if anyone has the > knowledge or time. Ping Richard > Does anyone know if a "Previous Channel" or "Channel Return" has been > implemented also? Yes for mplayer, but not AFAIK for ivtv_xine_tv. df_xine seems to totally gra

Re: [Freevo-devel] video mover with queue

2006-12-22 Thread Duncan Webb
Ryan Roth wrote: > New version Best. workaround, is to add a new tracker item and add a cross reference to the original item. Will you do this here. Duncan > > > > Index: src/plugins/movequeue.py > ==

Re: [Freevo-devel] [ freevo-Bugs-1608017 ] channel id with %20 aka " " cause error in webserver

2006-12-22 Thread Duncan Webb
Florian Demmer wrote: > Duncan Webb schrieb: >> Florian Demmer wrote: >> >>> SourceForge.net schrieb: >>> Is this still a problem? >>> well, nobody fixed it. >>> >>> since it looks like i am the only one in the universe having spaces in >>> channel ids, i sugge

Re: [Freevo-devel] Patch for ivtv_xine_tv

2006-12-22 Thread Justin Wetherell
I'd really like this feature to be implemented; if anyone has the knowledge or time. Does anyone know if a "Previous Channel" or "Channel Return" has been implemented also? On 12/4/06, Evan Hisey <[EMAIL PROTECTED]> wrote: Has this ever made in to the feature tracker? or the SVN? Evan On 12/

Re: [Freevo-devel] video mover with queue

2006-12-22 Thread Ryan Roth
New version Index: src/plugins/movequeue.py === --- src/plugins/movequeue.py(revision 0) +++ src/plugins/movequeue.py(revision 0) @@ -0,0 +1,119 @@ +import os +import plugin +import config + +import rc +import event + +from g

Re: [Freevo-devel] Kaa r2283 - in trunk/popcorn/src: .

2006-12-22 Thread Jason Tackaberry
On Fri, 2006-12-22 at 22:33 +0100, Dirk Meyer wrote: > I mean, if tvtime is running and you watch an avi, it will deinterlace > it. Simply because it does not know better. No, it won't. tvtime will only do pulldown detection unless the frame has VO_INTERLACED_FLAG set, which it only has if the co

Re: [Freevo-devel] Kaa r2283 - in trunk/popcorn/src: .

2006-12-22 Thread Dirk Meyer
Jason Tackaberry wrote: > On Fri, 2006-12-22 at 22:20 +0100, Dirk Meyer wrote: >> Now we have the problem that mplayer has no way of knowing that the >> content is interlaced or not. self._media was the mmpython result with >> that info. > > self._media has to be passed into the backend, that's all

Re: [Freevo-devel] [Freevo-cvslog] Kaa r2283 - in trunk/popcorn/src: .

2006-12-22 Thread Jason Tackaberry
On Fri, 2006-12-22 at 22:20 +0100, Dirk Meyer wrote: > Now we have the problem that mplayer has no way of knowing that the > content is interlaced or not. self._media was the mmpython result with > that info. self._media has to be passed into the backend, that's all. Then the backend can decide w

Re: [Freevo-devel] Kaa r2283 - in trunk/popcorn/src: .

2006-12-22 Thread Dirk Meyer
Jason Tackaberry wrote: > Author: tack > Date: Fri Dec 22 20:33:07 2006 > New Revision: 2283 > > Modified: >trunk/popcorn/src/backends/xine/child.py >trunk/popcorn/src/generic.py > > Log: > Generic player shouldn't determine what to do with deinterlace='auto', that > should be left up to th

Re: [Freevo-devel] [ freevo-Bugs-1608017 ] channel id with %20 aka " " cause error in webserver

2006-12-22 Thread Florian Demmer
Duncan Webb schrieb: > Florian Demmer wrote: > >> SourceForge.net schrieb: >> >>> Is this still a problem? >>> >>> >>> >> well, nobody fixed it. >> >> since it looks like i am the only one in the universe having spaces in >> channel ids, i suggest you downgrade it to minor, but le

Re: [Freevo-devel] weather helper

2006-12-22 Thread Ryan Roth
Looks like you have been working like crazy too. Thanks for adding me to the credits. Here is an update to the weather helper. I added a error message if the weather variable was not defined. Index: src/helpers/weather.py === --

Re: [Freevo-devel] weather helper

2006-12-22 Thread Ryan Roth
I hope this helper isn't too much of a hack. Actually I hope my help isn't too hacky :) Duncan Webb wrote: > Ryan Roth wrote: > > Wow Ryan, your working like a beaver, many thanks. > > >> File to go along with request on sf.net page >> >> >> ---

Re: [Freevo-devel] weather helper

2006-12-22 Thread Ryan Roth
Ok ignore the last patch I sent. I did not like the idea of having to use a cron job to schedule the updates. Cron seems to cause a lot of people confusion. I tweaked the helper to use the time.sleep function to wait between updates. To enable the plug ad the following to the local_conf:

Re: [Freevo-devel] video mover with queue

2006-12-22 Thread Ryan Roth
I would love to be able to add to others, but it only gives me the option to monitor others and add notes. Duncan Webb wrote: > Ryan Roth wrote: > >> I did some reading and it looks like I would need admin status on SF.net >> to be able to attach to other peoples trackers. >> > > Maybe a

Re: [Freevo-devel] weather helper

2006-12-22 Thread Duncan Webb
Ryan Roth wrote: > Ignore that, I say that you already renamed it. To match WEATHER_UPDATE_ :) > > Ryan Roth wrote: >> call it 'auto_update_weather.py' and change the line in the info section >> to reflect it if you can done. Duncan ---

Re: [Freevo-devel] video mover with queue

2006-12-22 Thread Ryan Roth
I did some reading and it looks like I would need admin status on SF.net to be able to attach to other peoples trackers. Ryan Roth wrote: > This is for 1.x. It is so generic of a plugin it will work with any > version. I would of added it to the tracker, but SF.net won't let me > attach file

Re: [Freevo-devel] video mover with queue

2006-12-22 Thread Evan Hisey
Ryan- Is this for 1.x or 1.6? Can you add to the feature tracker as an attachment? Evan On 12/21/06, Ryan Roth <[EMAIL PROTECTED]> wrote: > New revision with minor change > > > import os > import plugin > import config > > from gui.PopupBox import PopupBox > from item import Item > import config

Re: [Freevo-devel] video mover with queue

2006-12-22 Thread Duncan Webb
Ryan Roth wrote: > I did some reading and it looks like I would need admin status on SF.net > to be able to attach to other peoples trackers. Maybe a bit too restrictive by sf.net, should be able to any and only delete your own. :( Duncan ---

Re: [Freevo-devel] video mover with queue

2006-12-22 Thread Ryan Roth
This is for 1.x. It is so generic of a plugin it will work with any version. I would of added it to the tracker, but SF.net won't let me attach files to trackers I didn't open. If any one knows how to change this let Dischi know and he can fix it for me. Thanks Evan Hisey wrote: > Ryan- >

Re: [Freevo-devel] weather helper

2006-12-22 Thread Ryan Roth
Ignore that, I say that you already renamed it. Ryan Roth wrote: > call it 'auto_update_weather.py' and change the line in the info section > to reflect it if you can > > Duncan Webb wrote: > >> Ryan Roth wrote: >> >> >>> Ok ignore the last patch I sent. I did not like the idea of hav

Re: [Freevo-devel] weather helper

2006-12-22 Thread Ryan Roth
call it 'auto_update_weather.py' and change the line in the info section to reflect it if you can Duncan Webb wrote: > Ryan Roth wrote: > >> Ok ignore the last patch I sent. I did not like the idea of having to >> use a cron job to schedule the updates. Cron seems to cause a lot of >> people

Re: [Freevo-devel] weather helper

2006-12-22 Thread Duncan Webb
Ryan Roth wrote: > Ok ignore the last patch I sent. I did not like the idea of having to > use a cron job to schedule the updates. Cron seems to cause a lot of > people confusion. I tweaked the helper to use the time.sleep function > to wait between updates. To enable the plug ad the following

Re: [Freevo-devel] [patch] memset instead of bzero in kaa.record

2006-12-22 Thread Dirk Meyer
Mathieu SCHROETER wrote: > Hello Freevo's dev, > > this patch is just for use memset instead of bzero in your > kaa.record module. Memset will be more portable than bzero. > And bzero is only available in uClibc, if the SUSV3_LEGACY > option is selected. Took some time, but in svn now. Dischi -

[Freevo-devel] [ freevo-Bugs-1604858 ] 1.7RC1 - Webserver does not shutdown with stop command

2006-12-22 Thread SourceForge.net
Bugs item #1604858, was opened at 2006-11-28 23:27 Message generated for change (Comment added) made by duncanwebb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1604858&group_id=46652 Please note that this message will contain a full copy of the comment

[Freevo-devel] [ freevo-Bugs-1620452 ] Items with subitems don't show thumbnails menu entry

2006-12-22 Thread SourceForge.net
Bugs item #1620452, was opened at 2006-12-21 23:19 Message generated for change (Comment added) made by duncanwebb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1620452&group_id=46652 Please note that this message will contain a full copy of the comment

[Freevo-devel] [ freevo-Bugs-1604844 ] 1.7RC1 - Webserver issue

2006-12-22 Thread SourceForge.net
Bugs item #1604844, was opened at 2006-11-28 23:08 Message generated for change (Comment added) made by duncanwebb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1604844&group_id=46652 Please note that this message will contain a full copy of the comment

[Freevo-devel] [ freevo-Bugs-1604849 ] 1.7RC1 - Webserver bug

2006-12-22 Thread SourceForge.net
Bugs item #1604849, was opened at 2006-11-28 23:12 Message generated for change (Comment added) made by duncanwebb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1604849&group_id=46652 Please note that this message will contain a full copy of the comment

[Freevo-devel] [ freevo-Bugs-1604852 ] 1.7RC1 - Webserver bug 2

2006-12-22 Thread SourceForge.net
Bugs item #1604852, was opened at 2006-11-28 23:17 Message generated for change (Comment added) made by duncanwebb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1604852&group_id=46652 Please note that this message will contain a full copy of the comment