Re: [Freevo-users] Help with autoshutdown plugin

2008-12-18 Thread Martin Beck
Thanks for your answer! my only problem now is how to run it as root.
I'm user 'freevo' now. Do I need to run as the 'root' user or can I
still be 'freevo' and do a workaround?
Cheers,
Martin

--- Adam Charrett  skrev:

> On Thu, December 18, 2008 10:27 am, Martin Beck wrote:
> > I get an error when closing freevo and have activated the
> > autoshutdown-plugin. Here are my settings in local_conf.py:
> >
> > ##acpi shutdown##
> > plugin.remove('shutdown')
> > plugin.activate('autoshutdown',level=90)
> > SYS_SHUTDOWN_ENABLE = 1
> > AUTOSHUTDOWN_METHOD = 'acpi'
> > AUTOSHUTDOWN_WAKEUP_CMD = '/home/freevo/script/acpi_wakeup.sh'
> > AUTOSHUTDOWN_DEFAULT_WAKEUP_TIME = '10:15'
> > AUTOSHUTDOWN_FORCE_DEFAULT_WAKEUP = False
> > AUTOSHUTDOWN_BOOT_LOADER = 'GRUB'
> > AUTOSHUTDOWN_REMOUNT_BOOT_CMD = '/bin/mount'
> > AUTOSHUTDOWN_REMOUNT_BOOT_OPT = '/boot -o remount,rw'
> > AUTOSHUTDOWN_GRUB_CMD = '/sbin/grub-set-default 0'
> > AUTOSHUTDOWN_GRUB_OPT = '0'
> >
> > ##acpi shutdown end##
> >
> > 
> > The log gives me this message:
> >
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.5/site-packages/freevo/main.py", line 297,
> in
> > eventhandler
> > app.eventhandler(event)
> >   File "/usr/share/pyshared/freevo/menu.py", line 822, in
> eventhandler
> > self._handle_play_item(menu, event)
> >   File "/usr/share/pyshared/freevo/menu.py", line 581, in
> > _handle_play_item
> > actions = menu.selected.actions()
> >   File "/usr/share/pyshared/freevo/plugins/autoshutdown.py", line
> 177,
> > in actions
> > if self.idletimer.ispaused():
> > AttributeError: 'NoneType' object has no attribute 'ispaused'
> >
> > --
> >
> > Are the settings wrong? I read in plugin help that I need to run
> the
> > acpi_wakeup.sh as root. Do I have to run the total kit as sudo or
> can I
> > run just this part as sudo? In that case how?
> 
> Found this out myself the other day when I was trying to test
> something,
> you need to activate autoshutdown.autoshutdowntimer as well.
> ie
> 
> plugin.remove('shutdown')
> plugin.activate('autoshutdown',level=90)
> plugin.activate('autoshutdown.autoshutdowntimer')
> 
> Cheers
> 
> Adam
> 
> 
>
--
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
> Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to
> help
> pave the way to the Next Web now. Learn more and register at
>
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



  __
Går det långsamt? Skaffa dig en snabbare bredbandsuppkoppling. 
Sök och jämför priser hos Kelkoo.
http://www.kelkoo.se/c-100015813-bredband.html?partnerId=96914325

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] LIRC ChanelUp ChanelDown w/h tv.ivtv_xine_tv

2008-12-18 Thread Martin Beck
I can't get ChanelUp/Down to work with the Xine when using
tv.ivtv_xine_tv -plugin. Anyone has it working?
Thanks,

Settings as follows:

plugin.activate('tv.ivtv_xine_tv')
XINE_TV_VO_DEV = 'xv'
XINE_TV_AO_DEV = 'oss'
XINE_TV_TIMESHIFT_FILEMASK =
'/home/freevo/Video/timeshift/livetv-.mpeg'
plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.ivtv_record')
XINE_TV_CONFIRM_STOP = False
XINE_TV_LIVE_RECORD = True
XINE_TV_PROGRESSIVE_SEEK = True
XINE_TV_PROGRESSIVE_SEEK_THRESHOLD = 2
XINE_TV_PROGRESSIVE_SEEK_INCREMENT = 5


  __
Går det långsamt? Skaffa dig en snabbare bredbandsuppkoppling. 
Sök och jämför priser hos Kelkoo.
http://www.kelkoo.se/c-100015813-bredband.html?partnerId=96914325

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Help with autoshutdown plugin

2008-12-18 Thread Martin Beck
I get an error when closing freevo and have activated the
autoshutdown-plugin. Here are my settings in local_conf.py:

##acpi shutdown##
plugin.remove('shutdown')
plugin.activate('autoshutdown',level=90)
SYS_SHUTDOWN_ENABLE = 1
AUTOSHUTDOWN_METHOD = 'acpi'
AUTOSHUTDOWN_WAKEUP_CMD = '/home/freevo/script/acpi_wakeup.sh'
AUTOSHUTDOWN_DEFAULT_WAKEUP_TIME = '10:15'
AUTOSHUTDOWN_FORCE_DEFAULT_WAKEUP = False
AUTOSHUTDOWN_BOOT_LOADER = 'GRUB'
AUTOSHUTDOWN_REMOUNT_BOOT_CMD = '/bin/mount'
AUTOSHUTDOWN_REMOUNT_BOOT_OPT = '/boot -o remount,rw'
AUTOSHUTDOWN_GRUB_CMD = '/sbin/grub-set-default 0'
AUTOSHUTDOWN_GRUB_OPT = '0'

##acpi shutdown end##


The log gives me this message:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/freevo/main.py", line 297, in
eventhandler
app.eventhandler(event)
  File "/usr/share/pyshared/freevo/menu.py", line 822, in eventhandler
self._handle_play_item(menu, event)
  File "/usr/share/pyshared/freevo/menu.py", line 581, in
_handle_play_item
actions = menu.selected.actions()
  File "/usr/share/pyshared/freevo/plugins/autoshutdown.py", line 177,
in actions
if self.idletimer.ispaused():
AttributeError: 'NoneType' object has no attribute 'ispaused'

--

Are the settings wrong? I read in plugin help that I need to run the
acpi_wakeup.sh as root. Do I have to run the total kit as sudo or can I
run just this part as sudo? In that case how?
Greatful for answers!
Cheers


  __
Låna pengar utan säkerhet. Jämför vilkor online hos Kelkoo.
http://www.kelkoo.se/c-100390123-lan-utan-sakerhet.html?partnerId=96915014

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] "Audio Encoding Layer" does not exists

2008-12-11 Thread Martin Beck
I get an error every time I start TV. I can still watch the channel I'm
at but when I want to go back to Freevo I have a warning pop-up and
Freevo is hanging. I've done countless reinstalls experimenting with
system setups and I didn't have this problem before. I'm running Freevo
1.8.1. What's wrong? (See log further down!)

My settings are:
plugin.remove('tv.mplayer')
plugin.activate('tv.ivtv_xine_tv')
XINE_TV_VO_DEV = 'xv'
XINE_TV_AO_DEV = 'oss'
XINE_TV_TIMESHIFT_FILEMASK =
'/home/freevo/Video/timeshift/livetv-.mpeg'
plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.ivtv_record')
XINE_TV_CONFIRM_STOP = False
XINE_TV_LIVE_RECORD = True
XINE_TV_PROGRESSIVE_SEEK = True
XINE_TV_PROGRESSIVE_SEEK_THRESHOLD = 2
XINE_TV_PROGRESSIVE_SEEK_INCREMENT = 5
plugin.activate('tv.upsoon')#shuts down the tv-card needed for
recording
TV_RECORD_DIR = '/home/freevo/Video/TVInspelningar'
TV_RECORD_FILE_MASK = '%(progname)s-%(title)s-%%m-%%d%%H%%M'
RECORDSERVER_IP = '127.0.0.1'
# RECORDSERVER_PORT = 18001
RECORDSERVER_PORT2 = 18002
TV_IVTV_OPTIONS = {
 'input' : 0,
 'resolution': '720x576',
 'aspect': 3,
 'audio_bitmask' : 0xE9,
 'bframes'   : 3,
 'bitrate_mode'  : 0,
# 'bitrate'   : 960,
# 'bitrate_peak'  : 1200,
 'bitrate'   : 780,
 'bitrate_peak'  : 960,
 'dnr_mode'  : 0,
 'dnr_spatial'   : 0,
 'dnr_temporal'  : 0,
 'dnr_type'  : 0,
 'framerate' : 1,
 'framespergop'  : 12,
 'gop_closure'   : 1,
 'pulldown'  : 0,
 'stream_type'   : 10,
 }


TV_CHANNELS = [ ('svt1.svt.se', 'SVT1', 'E5'),
#('svt1.svt.se', 'SVT1', 'E5', '', '3'),
('svt2.svt.se', 'SVT2', 'E6'),
('tv3.viasat.se', 'TV3', 'E11'),
('tv4.se', 'TV4', 'E7'),
('kanal5.se', 'Kanal 5', 'E9'),
('tv6.viasat.se', 'TV6', 'S8'),
('kanal9.se', 'Kanal 9', 'S19'),
('plus.tv4.se', 'TV4+', 'S23'),
('film.tv4.se', 'TV4 Film', 'S21'),
('svt24.svt.se', 'SVT24', 'S7'),
('', 'CNN', 'S18'),
('sport.tv4.se', 'TV4 Sport', 'S11'),
('disneychannel.se', 'Disney', 'S14'),
('svtb-kunskap.svt.se', 'SVTB', 'E8'),
]

TV_VIDEO_GROUPS = [
VideoGroup(vdev = '/dev/video0',
adev = '/dev/adsp',
input_type = 'Tuner 1',
input_num = 0,
tuner_norm = CONF.tv,
tuner_chanlist = CONF.chanlist,
desc = 'PVR-500 Play Group',
group_type = 'ivtv',
record_group = 1),
VideoGroup(vdev = '/dev/video1',
adev = '/dev/adsp',
input_type = 'Tuner 1',
input_num = 0,
tuner_norm = CONF.tv,
tuner_chanlist = CONF.chanlist,
desc = 'PVR-500 Record Group',
group_type = 'ivtv',
record_group = None),

   ]
VIDEO_SHOW_DATA_DIR = '/home/freevo/Video/TVInspelningar'
TV_RECORD_DUPLICATE_DETECTION=True
TV_RECORD_ONLY_NEW_DETECTION=False
TV_RECORD_CONFLICT_RESOLUTION=True

The logg says:

2008-12-11 22:26:19,885 WARNING  v4l2.py (768): control "Audio Encoding
Layer" does not exists
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/freevo/main.py", line 297, in
eventhandler
app.eventhandler(event)
  File "/usr/share/pyshared/freevo/menu.py", line 764, in eventhandler
if not isinstance(menu, Menu) and menu.eventhandler(event):
  File "/usr/share/pyshared/freevo/util/benchmark.py", line 68, in
origfunc
func(*args, **kwargs)
  File "/usr/share/pyshared/freevo/tv/tvguide.py", line 234, in
eventhandler
pi.actions()[0][0](menuw=self.menuw)
  File "/usr/share/pyshared/freevo/tv/programitem.py", line 172, in
play
self.parent.player('tv', self.prog.channel_id)
  File "/usr/share/pyshared/freevo/tv/tvmenu.py", line 82, in start_tv
p.Play(mode, tuner_id)
  File "/usr/share/pyshared/freevo/tv/plugins/ivtv_xine_tv.py", line
343, in Play
self.tuner.SetChannelByName(channel, True)
  File "/usr/share/pyshared/freevo/tv/plugins/ivtv_xine_tv.py", line
616, in SetChannelByName
self.SetChannelByIndex(channel_index + 1)
  File "/usr/share/pyshared/freevo/tv/plugins/ivtv_xine_tv.py", line
625, in SetChannelByIndex
self.SetVideoGroup(next_channel)
  File "/usr/share/pyshared/freevo/tv/plugins/ivtv_xine_tv.py", line
677, in SetVideoGroup
ivtv_dev.init_settings()
  File "/usr/share/pyshared/freevo/tv/ivtv.py", line 360, in
init_settings
codec = self.getCodecInfo()
  File "/usr/share/pyshared/freevo/tv/ivtv.py", line 144, in
getCodecInfo
audio_bitmask |= (tv.v4l2.Videodev.getcontrol(self, 'Audio Encoding
Layer') << 6)
TypeError: unsupported operand type(s) for <<: 'NoneType' and 'int'


  ___
Sök efter kärleken!
Hitta din tvillingsjäl på Yahoo! Dejting: 
http://ad.doubleclick.net/clk;185753627;24584539

Re: [Freevo-users] How to go directly to TV-gudie?

2008-12-10 Thread Martin Beck
I'd like it to happen when I start freevo. Can I do a start scipt with
that event?

--- Jonathan Isom <[EMAIL PROTECTED]> skrev:

> On Wed, Dec 10, 2008 at 9:58 AM, Martin Beck <[EMAIL PROTECTED]>
> wrote:
> > How can I go directly to TV-guide? Is it possible?
> > Cheers
> 
> set MENU_GOTO_TVGUIDE to the event you want.  Works in svn,  Don't
> know
> about releases.
> 
> >
> >  __
> > Ta semester! - sök efter resor hos Kelkoo.
> > Jämför pris på flygbiljetter och hotellrum här:
> >
> http://www.kelkoo.se/c-169901-resor-biljetter.html?partnerId=96914052
> >
> >
>
--
> > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
> Nevada.
> > The future of the web can't happen without you.  Join us at MIX09
> to help
> > pave the way to the Next Web now. Learn more and register at
> >
>
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> 
>
--
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
> Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to
> help
> pave the way to the Next Web now. Learn more and register at
>
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



  ___
Sök efter kärleken!
Hitta din tvillingsjäl på Yahoo! Dejting: 
http://ad.doubleclick.net/clk;185753627;24584539;x?http://se.meetic.yahoo.net/index.php?mtcmk=148783

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] How to go directly to TV-gudie?

2008-12-10 Thread Martin Beck
How can I go directly to TV-guide? Is it possible?
Cheers


  __
Ta semester! - sök efter resor hos Kelkoo.
Jämför pris på flygbiljetter och hotellrum här:
http://www.kelkoo.se/c-169901-resor-biljetter.html?partnerId=96914052

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] WARNING: Unable to get channel list for europe-west

2008-12-03 Thread Martin Beck
Hi,
I get this warning when trying two of my set channels. The others work
just fine. I saw in other post about case-sencitivity but doubt that
it's the problem in this case, since the other channels are working:

Freevo 1.8.1 ready
WARNING: Unable to get channel list for europe-west.

TV_CHANNELS = [ ('svt1.svt.se', 'SVT1', 'E5'),
#('svt1.svt.se', 'SVT1', 'E5', '', '3'),
('svt2.svt.se', 'SVT2', 'E6'),
('tv3.viasat.se', 'TV3', 'E11'),
('tv4.se', 'TV4', 'E7'),
('kanal5.se', 'Kanal 5', 'E9'),
('tv6.viasat.se', 'TV6', 'S8'),#not working
('kanal9.se', 'Kanal 9', 'S19'),#not working
('plus.tv4.se', 'TV4+', 'S23'),
('film.tv4.se', 'TV4 Film', 'S21'),
('svt24.svt.se', 'SVT24', 'S7'),
('', 'CNN', 'S18'),
('sport.tv4.se', 'TV4 Sport', 'S11'),
('disneychannel.se', 'Disney', 'S14'),
('svtb-kunskap.svt.se', 'SVTB', 'E8'),
]

Anyone's any idea what is causing this?
Cheers,
Martin


  __
Går det långsamt? Skaffa dig en snabbare bredbandsuppkoppling. 
Sök och jämför priser hos Kelkoo.
http://www.kelkoo.se/c-100015813-bredband.html?partnerId=96914325

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] freevo, Hauppauge PVR and a DVB Stick are on the same ship :-)

2008-11-25 Thread Martin Beck
Hi John,
I would be most interested in your settings to make both dvb and analog
working. Could you please post your local_conf.py, or the variables
involved (VIDEO_GROUPS, VCR_CMD, CHANNEL_LIST and any more??)
Cheers,
Martin
--- John Molohan <[EMAIL PROTECTED]> skrev:

> Adam Charrett wrote:
> > On Mon, November 24, 2008 7:33 pm, Pascal Schirrmann wrote:
> >   
> >> Hi,
> >>
> >> I finally add a DVB USB stick on my (very gifted ;-) ) freevo box.
> >>
> >> I must say that adding this stick was fairly easy (I just had a
> trouble
> >> obtaining a good channels.conf file, but that's out of topic).
> >>
> >> But after adding the correct entries in TV_VIDEO_GROUPS and
> TV_CHANNELS,
> >> I started freevo, and the ivtv_xine_tv plugins complains about my
> dvb
> >> group.
> >>
> >> So I went back to the generic tv player and I can watch analog and
> >> digital TV broadcast (I still have a trouble recording, but I
> think I
> >> could deal with that.
> >>
> >> But I lost all new toys, like live pause and so on. And I think
> that the
> >> dvb livepause (livepause2) plugin give this kind of option for
> digital
> >> TV, like ivtv_xine_tv does for analog TV.
> >>
> >> Funniest part is that in the two cases, a TV broadcast is for
> freevo a
> >> MPEG flow (more or less) So I believe one plugin could do the
> trick for
> >> the two cases.
> >> 
> >
> > Yep thats right.
> >
> >   
> >> Right now, is there a solution ? I'm maybe missing a well known
> solution
> >> (let me hope :-) ) ?
> >> 
> >
> > Yes and no, I put together a patch for livepause that should allow
> it to
> > work with ivtv cards, but I haven't been able to test it (no PVR
> card here
> > only DVB) and I haven't submitted it yet.
> >
> > Perhaps the best thing to do is submit the patch and put a link to
> the new
> > app that is also required to make ivtv and livepause play nicely
> togther,
> > Duncan what do you think? (oh and of course find some time to write
> the
> > instuctions ;-) )
> >
> > Cheers
> >
> > Adam
> I'd promised to try test that, sorry. Over Christmas looks like a
> good 
> time (and often is for others) so maybe posting to the tracker then
> an 
> announcement to the list to ask for testers would be good.
> 
> John
> 
>
-
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win
> great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



  ___
Sök efter kärleken!
Hitta din tvillingsjäl på Yahoo! Dejting: 
http://ad.doubleclick.net/clk;185753627;24584539;x?http://se.meetic.yahoo.net/index.php?mtcmk=148783

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Free text search in TV-guide?

2008-11-20 Thread Martin Beck
Hi all,
Is there a feature to search or (set up to record a program) based on a
free text string? Say, that I am a big fan of Will Smith. I want to
record all programs with "Will Smith" in the description. Is there such
a thing in Freevo?
Cheers,
Martin


  __
Går det långsamt? Skaffa dig en snabbare bredbandsuppkoppling. 
Sök och jämför priser hos Kelkoo.
http://www.kelkoo.se/c-100015813-bredband.html?partnerId=96914325

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Recording of running show never ends

2008-11-17 Thread Martin Beck
Hi,
I run freevo 1.8.1 on ubuntu 8.04 (hardy) with dvb-t tv-card. When I
start a recording of a show that's already started there seem to be no
end time to the recording and the tuner is not made free for TV
watching after the show has finnished. Is this a bug or can I do
something differently?
Cheers,
Martin


  ___
Sök efter kärleken!
Hitta din tvillingsjäl på Yahoo! Dejting: 
http://ad.doubleclick.net/clk;185753627;24584539;x?http://se.meetic.yahoo.net/index.php?mtcmk=148783

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How to setup Hauppauge pvr-500 analogue TV?

2008-11-14 Thread Martin Beck
PVR-150 has an inherent MPEG-encoder and I think recording could be
managed by the card itself. Any idea how to send a command for that
from Freevo? In that way, maybe I can use freevo-recorder for digital
and inherent TV-card recorder for analogue?
Cheers,
Martin
--- Duncan Webb <[EMAIL PROTECTED]> skrev:

> Martin Beck wrote:
> > Hi,
> > I would like to have both digital and analogue TV ready in Freevo.
> > I've got my dvb-t running but now it's the analogue part.
> > I haven't been able to watch TV with my Hauppauge PVR-500 yet.
> > I can't find a good guide on how to scan and test the card.
> > I tried scan (dvb-utils), I tried scantv (ivtv-utils) but no luck.
> > I am using cable. Any one know how to scan for channels and set up
> a
> > channels.conf for analogue TV?
> > 
> > I read about setting up frequencies in Freevo and I tried that
> (without
> > success) and I think it might not work having channels.conf for
> digital
> > and frequensies for analogue to work together. For one thing,
> VCR_CMD
> > would have to be modified according to another post I found in the
> > mailing-list.
> 
> Getting freevo to record both DVB and ivtv stuff is possibly tricky.
> To 
> play these input should be less of a problem. It is just a case of 
> setting up the TV_VIDEO_GROUPS correctly.
> 
> You should be able to use the command:
> freevo vg
> to generate the ivtv settings of the video groups.
> 
> We need someone to extend this helper to handle DVB devices
> correctly.
> 
> Duncan
> 
> 
>
-
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win
> great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



  __
Låna pengar utan säkerhet. Jämför vilkor online hos Kelkoo.
http://www.kelkoo.se/c-100390123-lan-utan-sakerhet.html?partnerId=96915014

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] How to setup Hauppauge pvr-500 analogue TV?

2008-11-11 Thread Martin Beck
Hi,
I would like to have both digital and analogue TV ready in Freevo.
I've got my dvb-t running but now it's the analogue part.
I haven't been able to watch TV with my Hauppauge PVR-500 yet.
I can't find a good guide on how to scan and test the card.
I tried scan (dvb-utils), I tried scantv (ivtv-utils) but no luck.
I am using cable. Any one know how to scan for channels and set up a
channels.conf for analogue TV?

I read about setting up frequencies in Freevo and I tried that (without
success) and I think it might not work having channels.conf for digital
and frequensies for analogue to work together. For one thing, VCR_CMD
would have to be modified according to another post I found in the
mailing-list.
Regards


  __
Ta semester! - sök efter resor hos Kelkoo.
Jämför pris på flygbiljetter och hotellrum här:
http://www.kelkoo.se/c-169901-resor-biljetter.html?partnerId=96914052

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] prv-150 and Swedish freq

2008-11-09 Thread Martin Beck
Hi,
I'm trying to set up my pvr-500 (ie 2 tuners of the 150-kind).
What I understand is
1) I can use the freq.py to set my frequencies
or
2) I can change driver (from v4l) to v4l2 and define frequencies in
local_conf.py

Since I have my dvb-t running with v4l I'm not to happy about changing
that. Would my dvb-t work with v4l2?

My other question is: Since I live in Sweden I suppose I need to change
freq.py PAL_EUROPE = .
On most other variables it is a list of frequenses but for "my"
variable it says PAL_EUROPE = FREQ_CCIR_I_III + FREQ_CCIR_SL_SH +
FREQ_CCIR_H + FREQ_UHF
Would I change this or can I simply put a new variable PAL_SWEDEN there
with my frequenses?
Cheers,
Martin


  __
Går det långsamt? Skaffa dig en snabbare bredbandsuppkoppling. 
Sök och jämför priser hos Kelkoo.
http://www.kelkoo.se/c-100015813-bredband.html?partnerId=96914325

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Settings to be able to record analog and digital TV in same Freevo

2008-10-30 Thread Martin Beck

--- Martin Beck <[EMAIL PROTECTED]> skrev:

> 
> --- Jonathan Isom <[EMAIL PROTECTED]> skrev:
> 
> > On Tue, Oct 28, 2008 at 1:45 PM, Martin Beck <[EMAIL PROTECTED]>
> > wrote:
> > > I've got 2*2 tv-cards:
> > > (Digital dvb-t) WinTV Nova TD Hauppauge Stick
> > > (Analog cable) Hauppauge WinTV-PVR- 500 MCE
> > >
> > > ...and would like to set them both in good use. I only have a few
> > > channels digitally for free so
> > > I'll try to set config to show these with my DVB-T card and the
> > rest
> > > would be shown with my
> > > Analog card. From what I've read it should be possible so far.
> > >
> > > Now, there is the recording config. I haven't seen my setup
> > resembling
> > > mine in any post and
> > > Being a newbie to linux and complete python novis I would
> > appreciate
> > > any help on this matter.
> > > I read that I can't use two recording plugins and I guess that
> > makes it
> > > hard or is there one recording
> > > Plugin to handle both digital and analog recording?
> > Hi
> >So you have 2*2=4 cards?  currently freevo's recordserver can
> > record
> > 1 card only.  I posted a while back how to have 2 recodservers
> > running
> > on the same computer.  It should work for 4 servers as well.  the
> > main problem
> > bing that you have to conflict resolve on your own, ie via the web
> > interface
> > logging in via the web interface of each recordserver and setting
> > recording
> > on each one.
> > 
> > HTH
> > 
> > Jonathan
> > 
> Hello,
> I read in one post hear that only one recorder can be active at the
> time. Also, I would like to be able to record digital and analog
> without having to change settings in local_conf.py. Does any one have
> settings to share for this? I'll use ivtv-driver for analog and
> v4l-dirver for digital. 
> 
> To clearify, I only need to record one program at the time, but of
> course the possibility to record more that one at the time I wouldnt
> say no to. Cheers,
> Martin

Hi Jonathan,
I tried to find your post on how to have 2 recodservers running but
with no success. Could you please point me to that post?
Cheers,
Martin


  __
Går det långsamt? Skaffa dig en snabbare bredbandsuppkoppling. 
Sök och jämför priser hos Kelkoo.
http://www.kelkoo.se/c-100015813-bredband.html?partnerId=96914325

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Settings to be able to record analog and digital TV in same Freevo

2008-10-29 Thread Martin Beck

--- Jonathan Isom <[EMAIL PROTECTED]> skrev:

> On Tue, Oct 28, 2008 at 1:45 PM, Martin Beck <[EMAIL PROTECTED]>
> wrote:
> > I've got 2*2 tv-cards:
> > (Digital dvb-t) WinTV Nova TD Hauppauge Stick
> > (Analog cable) Hauppauge WinTV-PVR- 500 MCE
> >
> > ...and would like to set them both in good use. I only have a few
> > channels digitally for free so
> > I'll try to set config to show these with my DVB-T card and the
> rest
> > would be shown with my
> > Analog card. From what I've read it should be possible so far.
> >
> > Now, there is the recording config. I haven't seen my setup
> resembling
> > mine in any post and
> > Being a newbie to linux and complete python novis I would
> appreciate
> > any help on this matter.
> > I read that I can't use two recording plugins and I guess that
> makes it
> > hard or is there one recording
> > Plugin to handle both digital and analog recording?
> Hi
>So you have 2*2=4 cards?  currently freevo's recordserver can
> record
> 1 card only.  I posted a while back how to have 2 recodservers
> running
> on the same computer.  It should work for 4 servers as well.  the
> main problem
> bing that you have to conflict resolve on your own, ie via the web
> interface
> logging in via the web interface of each recordserver and setting
> recording
> on each one.
> 
> HTH
> 
> Jonathan
> 
Hello,
I read in one post hear that only one recorder can be active at the
time. Also, I would like to be able to record digital and analog
without having to change settings in local_conf.py. Does any one have
settings to share for this? I'll use ivtv-driver for analog and
v4l-dirver for digital. 

To clearify, I only need to record one program at the time, but of
course the possibility to record more that one at the time I wouldnt
say no to. Cheers,
Martin



  __
Låna pengar utan säkerhet. Jämför vilkor online hos Kelkoo.
http://www.kelkoo.se/c-100390123-lan-utan-sakerhet.html?partnerId=96915014

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] XMLTV_SORT what is requested?

2008-10-28 Thread Martin Beck
Upon running freevo tv_grab I get an error saying:

Not configured to use tv_sort, skipping

I’ve set the XMLTV_SORT = ‘tv_sort’ but I expect this is not what the
Program wants. Nor do I find any hints in posts, but this or a longer
path to a tv_sort.
Is tv_sort a file I need to set up? Or else, what do I need to get this
working?



  __
Låna pengar utan säkerhet. Jämför vilkor online hos Kelkoo.
http://www.kelkoo.se/c-100390123-lan-utan-sakerhet.html?partnerId=96915014

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Settings to be able to record analog and digital TV in same Freevo

2008-10-28 Thread Martin Beck
I’ve got 2*2 tv-cards:
(Digital dvb-t) WinTV Nova TD Hauppauge Stick
(Analog cable) Hauppauge WinTV-PVR- 500 MCE

...and would like to set them both in good use. I only have a few
channels digitally for free so 
I’ll try to set config to show these with my DVB-T card and the rest
would be shown with my
Analog card. From what I’ve read it should be possible so far.

Now, there is the recording config. I haven’t seen my setup resembling
mine in any post and
Being a newbie to linux and complete python novis I would appreciate
any help on this matter.
I read that I can’t use two recording plugins and I guess that makes it
hard or is there one recording
Plugin to handle both digital and analog recording?



  ___
Sök efter kärleken!
Hitta din tvillingsjäl på Yahoo! Dejting: 
http://ad.doubleclick.net/clk;185753627;24584539;x?http://se.meetic.yahoo.net/index.php?mtcmk=148783

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] How to add favorites?

2008-10-28 Thread Martin Beck
So far I don’t have a remote. What exactly are favorites in freevo?
Automatic recording of a show I preselected or is it a word for freevo
to look for in tv-guide? In any case, I’d like to try it and I don’t
know how. How do I add a favorite to my list of favorites in the GUI?


  ___
Sök efter kärleken!
Hitta din tvillingsjäl på Yahoo! Dejting: 
http://ad.doubleclick.net/clk;185753627;24584539;x?http://se.meetic.yahoo.net/index.php?mtcmk=148783

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Start of recordingserver lacks favorites.pickle

2008-10-28 Thread Martin Beck
Whenever I start recordingserver I get a warning saying:

No such file or directory:
‘home/martin/.freevo/static/favorites.pickle’

..and so it seems, it’s missing. Can I just create one empty or what do
I need to do
To get things going?



  ___
Sök efter kärleken!
Hitta din tvillingsjäl på Yahoo! Dejting: 
http://ad.doubleclick.net/clk;185753627;24584539;x?http://se.meetic.yahoo.net/index.php?mtcmk=148783

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users