[Freevo-users] Suspend and set alarm

2009-10-07 Thread Laurence Huizinga
Would there be a way to suspend within freevo (and without actually  
closing freevo) and set an alarm in the bios (mine is at  
/sys/class/rtc/rtc0/wakealarm coz i'm in ArchLinux) to resume at next  
recording or the default wakeup time.

Also, would this be possible without activating the autoshutdown plugin or  
do we need that for the acpi/nvram?

Ps, Arch uses pm-utils.  I can suspend with a simple "sudo pm-suspend".

Larry


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] "Collapsing" of multiple episodes into one?

2009-10-07 Thread Nick Welch
On Wed, Oct 7, 2009 at 8:19 AM, John Molohan  wrote:
>
> That's good to hear if slightly unexpected. The wiki needs a bit of work.
>

I mainly had issues with XBMC and emulators, which drove me to go
on an adventure through its code base to try and fix it.  The whole
project seems like a duct taped mess.  And third party plugins can be
even worse -- honestly, the ugliest Python I've ever seen anyone write.

Freevo on the other hand seems like a cleaner and more mature open
source project.  I haven't actually looked at any of its code yet, but
just having dealt with the config system, it feels a lot more well
thought-out.  Even just rather simple things like being able to disable
functions (like TV or music) that you don't want to use.


> If this isn't in the wiki feel free to contribute back by adding a short
> bit about it now that you've got your answer.
>

I've added it to the FAQ!
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] "Collapsing" of multiple episodes into one?

2009-10-07 Thread Nick Welch
On Wed, Oct 7, 2009 at 12:59 AM, togtog  wrote:

> The option you are looking for is "VIDEO_AUTOJOIN". You can globally
> turn it off in the local_conf.py or you can set it individual for a
> directory with a folder.fxd file.
>

Awesome, that did it -- thanks!

This folder.fxd file also looks like the right way to disable use of tags in
my videos, via the DIRECTORY_USE_MEDIAID_TAG_NAMES option,
without also turning off tags for my music. A lot of my videos seem to
have garbage tags.
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Frontend / Backend freevo setup (DVBStreamer)

2009-10-07 Thread John Molohan
Adam Charrett wrote:
> On Tue, October 6, 2009 8:32 am, Stephen Rowles wrote:
>> Hi,
>> 
>> However how do I setup dvbstreamer to run on the server and still allow
>> me to watch live TV with live pause etc? Record files and media I can
>> server over the network (I have 100meg switched to the lounge, so
>> bandwidth shouldn't be a problem, cable is cat 6 so just waiting to
>> upgrade to a gigabit switch sometime soon).
>>
>
> Here's the reply I sent to Stephen direct, copied here in case it can help
> anyone else:
>
> This is exactly how I run it (even down to the locations), 1 caveat I have
> 2 cards. With 1 card you may run into issues with the recordserver change
> the channel on you or you changing the channel whilst recording! That
> said, all you need to do is change set the VideoGroup on the machine in
> the lounge to something like this:
> TV_VIDEO_GROUPS = [
>  VideoGroup(vdev='recordserver:1',
> desc='TV',
> group_type="dvb",
> ),
> ]
>
> where vdev='recordserver:1' breaks down to recordserver=>the server in the
> loft, 1=> the number of the DVB adapter to use. Finally you need to make
> sure that you have the dvbstreamer instances started!
>
> Couple of additional things, first you might want to enable AVS Only in
> dvbstreamer. This means that only Audio, Video and Subtitles are streamed
> not the interactive content. (use a startup file and add the single line
> "setavsonly  on" to it.)
>
> Second, not massively tested (ie the wife hasn't tried to break it) is the
> livepauseserver which can sit on the record server and use the disk in the
> loft for buffering, meaning you could have the lounge machine diskless.
>
>
> Hope this is helpful.
>
> Cheers
>
> Adam
Hi Adam,

Any chance you could do a write up of this in the wiki? It seems to be a 
more and more common requirement and most people would be under the 
impression that it isn't possible.

John

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] "Collapsing" of multiple episodes into one?

2009-10-07 Thread John Molohan
togtog wrote:
> Hi,
>
>   
>> Just got Freevo running after a bad time with XMBC and so far
>> thequality of the code and documentation seems much better!
>> 
That's good to hear if slightly unexpected. The wiki needs a bit of work.
>> Anyway, I notice that when it sees a directory of videos with a
>> similar format, i.e.:
>>
>> S01-01.avi
>> S01-02.avi
>> ...
>>
>> It collapses them all together into one entity and simply starts
>> playing it.  I can hit "enter" to skip to the next episode, but that's
>> fairly annoying if I want episode 17.
>> 
>
> The option you are looking for is "VIDEO_AUTOJOIN". You can globally
> turn it off in the local_conf.py or you can set it individual for a
> directory with a folder.fxd file.
>
> togtog
>   
If this isn't in the wiki feel free to contribute back by adding a short 
bit about it now that you've got your answer.

John

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Frontend / Backend freevo setup (DVBStreamer)

2009-10-07 Thread Adam Charrett
On Tue, October 6, 2009 8:32 am, Stephen Rowles wrote:
> Hi,
> 
> However how do I setup dvbstreamer to run on the server and still allow
> me to watch live TV with live pause etc? Record files and media I can
> server over the network (I have 100meg switched to the lounge, so
> bandwidth shouldn't be a problem, cable is cat 6 so just waiting to
> upgrade to a gigabit switch sometime soon).
>

Here's the reply I sent to Stephen direct, copied here in case it can help
anyone else:

This is exactly how I run it (even down to the locations), 1 caveat I have
2 cards. With 1 card you may run into issues with the recordserver change
the channel on you or you changing the channel whilst recording! That
said, all you need to do is change set the VideoGroup on the machine in
the lounge to something like this:
TV_VIDEO_GROUPS = [
 VideoGroup(vdev='recordserver:1',
desc='TV',
group_type="dvb",
),
]

where vdev='recordserver:1' breaks down to recordserver=>the server in the
loft, 1=> the number of the DVB adapter to use. Finally you need to make
sure that you have the dvbstreamer instances started!

Couple of additional things, first you might want to enable AVS Only in
dvbstreamer. This means that only Audio, Video and Subtitles are streamed
not the interactive content. (use a startup file and add the single line
"setavsonly  on" to it.)

Second, not massively tested (ie the wife hasn't tried to break it) is the
livepauseserver which can sit on the record server and use the disk in the
loft for buffering, meaning you could have the lounge machine diskless.


Hope this is helpful.

Cheers

Adam


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Frontend / Backend freevo setup (DVBStreamer)

2009-10-07 Thread Dirk Meyer
Evan Hisey wrote:
> On Tue, Oct 6, 2009 at 2:32 AM, Stephen Rowles  wrote:
>> However how do I setup dvbstreamer to run on the server and still allow
>> me to watch live TV with live pause etc? Record files and media I can
>> server over the network (I have 100meg switched to the lounge, so
>> bandwidth shouldn't be a problem, cable is cat 6 so just waiting to
>> upgrade to a gigabit switch sometime soon).
>>
>> Any help greatly appreciated :)
> This really a feature of the 2.x development branch. 

Currently not working, but yes, that is was design goal for 2.0. You can
have several TV devices in your network, one TV server (scheduler), and
several Freevo frontends.

BTW, development for 2.0 is kind of slow these days. I plan to finish my
PhD thesis in November. After that, I will resume coding on 2.0


Dischi

-- 
A Life? Cool! Where can I download one of those from?

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] "Collapsing" of multiple episodes into one?

2009-10-07 Thread togtog
Hi,

> Just got Freevo running after a bad time with XMBC and so far
> thequality of the code and documentation seems much better!
> Anyway, I notice that when it sees a directory of videos with a
> similar format, i.e.:
> 
> S01-01.avi
> S01-02.avi
> ...
> 
> It collapses them all together into one entity and simply starts
> playing it.  I can hit "enter" to skip to the next episode, but that's
> fairly annoying if I want episode 17.

The option you are looking for is "VIDEO_AUTOJOIN". You can globally
turn it off in the local_conf.py or you can set it individual for a
directory with a folder.fxd file.

togtog

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users