[Freevo-users] VCR_CMD and Hauppauge HVR-1300

2007-10-04 Thread Pirlouwi
Hi all,
I would like to build a VCR_CMD string for using with an HVR-1300.
I want to record analog channels, using the hardware encoder of the
HVR-1300.

If I do a cat /dev/video1  test.mpg, I do get a valid mpeg file, so my
question is: what VCR_CMD command should I use inside freevo to record the
hardware-encoded mpeg2 stream, knowing that:
- i want to keep the ability to stop a recording after a defined time
- i don't want to transcode the mpeg stream in any way, just save it to disk

It should be a little like the following, but I am a little bit lost with
all those mencoder switches
# VCR_CMD = (CONF.mencoder + ' ' +
#'tv:// ' +  # New mplayer requires this.
#'-tv driver=%s:input=%d' % (TV_DRIVER, TV_INPUT) +
#':norm=%s' % CONF.tv +
#':channel=%(channel)s' +# Filled in by Freevo
#':chanlist=%s' % CONF.chanlist +
#':width=%d:height=%d' % (TV_REC_SIZE[0], TV_REC_SIZE[1]) +
#':outfmt=%s' % TV_REC_OUTFMT +
#':device=%s' % TV_DEVICE +
#VCR_AUDIO + # set above
#' -ovc lavc -lavcopts ' +   # Mencoder lavcodec video codec
#'vcodec=mpeg4' +# lavcodec mpeg-4
#':vbitrate=1200:' + # Change lower/higher, bitrate
#'keyint=30 ' +  # Keyframe every 10 secs,
change?
#'-oac mp3lame -lameopts ' + # Use Lame for MP3 encoding,
must be enabled in mencoder!
#'br=128:cbr:mode=3 ' +  # MP3 const. bitrate, 128
kbit/s
#'-ffourcc divx ' +  # Force 'divx' ident, better
compat.
#'-endpos %(seconds)s ' +# only mencoder uses this so do
it here.
#'-o %(filename)s') # Filled in by Freevo


I though using mplayer instead of mencoder, because mplayer has a lovely
save-stream-to-file feature, but problem is that I then cannot program the
end of the record (%(seconds)).
Any help is welcome.

PS: the best for me would be to use the ivtv plugin, but unfortunatelly, my
HVR board seems to not be supported by the ivtv driver. I will not get live
pause with the normal method, but it is a first integration step. In a next
effort, I will try to adapt the ivtv plugin for my HVR.

Regards,
Pirlouwi.
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Freevo 2 setup ?

2007-10-04 Thread Abibula Aygun
Hello everyone1
I`m new to the list and I would like to know how can i install in my
Ubuntu 7.04 desktop the Freevo 2 version ?

I have tryed has the wiki of freevo 2 says vut stell Freevo Home Theater
1.7.3 loading apears.

http://www.youtube.com/watch?v=-4w9fkXYjOk

At this link is Freevo 2 ?

Thank you guys and keep up you`re good work.

With respect .

Aygun

PS: by the way , at my home I have an freevo setup.

Pentiun Celeron at 1,8 Ghz 
GeForce 2 with 32 MB Video RAM
DVD Writer ASUS
40 GB HDD with ubuntu on it
Aver Media TV Tunner




-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2 setup ?

2007-10-04 Thread Evan Hisey
Abibula-
  freevo2 is nto yet ready form regular use. Several of the features
have not yet been implemented. Give 1.7.3 a try. that is the current
user targeted release and it works well.

Evan

On 10/4/07, Abibula Aygun [EMAIL PROTECTED] wrote:
 Hello everyone1
 I`m new to the list and I would like to know how can i install in my
 Ubuntu 7.04 desktop the Freevo 2 version ?

 I have tryed has the wiki of freevo 2 says vut stell Freevo Home Theater
 1.7.3 loading apears.

 http://www.youtube.com/watch?v=-4w9fkXYjOk

 At this link is Freevo 2 ?

 Thank you guys and keep up you`re good work.

 With respect .

 Aygun

 PS: by the way , at my home I have an freevo setup.

 Pentiun Celeron at 1,8 Ghz
 GeForce 2 with 32 MB Video RAM
 DVD Writer ASUS
 40 GB HDD with ubuntu on it
 Aver Media TV Tunner




 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2 setup ?

2007-10-04 Thread Jason Tackaberry
On 2007-10-04 11:16, Evan Hisey wrote:
 freevo2 is nto yet ready form regular use. Several of the features
 have not yet been implemented. Give 1.7.3 a try. that is the current
 user targeted release and it works well.

It's also worth mentioning that the youtube video is a working prototype
using in-progress technologies that will be in Freevo 2, but aren't yet
mature or complete (in some cases not even nearly so).

The video shows what might be possible in Freevo 2, but it isn't Freevo 2.

Cheers,
Jason.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2 setup ?

2007-10-04 Thread vlad
hello,

does the youtube plugin also work w/ 1.7.3?

vlad

On Thu, Oct 04, 2007 at 11:32:24AM -0400, Jason Tackaberry wrote:
 On 2007-10-04 11:16, Evan Hisey wrote:
  freevo2 is nto yet ready form regular use. Several of the features
  have not yet been implemented. Give 1.7.3 a try. that is the current
  user targeted release and it works well.
 
 It's also worth mentioning that the youtube video is a working prototype
 using in-progress technologies that will be in Freevo 2, but aren't yet
 mature or complete (in some cases not even nearly so).
 
 The video shows what might be possible in Freevo 2, but it isn't Freevo 2.
 
 Cheers,
 Jason.
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] VCR_CMD and Hauppauge HVR-1300

2007-10-04 Thread Duncan Webb
Pirlouwi wrote:
 Hi all,
 I would like to build a VCR_CMD string for using with an HVR-1300.
 I want to record analog channels, using the hardware encoder of the
 HVR-1300.
 
 If I do a cat /dev/video1  test.mpg, I do get a valid mpeg file, so my
 question is: what VCR_CMD command should I use inside freevo to record
 the hardware-encoded mpeg2 stream, knowing that:
 - i want to keep the ability to stop a recording after a defined time
 - i don't want to transcode the mpeg stream in any way, just save it to disk
 
 It should be a little like the following, but I am a little bit lost
 with all those mencoder switches
 # VCR_CMD = (CONF.mencoder + ' ' +
 #'tv:// ' +  # New mplayer requires this.
 #'-tv driver=%s:input=%d' % (TV_DRIVER, TV_INPUT) +
 #':norm=%s' % CONF.tv +
 #':channel=%(channel)s' +# Filled in by Freevo
 #':chanlist=%s' % CONF.chanlist +
 #':width=%d:height=%d' % (TV_REC_SIZE[0], TV_REC_SIZE[1]) +
 #':outfmt=%s' % TV_REC_OUTFMT +
 #':device=%s' % TV_DEVICE +
 #VCR_AUDIO + # set above
 #' -ovc lavc -lavcopts ' +   # Mencoder lavcodec video
 codec
 #'vcodec=mpeg4' +# lavcodec mpeg-4
 #':vbitrate=1200:' + # Change lower/higher, bitrate
 #'keyint=30 ' +  # Keyframe every 10 secs,
 change?
 #'-oac mp3lame -lameopts ' + # Use Lame for MP3
 encoding, must be enabled in mencoder!
 #'br=128:cbr:mode=3 ' +  # MP3 const. bitrate, 128
 kbit/s
 #'-ffourcc divx ' +  # Force 'divx' ident,
 better compat.
 #'-endpos %(seconds)s ' +# only mencoder uses this
 so do it here.
 #'-o %(filename)s') # Filled in by Freevo
 
 
 I though using mplayer instead of mencoder, because mplayer has a lovely
 save-stream-to-file feature, but problem is that I then cannot program
 the end of the record (%(seconds)).
 Any help is welcome.
 
 PS: the best for me would be to use the ivtv plugin, but unfortunatelly,
 my HVR board seems to not be supported by the ivtv driver. I will not
 get live pause with the normal method, but it is a first integration
 step. In a next effort, I will try to adapt the ivtv plugin for my HVR.


I think that you will need to use the copy stream commands of mencoder,
rather than trying to re-encode the video and audio. You should first
try using mencoder or mplayer from the command line to get the arguments
correct.

Another choice may be to use a DVB plug-in, see the wiki for details,
and treat the cards a a DVB device.

HTH
Duncan


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Problems with duplicate detection

2007-10-04 Thread Duncan Webb
Michael Brown wrote:
 Hi Folks!
 
 Hoping someone can help me get duplicate detection going in the recordserver. 
  If I enable it, I get the following errors in the log:
 
 2007-09-30 11:50:41,737 INFO new process watcher instance
 2007-09-30 11:50:42,088 INFO recordserver.py (136) : PLUGIN_RECORD: 33
 2007-09-30 11:50:42,093 INFO ivtv_record.py (67)  : ACTIVATING IVTV 
 RECORD PLUGIN
 2007-09-30 11:50:42,096 INFO recordserver.py (1523): top of the minute in 
 18 seconds
 2007-09-30 11:51:00,241 INFO recordserver.py (281) : Got 
 ScheduledRecordings (version 2).
 2007-09-30 11:51:24,716 INFO recordserver.py (671) : Duplicate detection 
 enabled
 Traceback (most recent call last):
   File /usr/lib/python2.4/site-packages/twisted/web/http.py, line 601, in 
 requestReceived
 self.process()
   File /usr/lib/python2.4/site-packages/twisted/web/server.py, line 160, in 
 process
 self.render(resrc)
   File /usr/lib/python2.4/site-packages/twisted/web/server.py, line 167, in 
 render
 body = resrc.render(self)
   File /usr/lib/python2.4/site-packages/twisted/web/xmlrpc.py, line 117, in 
 render
 defer.maybeDeferred(function, *args).addErrback(
 --- exception caught here ---
   File /usr/lib/python2.4/site-packages/twisted/internet/defer.py, line 
 107, in maybeDeferred
 result = f(*args, **kw)
   File /usr/lib/python2.4/site-packages/freevo/helpers/recordserver.py, 
 line 1489, in xmlrpc_updateFavoritesSchedule
 (status, response) = self.updateFavoritesSchedule()
   File /usr/lib/python2.4/site-packages/freevo/helpers/recordserver.py, 
 line 1231, in updateFavoritesSchedule
 self.scheduleRecording(prog)
   File /usr/lib/python2.4/site-packages/freevo/helpers/recordserver.py, 
 line 710, in scheduleRecording
 (duplicateBool, duplicateReason) = self.checkDuplicateDetection(prog)
   File /usr/lib/python2.4/site-packages/freevo/helpers/recordserver.py, 
 line 672, in checkDuplicateDetection
 if self.doesFavoriteAllowDuplicates(prog):
   File /usr/lib/python2.4/site-packages/freevo/helpers/recordserver.py, 
 line 1147, in doesFavoriteAllowDuplicates
 _debug_('DUP: %s'%fav.allowDuplicates, config.DINFO)
 exceptions.AttributeError: Favorite instance has no attribute 
 'allowDuplicates'
 
 Same thing happens if I enable 'onlyNew'.
 
 I'm gessing that there is a database that has the favourites, and that the 
 schema doesn't have those fields.
 
 Any idea how to fix it?  If it's a schema issue, should there be a function 
 to upgrade the db schema on freevo upgrades?

One solution is to turn off debugging as this is being caused by a bug
in a debug statement, :).

This is only a temp solution, can you raise a bug report of the tracker?
https://sourceforge.net/tracker/?func=addgroup_id=46652atid=446895

Duncan


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Digital tuner with CableCard support?

2007-10-04 Thread Duncan Webb
Jon Morris wrote:
 I am looking to upgrade my cheap TV tuner card (Pinnacle Pro).  I would
 ultimately like to get something that will allow me to record HDTV from
 my digital cable provider.  They offer CableCards, but I am not having
 much luck finding a tuner card that accepts CableCards and is also
 supported under Linux.  Does anyone know of one?  I have heard that come
 2009 our cable provider may stop their analog service, and require
 non-digital devices to use a digital to analog conversion box.  Because
 of that I would like to purchase a digital tuner card so I won’t have to
 do anything additional in 2009.

DVB-C should be supported under Linux, a quick google may help. I can't
suggest a specific card that will work.

 If not, will Freevo 2 work with two different types of tuner cards?  If
 I can’t get a digital card yet, I would like to buy something like a
 Hauppage (ivtv?) to get better quality.  I would use that as my primary
 device, and then use my old Pinnacle Pro (bttv) as the second tuner.

Both freevo-1 and freevo-2 support different types of TV cards, you can
quite happily use both in the same machine with out any problems.

Duncan


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo-users Digest, Vol 17, Issue 31

2007-10-04 Thread Duncan Webb
Sandro wrote:
 I've made quite a mess with apple files and links in the following folders:
 
 /usr/share/pycentral/python-freevo/site-packages/freevo/video
 /usr/share/pycentral/python-freevo/site-packages/freevo/video/plugins
 /usr/lib/python2.4/site-packages/freevo/video
 /usr/lib/python2.4/site-packages/freevo/video/plugins
 /usr/share/pycentral/python-freevo/site-packages/freevo/plugins/
 /usr/lib/python2.5/site-packages/freevo/video/plugins
 
 I don't understand why Freevo consists of such a mess with files
 shattered everywhere. I guess it doesn't matter when you're not having
 to fix things.

How have you installed them? Using python setup.py install?
If so then they are in the build directory which you can safely delete.

If you copied the files by hand then there will be a .pyc file too and
these need to be deleted.

 However I still get two or three variants of this message:
 
 Traceback (most recent call last):
   File /usr/share/pycentral/python-freevo/site-packages/freevo/plugin.py,
 line 555, in __load_plugin__
 exec('import %s' % module)
   File string, line 1, in module
 ImportError: No module named appletrailers
 
 I think I literally messed it up. Think I'll back up local_conf.py and
 completely remove/reinstall Freevo.

Should be easy enough to clean up your mess! Find the files and remove
the appletrailer files.

find /usr/lib/python2.*/freevo /usr/share/pycentral/python-freevo/ \
 -name appletr* | xargs rm -v

Run the command without the | xargs rm -v first just to check what will
be deleted.

Then copy the files by hand to the correct location.

BTW freevo does not touch your local_conf.py.

 Subject: Re: [Freevo-users] Problems loading plugins in 1.7.3
 From: Art S R [EMAIL PROTECTED]

 Did you also try John's suggestion of placing the files in:
 /usr/share/pycentral/python-freevo/site-packages/freevo/video/plugins/
 (note that it's video/plugins)

 and leaving the local_conf.py entry as:
 plugin.activate('video.appletrailers')

 This should place the Apple Trailers option under the Freevo Movies menu.

 Yes, I'm running Freevo 1.7.  However, even though I am able to get the
 plugin loaded, I am not able to successfully download the trailers.  After
 running for a minute or so, the plugin crashes Freevo.  I'll report this in
 another thread.


Duncan


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] geekbox theme

2007-10-04 Thread John Molohan

John Molohan wrote:

John Molohan wrote:
  

Duncan Webb wrote:
  


Ljubomir Simin wrote:
  

  

Hi,

I've seen on the main page that gexxbox uses gorgeous black theme. Is
it available somewhere for download? How about other themes? Are we
limited to what is installed by default? (besides making our own ones,
of course :))

  


I hadn't committed it to svn as it's not working 100%, so just for you
it is now in svn so you can download it from the repository.

Here are instructions on how to install it from svn:
http://freevo.sourceforge.net/cgi-bin/doc/SourceSVNInstallation

Duncan

  

  
I've done some updates to it since my first post. It's not quite 
finished yet but it's usable now to a large extent. I'll post up what 
I've done later in the week.


John

Just to say I haven't forgotten about this. Have a lot on at the moment 
but I'll get around to it. It's starting to look quite decent.


John
  

I've emailed Duncan an updated version. Should be in svn soon.

John
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] VCR_CMD and Hauppauge HVR-1300

2007-10-04 Thread Pirlouwi
Hough!
If I use the dvb plugin, I will loose the viewing part, because mplayer will
be called with option dvb:// ? Isn't it?
I need some more explaination about that?
Regards,
Pirlouwi.

2007/10/4, Duncan Webb [EMAIL PROTECTED]:

 Pirlouwi wrote:
  Hi all,
  I would like to build a VCR_CMD string for using with an HVR-1300.
  I want to record analog channels, using the hardware encoder of the
  HVR-1300.
 
  If I do a cat /dev/video1  test.mpg, I do get a valid mpeg file, so my
  question is: what VCR_CMD command should I use inside freevo to record
  the hardware-encoded mpeg2 stream, knowing that:
  - i want to keep the ability to stop a recording after a defined time
  - i don't want to transcode the mpeg stream in any way, just save it to
 disk
 
  It should be a little like the following, but I am a little bit lost
  with all those mencoder switches
  # VCR_CMD = (CONF.mencoder + ' ' +
  #'tv:// ' +  # New mplayer requires
 this.
  #'-tv driver=%s:input=%d' % (TV_DRIVER, TV_INPUT) +
  #':norm=%s' % CONF.tv +
  #':channel=%(channel)s' +# Filled in by Freevo
  #':chanlist=%s' % CONF.chanlist +
  #':width=%d:height=%d' % (TV_REC_SIZE[0], TV_REC_SIZE[1]) +
  #':outfmt=%s' % TV_REC_OUTFMT +
  #':device=%s' % TV_DEVICE +
  #VCR_AUDIO + # set above
  #' -ovc lavc -lavcopts ' +   # Mencoder lavcodec video
  codec
  #'vcodec=mpeg4' +# lavcodec mpeg-4
  #':vbitrate=1200:' + # Change lower/higher,
 bitrate
  #'keyint=30 ' +  # Keyframe every 10 secs,
  change?
  #'-oac mp3lame -lameopts ' + # Use Lame for MP3
  encoding, must be enabled in mencoder!
  #'br=128:cbr:mode=3 ' +  # MP3 const. bitrate, 128
  kbit/s
  #'-ffourcc divx ' +  # Force 'divx' ident,
  better compat.
  #'-endpos %(seconds)s ' +# only mencoder uses this
  so do it here.
  #'-o %(filename)s') # Filled in by Freevo
 
 
  I though using mplayer instead of mencoder, because mplayer has a lovely
  save-stream-to-file feature, but problem is that I then cannot program
  the end of the record (%(seconds)).
  Any help is welcome.
 
  PS: the best for me would be to use the ivtv plugin, but unfortunatelly,
  my HVR board seems to not be supported by the ivtv driver. I will not
  get live pause with the normal method, but it is a first integration
  step. In a next effort, I will try to adapt the ivtv plugin for my HVR.


 I think that you will need to use the copy stream commands of mencoder,
 rather than trying to re-encode the video and audio. You should first
 try using mencoder or mplayer from the command line to get the arguments
 correct.

 Another choice may be to use a DVB plug-in, see the wiki for details,
 and treat the cards a a DVB device.

 HTH
 Duncan


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users