[Freevo-users] Strange autoplay on some directories

2011-02-07 Thread Justin Wetherell
Hey All, I got a new TV, so I had to port the Freevo box to output to the new TV. I have seen some weirdness when handling the new remote. I have a number of TV series recorded, the general layout of the directory structure is Show / Season / Episodes. For some directories, if I hit the select

Re: [Freevo-users] commercial detection/removal runs, but does nothing

2009-04-21 Thread Justin Wetherell
I wrote the commercial detection code for Freevo a long time ago. While I agree that it isn't accurate or great, it's the _only_ option available. And unfortunetly the MythTV developers aren't very code friendly. The three key indicators that MythTV talks about are wonderful ideas. But at the

Re: [Freevo-users] commercial detection/removal runs, but does nothing

2009-04-21 Thread Justin Wetherell
with the code. On Tue, Apr 21, 2009 at 9:35 AM, Evan Hisey ehi...@gmail.com wrote: 2009/4/21 Justin Wetherell phishman3...@gmail.com: I wrote the commercial detection code for Freevo a long time ago. While I agree that it isn't accurate or great, it's the _only_ option available

Re: [Freevo-users] Myth frontend

2008-10-20 Thread Justin Wetherell
I wrote a plugin a LONG time ago that let you use a myth backend with the Freevo front end. The Myth backend changes (and isn't documented) too often to upkeep the plugin, so I gave up. If you search the lists, I believe you can find it but I'll give it a look also. On Mon, Oct 20, 2008 at 4:39

Re: [Freevo-users] problem when tvguide data obtained while recording

2008-07-09 Thread Justin Wetherell
It should be pretty easy to do, maybe a USE_PRIORITIES flag in the local_conf. The code shouldn't have to change. Although, It's been a while since I looked at that code. On Wed, Jul 9, 2008 at 4:38 AM, John Molohan [EMAIL PROTECTED] wrote: Justin Wetherell wrote: Priorities _should_ be used

Re: [Freevo-users] problem when tvguide data obtained while recording

2008-07-09 Thread Justin Wetherell
and will try to reschedule recordings at different times if there is a conflict. On Wed, Jul 9, 2008 at 8:29 AM, Justin Wetherell [EMAIL PROTECTED] wrote: It should be pretty easy to do, maybe a USE_PRIORITIES flag in the local_conf. The code shouldn't have to change. Although, It's been a while since

Re: [Freevo-users] problem when tvguide data obtained while recording

2008-07-09 Thread Justin Wetherell
I think None will default the variable, which _should_ be False for booleans. Maybe someone with more Python knowledge can answer that. On Wed, Jul 9, 2008 at 5:18 PM, Elizabeth Dodd [EMAIL PROTECTED] wrote: On Wed, 9 Jul 2008, Justin Wetherell wrote: OK, I just looked at the code and it seems

Re: [Freevo-users] problem when tvguide data obtained while recording

2008-07-08 Thread Justin Wetherell
Priorities _should_ be used when scheduling programs when 'duplicate detection' and/or 'only new' are enabled. On Tue, Jul 8, 2008 at 12:48 PM, Duncan Webb [EMAIL PROTECTED] wrote: Elizabeth Dodd wrote: (new install, cron not getting guide data yet) I have been running freevo tv_grab manually

Re: [Freevo-users] Anyone use Direct TV with Freevo?

2008-07-04 Thread Justin Wetherell
While searching online, I have heard many horror stories about DirecTV. Anyone here have similar stories? (Bad Customer service, bad reception, crappy HD, etc) On Fri, Jul 4, 2008 at 10:25 AM, Ryan Roth [EMAIL PROTECTED] wrote: Adam Charrett wrote: On Thu, July 3, 2008 10:29 pm, Justin

[Freevo-users] Anyone use Direct TV with Freevo?

2008-07-03 Thread Justin Wetherell
Hello all, I am considering switching from Cable to Direct TV and I want to weigh my options. Right now, I have my analog cable directly plugged into my computer, so I don't need a cable box for my Freevo system. If I switch to Direct TV, will I need a separate box for my Freevo system? if yes, I

Re: [Freevo-users] How does duplicate detection work?

2008-05-21 Thread Justin Wetherell
It's saved over reboots in a pickle (python serialized object) file, usually located in /var/cache/freevo/previouslyRecorded.pickle. On Wed, May 21, 2008 at 12:56 PM, Michael Brown [EMAIL PROTECTED] wrote: Justin, Justin Wetherell writes: From off the top of my head, Everything

Re: [Freevo-users] How does duplicate detection work?

2008-05-17 Thread Justin Wetherell
From off the top of my head, Everything that is recorded gets put into a hash map using a string made up by concatenating the Title, Sub-Title, and Description. Every time we schedule a recording, we look in the hash map for a value using the string above as the key. If the hash map returns null

[Freevo-users] Possible small (100$) Freevo device

2008-03-05 Thread Justin Wetherell
Hey Guys, I've come upon a pretty sweet tiny device at work ( http://www.norhtec.com/index.html). It costs about 100$ US and comes with 300mhz x86 processor and Wifi. I can get a VGA to S-Video cable for about 5$ US. Any chance this'll be enough for a Freevo head unit? -Justin

Re: [Freevo-users] Possible small (100$) Freevo device

2008-03-05 Thread Justin Wetherell
Here is a more expensive but more likely candidate: http://www.norhtec.com/products/mcsr/index.html 500Mhz Video: Integrated MPEG2, MPEG4 and WMV9 accelerator, up to 1920 x 1440 Audio: VIA Vinyl VT1708 On Wed, Mar 5, 2008 at 2:57 PM, Justin Wetherell [EMAIL PROTECTED] wrote: Hey Guys

Re: [Freevo-users] more 1.7.5 issues, xine doesn't appear to be doing xvmc any more

2008-02-05 Thread Justin Wetherell
I am seeing the same sort of slowdown using Xine with xxmc viewing Live TV with the tv.ivtv_xine_tv plugin. On Feb 1, 2008 5:55 PM, Stephen Rowles [EMAIL PROTECTED] wrote: Duncan Webb wrote: I've been testing this but the CPU usage of xine is not affected by freevo. Using a matrox G400DH

Re: [Freevo-users] more 1.7.5 issues, xine doesn't appear to be doing xvmc any more

2008-02-05 Thread Justin Wetherell
, as a side issue. Hitting ESC and/or Q just freezes the screen. On Feb 5, 2008 1:36 PM, Duncan Webb [EMAIL PROTECTED] wrote: Justin Wetherell wrote: I am seeing the same sort of slowdown using Xine with xxmc viewing Live TV with the tv.ivtv_xine_tv plugin. What was you previous release

Re: [Freevo-users] more 1.7.5 issues, xine doesn't appear to be doing xvmc any more

2008-02-05 Thread Justin Wetherell
the problem. The weird thing is this problem didn't exist before I updated the svn or when I ran Xine from outside of Freevo. Maybe this is the same problem he is having? or maybe I am insane On Feb 5, 2008 1:55 PM, Justin Wetherell [EMAIL PROTECTED] wrote: I am actually seeing the same thing

Re: [Freevo-users] commdetect server

2008-01-23 Thread Justin Wetherell
I don't think you can easily do the channel-by-channel specification to remove commercials or not. But from the tv-programs sub-menu you can just remove the edl for that program before you watch it, that should let you watch it in full. The code that does the commdetect is src/commdetectcore.py

Re: [Freevo-users] Dreaming

2007-12-18 Thread Justin Wetherell
I thought about doing it awhile ago but Freevo really lacks a 'textual' input menu. On Dec 17, 2007 10:34 PM, Elizabeth Dodd [EMAIL PROTECTED] wrote: Has anyone considered a jabber plugin for Freevo? (No, I'm not capable of coding such, but my income does support computing students...)

Re: [Freevo-users] commdetect server in 1.7.4

2007-12-10 Thread Justin Wetherell
I think Duncan might have changed the variable names. I noticed these in the freevo_conf.py # This will enable duplicate recording detection TV_RECORD_DUPLICATE_DETECTION = None # This will enable only new episodes to be recorded TV_RECORD_ONLY_NEW_DETECTION = None # This will enable the

Re: [Freevo-users] commdetect server in 1.7.4

2007-11-22 Thread Justin Wetherell
I haven't made any changes myself to the commdetect server and it's currently work for my 3 installations of current SVN. This _COULD_ have something to do with the kaa changes currently being made but that is just a guess. Also, make sure you are using the new logging debug variables. On Nov 22,

Re: [Freevo-users] Please post your podcast feeds

2007-11-17 Thread Justin Wetherell
http://twit.libsyn.com/rss http://revision3.com/diggnation/feed/xvid-large http://revision3.com/ctrlaltchicken/feed/xvid-large http://revision3.com/indigital/feed/xvid-large http://revision3.com/mose/feed/xvid-large http://revision3.com/systm/feed/xvid-large

Re: [Freevo-users] Xine for DVD / Mplayer for movies

2007-10-23 Thread Justin Wetherell
I've also notice (I don't know at which point this happened) but the Play with alternate player sub-menu item is missing now. Maybe these two issues are related. On 10/23/07, Stéphane VAXELAIRE [EMAIL PROTECTED] wrote: Hello, I regularly update kaa and freevo 1.x from svn. I couldn't say

Re: [Freevo-users] Manually adding Favorites?

2007-09-14 Thread Justin Wetherell
Nice! I didn't know about the price reduction but I had already signed up anyways. I still think it's a good idea to have this feature as part of the manual recordings. On 9/14/07, Art S R [EMAIL PROTECTED] wrote: Justin Wetherell wrote: Hello All, With the zap2it service going away, I

[Freevo-users] tv_grab_na_dd 403 issues

2007-09-11 Thread Justin Wetherell
Is anyone having issues getting xmltv data? I am getting the following error. Grabbing listings. using config filename /root/.xmltv/tv_grab_na_dd.conf Service description ' http://docs.tms.tribune.com/tech/tmsdatadirect/zap2it/xtvd.wsdl' can't be loaded: 403 Forbidden ERROR: xmltv grabbing

[Freevo-users] Manually adding Favorites?

2007-09-11 Thread Justin Wetherell
Hello All, With the zap2it service going away, I was wondering if there is anyway to add a Favorite Manually? I know you can schedule a single recording via web interface. -Justin - This SF.net email is sponsored by:

Re: [Freevo-users] Stream live-TV from freevo recordserver

2007-09-06 Thread Justin Wetherell
I worked on a Freevo frontend to Myth Backend plugin but since the commands used to talk with Myth are not published regularly and not very static, it became out of date rather quickly. On 9/6/07, Christian [EMAIL PROTECTED] wrote: Thank you Jody, Seems to be a bit to complicated for me... I

Re: [Freevo-users] Commercial skipping/removal in 1.7.3

2007-08-20 Thread Justin Wetherell
/19/07, John Molohan [EMAIL PROTECTED] wrote: Justin Wetherell wrote: You should be able to add: REMOVE_COMMERCIALS = True to your local_conf and it will turn on the commercial detection/removal. You also have to start the commercial removal server. And are all recordings from

Re: [Freevo-users] Commercial skipping/removal in 1.7.3

2007-08-20 Thread Justin Wetherell
local_conf.py, I am I right that the commdetect server can be running on a remote host from the recording server? Evan On 8/20/07, Justin Wetherell [EMAIL PROTECTED] wrote: Yes, all recordings after the point you add the command to the local_conf and start the commdetect server should

Re: [Freevo-users] Commercial skipping/removal in 1.7.3

2007-08-20 Thread Justin Wetherell
I wrote the code and wrote it to be very conservative. I've never noticed a 'cut too much' scenario but I have seen the opposite but it's a rarity. I have noticed that it's 100% accurate on most channels but on some channels it's almost never sees the blackframes; I'm guessing that the frames are

Re: [Freevo-users] Commercial skipping/removal in 1.7.3

2007-08-20 Thread Justin Wetherell
That's actually what my detection is based off of. As of Mplayer-1.0rc1, the vf should be available. So, to use commdetect, you'll need that mplayer version. On 8/20/07, Jaap Struyk [EMAIL PROTECTED] wrote: Justin Wetherell schreef: I wrote the code and wrote it to be very conservative. I've

Re: [Freevo-users] Commercial skipping/removal in 1.7.3

2007-08-19 Thread Justin Wetherell
You should be able to add: REMOVE_COMMERCIALS = True to your local_conf and it will turn on the commercial detection/removal. You also have to start the commercial removal server. On 8/18/07, Evan Hisey [EMAIL PROTECTED] wrote: I see commercial skipping is a feature in 1.7.3, but I can not

Re: [Freevo-users] xmradio plugin

2007-08-15 Thread Justin Wetherell
this error. I still have my logs back to original version and the error has remained the same. Thanks again for the hard work and the help. Joe Quoting Justin Wetherell [EMAIL PROTECTED]: I guess we should start from the beginning. Which version of Freevo

Re: [Freevo-users] xmradio plugin

2007-08-14 Thread Justin Wetherell
version and the error has remained the same. Thanks again for the hard work and the help. Joe Quoting Justin Wetherell [EMAIL PROTECTED]: I guess we should start from the beginning. Which version of Freevo are you using? On 8/13/07, Joe Harris [EMAIL PROTECTED] wrote: Any other

Re: [Freevo-users] OSD_OVERSCAN info needed

2007-08-13 Thread Justin Wetherell
Add both: OSD_OVERSCAN_X = 50 OSD_OVERSCAN_Y = 20 to your local_conf and keep adjusting the values until it's centered? On 8/13/07, Stephen Rowles [EMAIL PROTECTED] wrote: I run a 16:9 wide screen tv with TV output, and I use the following: OSD_OVERSCAN_X = 50 OSD_OVERSCAN_Y = 20 But it

Re: [Freevo-users] xmradio plugin

2007-08-13 Thread Justin Wetherell
'), ('Cafe', '45')] Quoting Justin Wetherell [EMAIL PROTECTED]: Do you have the channels defined in your local_conf.py file? Here is my relative entry in the local_conf.py file. plugin.activate('audio.xmradio') XM_USER='[EMAIL PROTECTED]' XM_PASS='MyPassword

Re: [Freevo-users] OSD_OVERSCAN info needed

2007-08-12 Thread Justin Wetherell
I am pretty sure that's what those options to. Try setting them both to 0 and steadily increasing them until you find you perfect setting. I believe they are pre-set to a 4:3 screen. On 8/12/07, Frank [Antispam account] [EMAIL PROTECTED] wrote: Hi list, Can anyone eleborate on the

Re: [Freevo-users] struggling with PVR150 TV viewing

2007-08-10 Thread Justin Wetherell
Look up the IVTV Xine TV in the local_conf; it's much better than Mplayer. Here is my relavent pat of local_conf: # == # IVTV Xine TV settings: # == # --

Re: [Freevo-users] For the site: What hardware (tv/graphics/sound) card do you use?

2007-08-09 Thread Justin Wetherell
On 8/9/07, John Molohan [EMAIL PROTECTED] wrote: Hi all, I want to update the recommended hardware section for the new site. Can you reply here with the make and model of your; * TV card - analogue, dvb-t/s/c, atsc 1. Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)

Re: [Freevo-users] Pre launch feedback for new look freevo.org

2007-08-09 Thread Justin Wetherell
I used to run freevohelp.com but I lost my host for the site, so I had to take it down; sorry for any inconvenience. On 8/9/07, John Molohan [EMAIL PROTECTED] wrote: Nick Bellomy wrote: On 8/8/07, John Molohan [EMAIL PROTECTED] wrote: Hi all, I'm looking to revamp www.freevo.org. If

Re: [Freevo-users] xmradio plugin

2007-08-07 Thread Justin Wetherell
Do you have the channels defined in your local_conf.py file? Here is my relative entry in the local_conf.py file. plugin.activate('audio.xmradio') XM_USER='[EMAIL PROTECTED]' XM_PASS='MyPassword' XM_RATE='high' XM_STATIONS = [ ('The 60s', '6'), ('The 70s', '7'),

[Freevo-users] Questions about using Bittorrent

2007-07-05 Thread Justin Wetherell
I am in the middle of writing a Bittorrent search scraper, I know there has been much discussion into the legality of this issue [and I understand that it will probably prevent it from being included in the SVN] but that's not the point of this e-mail. I've successfully written a module that

Re: [Freevo-users] [Freevo-devel] Server Update

2007-07-03 Thread Justin Wetherell
Seems like the SVN is up now, for me at least. On 7/3/07, Jason Tackaberry [EMAIL PROTECTED] wrote: On 2007-07-03 10:26, Dirk Meyer wrote: No, the old svn is dead now and our admin is very busy right now, I don't want to ask him to turn it on again just because we can't wait some more

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Justin Wetherell
Yes but Freevo fails to load. I updated last night and had the same issue until I added LOGGING=DEBUG to me local_conf.py, it then started to work. I believe when I had LOGGING=INFO it did not work either. I did not try any other LOGGING options. On 6/13/07, Duncan Webb [EMAIL PROTECTED] wrote:

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Justin Wetherell
Try: LOGGING=DEBUG DEBUG=5 On 6/13/07, Ryan Roth [EMAIL PROTECTED] wrote: I tried adding the LOGGING=DEBUG, but no luck. Justin Wetherell wrote: Yes but Freevo fails to load. I updated last night and had the same issue until I added LOGGING=DEBUG to me local_conf.py, it then started

Re: [Freevo-users] config.py (520): Loading cfg overrides: /etc/freevo/local_conf.py

2007-06-13 Thread Justin Wetherell
Hmm... Strange, that got me around the error. On 6/13/07, Ryan Roth [EMAIL PROTECTED] wrote: Did not work either. I'm just going to run one SVN version back until the patch is reversed or fixed. Thanks Justin Wetherell wrote: Try: LOGGING=DEBUG DEBUG=5 On 6/13/07, *Ryan Roth* [EMAIL

Re: [Freevo-users] weather plugin

2007-06-04 Thread Justin Wetherell
svn update in the root of the Freevo directory, should only update the changed files. On 6/4/07, Dan Mancini [EMAIL PROTECTED] wrote: On Mon, 2007-06-04 at 13:26 -0400, Dan Mancini wrote: On Fri, 2007-04-27 at 11:18 -0300, Christian Lyra wrote: Hi, Works fine... but there´s a bug on

Re: [Freevo-users] weather plugin

2007-06-04 Thread Justin Wetherell
that and I get: svn: Can't open file '.svn/lock' On Mon, 2007-06-04 at 13:48 -0400, Justin Wetherell wrote: svn update in the root of the Freevo directory, should only update the changed files. On 6/4/07, Dan Mancini [EMAIL PROTECTED] wrote: On Mon, 2007-06-04 at 13:26 -0400, Dan Mancini

Re: [Freevo-users] freevo vs mythmusic: some questions

2007-05-11 Thread Justin Wetherell
This sentiment seems to be popular with people nowadays. Too many people know what Freevo did 5 years and don't know what it can do now (1.7+) and what it will do (2.0+). We should really list the more major features (timeshifting, commercial skipping, more educated recordings, etc) on the home

[Freevo-users] Non-Daylight Savings

2007-03-28 Thread Justin Wetherell
I think I'm having a problem but I can't seem to track it down. When I get the XMLTV listings they are corrected for daylight savings (when I look at them in a text editor, the times are correct) and are correct in the output file. But when I go to the listings through Freevo they are listed an

Re: [Freevo-users] Non-Daylight Savings

2007-03-28 Thread Justin Wetherell
I am using Slackware but I found this for Ubuntu and it seemed to work. http://ubuntuforums.org/showthread.php?t=367120page=3 On 3/28/07, Buckley Hopper [EMAIL PROTECTED] wrote: Justin Wetherell wrote: I think I'm having a problem but I can't seem to track it down. When I get the XMLTV

Re: [Freevo-users] MusicIP Mixer plugin

2007-03-09 Thread Justin Wetherell
Iteresting, I'm trying this out now. On 3/9/07, Dobes Vandermeer [EMAIL PROTECTED] wrote: I added it. It also now allows browsing by genre, album, or artist, and by selecting a song you can request songs by the same artist, or all songs in the same album. On 3/9/07, John Molohan [EMAIL

Re: [Freevo-users] MusicIP Mixer plugin

2007-03-09 Thread Justin Wetherell
Is there a way to include the mood aspect of MusicIP into the plugin? On 3/9/07, Justin Wetherell [EMAIL PROTECTED] wrote: Iteresting, I'm trying this out now. On 3/9/07, Dobes Vandermeer [EMAIL PROTECTED] wrote: I added it. It also now allows browsing by genre, album, or artist

Re: [Freevo-users] MusicIP Mixer plugin

2007-03-09 Thread Justin Wetherell
server up and running. You can find a song in your collection, hit select, and choose musicIP mix and it will return a playlist that is themed around the song you picked. On 3/9/07, Justin Wetherell [EMAIL PROTECTED] wrote: Is there a way to include the mood aspect of MusicIP into the plugin? On 3/9

Re: [Freevo-users] MusicIP Mixer plugin

2007-03-09 Thread Justin Wetherell
Sorry for the multiple e-mails. One problem I found. If the MusicIP server is down and I try to get a MusicIP mix then it freezes the system. You need some kind of server ping before you load the plugin or try and recieve data from the server. On 3/9/07, Justin Wetherell [EMAIL PROTECTED] wrote

Re: [Freevo-users] MusicIP Mixer plugin

2007-03-09 Thread Justin Wetherell
to add, really, just a matter of copying the Albums code and making it into moods, I think. On 3/9/07, Justin Wetherell [EMAIL PROTECTED] wrote: Sorry for the multiple e-mails. One problem I found. If the MusicIP server is down and I try to get a MusicIP mix then it freezes the system. You need

[Freevo-users] Duplicate detection, OnlyNew detection, Commercial removal

2007-02-12 Thread Justin Wetherell
Hey guys, I am just wondering if people are using these features. I need to see how much more testing I need to do on these features. I believe most of them are pretty well tested with the commerical detection being the least tested. I am not sure how accurate the commdetect can be with only

Re: [Freevo-users] Slow TV Guide

2007-02-04 Thread Justin Wetherell
to be very slow and CPU intensive. Especially when moving around (arrow keys). Best regards. Frank On Friday 02 February 2007 23:09, Justin Wetherell wrote: I just downloaded 9131 and the TVGuide works correctly (I can schedule and record via menu interface) but it uses 100% of the CPU

Re: [Freevo-users] TV problem - lock file that doesn't exist?

2007-02-02 Thread Justin Wetherell
I just downloaded 9131 and the TVGuide works correctly (I can schedule and record via menu interface) but it uses 100% of the CPU whenever you try and do anything (button clicks, etc). The rest of the Freevo interface (movies, recorded TV, etc) is fine CPU wise. On 2/2/07, Pascal Schirrmann

Re: [Freevo-users] H.264/AAC mp4 File

2007-01-31 Thread Justin Wetherell
I believe the iPod Video aspect of the encoding server uses mencoder to convert from avi to H.264/AAC because I believe that's the format an iPod video must be to work on an iPod Video device. I am not 100% sure but I believe that's true. On 1/31/07, Dirk Meyer [EMAIL PROTECTED] wrote: Hi, a

Re: [Freevo-users] H.264/AAC mp4 File

2007-01-31 Thread Justin Wetherell
Ahh, I missed the on-the-fly aspect.. whoops. On 1/31/07, Duncan Webb [EMAIL PROTECTED] wrote: Justin Wetherell wrote: I believe the iPod Video aspect of the encoding server uses mencoder to convert from avi to H.264/AAC because I believe that's the format an iPod video must be to work

[Freevo-users] Conflict resolution

2007-01-21 Thread Justin Wetherell
Hey guys/gals, I'd like to implement some sort of conflict resolution. Is the priority system current working? Does anyone have any ideas of a decent technique to do conflict resolution? If anyone would like to help out, it would be appreciated. Thanks, Justin

Re: [Freevo-users] Conflict resolution

2007-01-21 Thread Justin Wetherell
Is the priority system implemented in 1.7 svn currently working? On 1/21/07, Dirk Meyer [EMAIL PROTECTED] wrote: Justin Wetherell wrote: Hey guys/gals, I'd like to implement some sort of conflict resolution. Is the priority system current working? Does anyone have any ideas of a decent

Re: [Freevo-users] [Off Topic] Dreaming..

2007-01-15 Thread Justin Wetherell
I don't know if that is possible in 1.x but I believe 2.x gives you the ability to define the background (and menu entries) to be mpegs/avis. This was on freevo devel a couple days ago (an example of what I was talking about [I didn't write this]). http://urandom.ca/~tack/kaa-menu-demo.avi On

[Freevo-users] Commercial Detection (proof of concept)

2007-01-10 Thread Justin Wetherell
With the latest release of mplayer (MPlayer-1.0rc1) there is a new video filter called blackframe. Which, as the title might give it away, it can be run against a previously recorded mpeg and spit out the frames which it thinks have are atleast 98% black. Mplayer also has a feature (I dont know

Re: [Freevo-users] DVD identification

2007-01-06 Thread Justin Wetherell
I'm also having trouble with 1.7 svn but mminfo seems to be working correctly. This was working before the upgrade to the SVN version. Freevo still displays (no disc) when a disc is inserted and mounted. I was using Freevo 1.5.4 when everything was working. kaa output: | media: MEDIA_DISC |

Re: [Freevo-users] DVD identification

2007-01-06 Thread Justin Wetherell
) AttributeError: 'module' object has no attribute 'status' WARNING factory(320): Please report this bug to the Freevo mailing list /dev/hdc No Match found On 1/6/07, Justin Wetherell [EMAIL PROTECTED] wrote: I'm also having trouble with 1.7 svn but mminfo seems to be working correctly. This was working before

Re: [Freevo-users] DVD identification

2007-01-06 Thread Justin Wetherell
I solved both issues (internal to freevo and mminfo of a device file) by upgrading to kaa svn. /usr/local/bin/svn co svn://svn.freevo.org/kaa/ kaa cd kaa/trunk python setup.py install restart freevo and it all worked. On 1/6/07, Justin Wetherell [EMAIL PROTECTED] wrote: Actually, if I do

[Freevo-users] Ipod Video Enconding patch

2007-01-05 Thread Justin Wetherell
Hey Guys, I hacked together a patch for the encoding server to convert previously recorded shows into an iPod Video format. Here it is. Index: src/video/plugins/reencode.py === --- src/video/plugins/reencode.py (revision 8931) +++

Re: [Freevo-users] SDL and games

2006-11-28 Thread Justin Wetherell
I wrote this up awhile ago but they should be worth a look: http://www.freevohelp.com/mame.html http://www.freevohelp.com/nes.html http://www.freevohelp.com/snes.html http://www.freevohelp.com/sms.html http://www.freevohelp.com/genesis.html On 11/28/06, Duncan Webb [EMAIL PROTECTED] wrote:

Re: [Freevo-users] SDL and games

2006-11-28 Thread Justin Wetherell
be the difference? On 11/28/06, Duncan Webb [EMAIL PROTECTED] wrote: Justin Wetherell wrote: Try these: export SDL_VIDEODRIVER=directfb export SDL_DIRECTFB_MGA_CRTC2=1 export SDL_DIRECTFB_MGA_STRETCH=1 export SDL_DIRECTFB_MGA_OVERSCAN=1 Thanks Justin, I tried there and the work for the PC monitor

Re: [Freevo-users] SDL and games

2006-11-28 Thread Justin Wetherell
**While i'm thinking about this, I think I only use: export SDL_VIDEODRIVER=directfb but i'm not 100% sure. On 11/28/06, Duncan Webb [EMAIL PROTECTED] wrote: Justin Wetherell wrote: Try these: export SDL_VIDEODRIVER=directfb export SDL_DIRECTFB_MGA_CRTC2=1 export SDL_DIRECTFB_MGA_STRETCH=1

Re: [Freevo-users] SDL and games

2006-11-27 Thread Justin Wetherell
Try these: export SDL_VIDEODRIVER=directfb export SDL_DIRECTFB_MGA_CRTC2=1 export SDL_DIRECTFB_MGA_STRETCH=1 export SDL_DIRECTFB_MGA_OVERSCAN=1 On 11/26/06, Duncan Webb [EMAIL PROTECTED] wrote: I can't quite remember how to do this but there is an environment setting for SDL to tell it to use

Re: [Freevo-users] update on parallel recording

2006-11-25 Thread Justin Wetherell
sure. post em to the list On 11/25/06, Antispam [EMAIL PROTECTED] wrote: I'm. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Paul Sijben Verzonden: 25 November 2006 08:44 Aan: freevo-users@lists.sourceforge.net Onderwerp: [Freevo-users] update on

Re: [Freevo-users] freevo stop not working?

2006-10-29 Thread Justin Wetherell
Yea, I have this problem when using freevo -fs but it's only when using the fs option. If I use it in framebuffer mode, I can kill it fine. I think the Xserver get's in the way of killing it but it never really bothered me. On 10/29/06, Florian Demmer [EMAIL PROTECTED] wrote: Hi!i am using gentoo

Re: [Freevo-users] freevo 1.6 miss reading DVDs

2006-10-29 Thread Justin Wetherell
Did we remove lsdvd for mmpython this release? I seem to remember that being discussed but im not 100% sure. I'd guess that would be the problem, if true.On 10/29/06, Evan Hisey [EMAIL PROTECTED] wrote:I am haveing an odd issue with 1.6. It is not reading DVDs as dvds butas data disks. No errors

Re: [Freevo-users] [ANNOUNCE] Freevo-1.6.0 Released.

2006-10-28 Thread Justin Wetherell
Is there any way to page certain button to different actions depending on the Menu? I'd like change the down arrow in the TV Guide to Page Down.On 10/28/06, Jaap Struyk [EMAIL PROTECTED] wrote: * New events to allow jump directly to menus, tv, movies, music and pictures (B#1567501)Great work

Re: [Freevo-users] Best standalone Freevo solution.

2006-10-20 Thread Justin Wetherell
I did search and didn't find anything. Im not looking for remotes, I am looking for a USB IR receiver, like IRman, but for the USB port.On 10/20/06, John Molohan [EMAIL PROTECTED] wrote:Justin Wetherell wrote: Along the same lines as this e-mail thread. Does anyone know of a good USB IR

Re: [Freevo-users] lirc-compatible USB IR transmitters?

2006-10-20 Thread Justin Wetherell
Sorry, I can't help but i'd also like to know, does anyone know of a USR IR receiver. I'm looking to replace the IRman.On 10/20/06, Jason Tackaberry [EMAIL PROTECTED] wrote:Thought I'd ask here: is anyone aware of any USB IR transmitters that work with

Re: [Freevo-users] Best standalone Freevo solution.

2006-10-19 Thread Justin Wetherell
Along the same lines as this e-mail thread. Does anyone know of a good USB IR Receiver? I usually use IRman but I want to go USB, to see if I can save some money. - Using Tomcat but need to do more? Need to support web

Re: [Freevo-users] Can't Record, Mencoder Errors

2006-10-07 Thread Justin Wetherell
Make sure mplayer was compiled to support the v4lw driver, you might need to compile it yourself or your distro might have a different version of mplayer that has v4l2 included.On 10/7/06, Elizabeth Dodd [EMAIL PROTECTED] wrote: why should Brandon have all the fun?mencoder doesn't like my

Re: [Freevo-users] Can't Record, Mencoder Errors

2006-10-07 Thread Justin Wetherell
I believe v4l and v4l2 are two different drivers. From the Mplayer config:--enable-tv-v4l--enable-tv-v4l2Two different options, make sure v4l2 is enabled.On 10/7/06, Elizabeth Dodd [EMAIL PROTECTED] wrote: On Sunday 08 October 2006 01:31, Justin Wetherell wrote: Make sure mplayer was compiled

Re: [Freevo-users] Freevo-1.5.x Update and Testing Required

2006-09-22 Thread Justin Wetherell
Great job, just wanted to let you know.On 9/22/06, Duncan Webb [EMAIL PROTECTED] wrote: Hello all,I've been applying some patches to the freevo-1.5 branch. The branch is available by getting the source from subversion with the command:svn co svn://svn.freevo.org/freevo/branches/rel-1-5/freevoThe

[Freevo-users] XmOnline Plugin

2006-08-13 Thread Justin Wetherell
I have finished up a plugin that will allow you to listen to XM Radio (streaming http) through Freevo. You need a valid XmOnline account and password (free with any XM Radio account). Right now it only works with mplayer because I was having troubles with fbxine. Short and sweet instructions from

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-09 Thread Justin Wetherell
On 8/9/06, Rob Shortt [EMAIL PROTECTED] wrote: Ok, I'm almost done updating.First I have to solve my epg problem.This ivtv problem may be driver related.Can you use other ivtvprograms like encoder?What driver version are you using?-Rob I am currently using ivtv-0.4.4 driver. I am using it without

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-09 Thread Justin Wetherell
On 8/9/06, Rob Shortt [EMAIL PROTECTED] wrote: I am in the middle of a successful recording now.I am using:ivtv:version 0.4.1 (development svn snapshot revision2839 ) It is successfully recording but just spitting out that warning.

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
Is it supposed to work? running freevo-epg update uses about 80% of the CPU but doesn't ever do anything or even end.On 8/8/06, Dirk Meyer [EMAIL PROTECTED] wrote:Justin Wetherell wrote: Does the epg server have to be running? While in /usr/local/src/freevo/bin and then executing a ./freevo-epg

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
Yes, I know I am very bad at cutting off the text; Gmail makes it too easy.On 8/8/06, Morten Nilsen [EMAIL PROTECTED] wrote:http://www.netmeister.org/news/learn2quote2.html#ss2.3 --Cheers,Morten:wq - Using Tomcat but need to

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
On 8/8/06, Dirk Meyer [EMAIL PROTECTED] wrote: Wait. You use an analog card? If you do, the code was never testedwith an anloge card. Check tvserver/src/recorder.py the functiondescribe_cb. It handels the mapping.Dischi Yes, I use an ivtv based card; when running tvserver without any epg mappings

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
Did you see my message on about the ethereal output? All the UDP checksum's fail.On 8/8/06, Dirk Meyer [EMAIL PROTECTED] wrote:Justin Wetherell wrote: Is it supposed to work? running freevo-epg update uses about 80% of the CPU but doesn't ever do anything or even end.freevo-epg update does not

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
On 8/8/06, Dirk Meyer [EMAIL PROTECTED] wrote: In freevo/lib/mbus/examples are rpcclient.pyand rpcserver.py. Please test them. rpc_sum: incoming call from: lang:python type:test name:rpcclt id:[EMAIL PROTECTED] building sum of: [1, 2, 3, 4] got response to 2 from lang:python type:test

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
I'll offer all the support I can.On 8/8/06, Rob Shortt [EMAIL PROTECTED] wrote: Since I wrote the ivtv part, and had it working here, I will take a lookat it.There have been some changes since my last update though, maybesomething in the ivtv support needs to be fixed.-Rob

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
On 8/8/06, Dirk Meyer [EMAIL PROTECTED] wrote: Justin Wetherell wrote: On 8/8/06, Dirk Meyer [EMAIL PROTECTED] wrote: In freevo/lib/mbus/examples are rpcclient.py and rpcserver.py. Please test them. rpc_sum: incoming call from: lang:python type:test name:rpcclt id:[EMAIL PROTECTED] building sum

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-07 Thread Justin Wetherell
Yea, I have epg.mapping[2] = I23310.labs.zap2it.com in tvserver.conf When I use the same channel name in Favorites, it doesn't complain but either way doesn't work; so I don't know if it actually works or not.On 8/7/06, Dirk Meyer [EMAIL PROTECTED] wrote:Justin Wetherell wrote: I think the

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-07 Thread Justin Wetherell
. help - This message. With no options it will start an EPG server. Be sure to check /etc/freevo/epg.conf for available config options. On 8/7/06, Justin Wetherell [EMAIL PROTECTED] wrote: Yea, I have epg.mapping[2] = I23310.labs.zap2it.com in tvserver.conf When I use the same channel name

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-02 Thread Justin Wetherell
PROTECTED]:ivtv0INFO server(164): answer from schedulerINFO server(204): calling self.scheduleINFO server(144): recordings: 0 I23310.lab Ten 1000 0802.22:30-23:00 1 5 conflict INFO server(148): favorites:INFO server(297): save fxd fileOn 8/1/06, Justin Wetherell [EMAIL PROTECTED] wrote:Sweet

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-01 Thread Justin Wetherell
When I am setting up the remote tvdev; do i still route all 224.255.222.240 traffic to lo? I have the local tvdev and tvserver working together; I see: INFO recorder(113): add Recorder for [EMAIL PROTECTED]:ivtv0 when I start up the tvserverOn 8/1/06, Dirk Meyer [EMAIL PROTECTED] wrote: Justin

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-01 Thread Justin Wetherell
Use Iface 224.255.222.240 * 255.255.255.255 UH 0 0 0 lo 192.168.0.0 * 255.255.255.0 U 0 0 0 eth0 loopback * 255.0.0.0 U 0 0 0 lo default router 0.0.0.0 UG 0 0 0 eth0 On 8/1/06, Dirk Meyer [EMAIL PROTECTED] wrote: Justin Wetherell wrote: When I am setting up the remote tvdev; do i still route all

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-01 Thread Justin Wetherell
I also changed the SCOPE=LINKLOCAL variable in ~/.mbusOn 8/1/06, Justin Wetherell [EMAIL PROTECTED] wrote:This is my current setup. 192.168.0.5 (gateway) is the remote tvdev and 192.168.0.2 (freevo) is the local tvdev. I have the tvdev on 192.168.0.2 talking to the tvserver on 192.168.0.2

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-01 Thread Justin Wetherell
I think I got somewhere: Changed the ~/.mbus variable on each host (SCOPE=LINKLOCAL) Added each route to each host. (route add 224.255.222.240 eth0) I get no errors when starting the first tvdev but when I startup the second tvdev, i start getting the following error. WARNING types(131):

  1   2   3   >