On Tue, Nov 09, 2004 at 08:24:36AM +0100, Stephan Kanthak wrote:
> Today, CD-ROMs have SP/DIF connectors that are capable of directly streaming
> audio digitally to your sound card. Of course that one needs to have an
> SP/DIF input which should be standard on most modern soundcards.
> I would sugg
On Mon, Nov 08, 2004 at 08:33:38PM +0100, Stephan Kanthak wrote:
> - fbxine is totally crap for playing audio CDs (who had that idea ? :-)). It
> consumes about 30% CPU time (1.2GHz PIII) and takes >5 seconds to
> change titles. Why not write a wrapper around the commandline cdtools?
> They c
One note about this is that you can have Freevo call fbset AFTER SDL
initializes. I had problems with SDL's native framebuffer, so I would
start Freevo and then after the screen was init()-ed, Freevo calls
fbset.
You can use this:
OSD_SDL_EXEC_AFTER_STARTUP = [command]
Aubin
On Mon, Nov 08, 200
-0700, m voncken wrote:
> --- Aubin Paul <[EMAIL PROTECTED]> wrote:
>
> > No objection from me; I always had iTunes in mind
> > when I was looking
> > into the music db.
> >
> > Aubin
>
> Hi,
> It was a bit more work than i thought.
>
> An
Note that I don't use vdr-xine, but this has happened when watching a
DVD through xine.
On Wed, Oct 27, 2004 at 09:14:55AM +0800, mike lewis wrote:
> > So it's a combination of xine, and a childapp reaper which is perhaps
> > a little too eager.
> >
> As I can reproduce this *every* time I quite x
I've seen the same problem. What (I think) is happening is that Xine
stops responding, so the childapp autokills the process. Unlike
mplayer, xine doesn't release the screen when killed (because it uses
the framebuffer, rather than mga_vid on my system)
So it's a combination of xine, and a childap
No objection from me; I always had iTunes in mind when I was looking
into the music db.
Aubin
On Mon, Oct 25, 2004 at 01:46:26AM -0700, m voncken wrote:
> Hi,
>
> I'm new here.
>
> I would like it if bitrate,comment and genre were
> added to the music table in the sqlite database.
>
> Would yo
Is it worth mentioning that AC3 files work with recent versions of
mplayer now? It was detecting them as VOB and spewing errors.
On Wed, Oct 20, 2004 at 06:37:06PM +, Dirk Meyer wrote:
> Update of /cvsroot/freevo/freevo
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6577
>
> Modified
uld call start at one and call the functions beneath it so
instead of keeping a bunch of upgrade queries, you just run the alters
for each version.
You probably thought of this, but here it is ;)
On Mon, Oct 18, 2004 at 04:43:57PM -0400, Aubin Paul wrote:
> On Mon, Oct 18, 2004 at 09:18:03PM +0
On Mon, Oct 18, 2004 at 09:18:03PM +0200, Dirk Meyer wrote:
> > -You must load the schema into the database before using it, sqlite
> > /path/to/freevo/cache/epgdb < lib/pyepg/epg_schema.sql. I would like
> > to have this automaticly done, and also a way to auto upgrade the
> > schema between revi
---
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 2
---
And then make sure COPYING is in the source directory.
On Thu, Oct 07, 2004 at 09:43:40PM +0200, Dirk Meyer wrote:
> Can someone think of a short line lik
While I haven't had time to work on the current CVS version, I figured
I'd do my part to make it easier for people to jump in...
I've added packages to the Debian apt source for:
libepeg0-dev
libepeg0
libimlib2-dev
libimlib2
(Note, even though imlib2 is available in Debian proper, it is still
at
he source code how to activate the plugin.
> I do that from /etc/freevo/local_conf.py and would like to put the
> configurations for the 'before' and 'after' commands there also.
>
> Zeratul
>
> On Fri, 17 Sep 2004 11:42:46 -0400, Aubin Paul <[EMAIL PROTECTED]>
That's exactly why I wrote the autocolor plugin that way; in my
opinion, having the main interface "quiet" color-wise makes it less
intrusive since it's kind of something you just have on, while when
you're focusing on the TV (watching a movie,recording, etc.) you want
more brightness.
I think it
So I should remove it from the mmpython and leave it in Freevo (since
audioitem.py does convert it into an int to do the sort properly. )
Aubin
On Wed, Sep 15, 2004 at 11:13:17PM +0200, Dirk Meyer wrote:
> Aubin Paul wrote:
> >> > For sorting, we can add a zero - and we do i
On Tue, Sep 14, 2004 at 05:00:48PM +0200, Dirk Meyer wrote:
> First of all, I guess 1-8 is a bug, 1-9 sounds better to me. Second: I
> don't see any 0 adding in the ocde, but IIRC that's what it should
> do.
I fixed it in CVS; but actually, I sent you my copy rather than the
other one which does
What is the purpose of this (from mediainfo.py)
def correct_data(self):
"""
correct trackof to be two digest
"""
if self['trackof']:
try:
if int(self['trackno']) < 9:
self['trackno'] = '%s' % int(self['trackno'])
I use a Mac myself, so I can probably provide some assistance with
questions, but I can't commit much time to actually working on the
port.
On Wed, Aug 25, 2004 at 02:33:16PM +0200, Jonas Barrestam wrote:
> I started to port Freevo to OS X when I found old postings to the list
> talking about it.
I believe that mediawiki (the engine used by wikipedia) has registered
user/admin/approval, etc. so it might be an idea to switch to that.
I'm fairly sure sourceforge supports PHP and MySQL.
If no one can do it, I could look into doing it this weekend.
On Mon, Aug 16, 2004 at 02:45:17PM +0200, D
On Wed, Aug 11, 2004 at 01:44:00PM -0700, Dan Sully wrote:
> I've not delved deep enough into the package system to know that I could. :)
apt-get install equivs
and then check out the documentation. It allows you to build an
"empty" package and you can make it provide, depend or recommend
anythin
On Wed, Aug 11, 2004 at 12:06:35PM -0700, Dan Sully wrote:
> On that note - I'd like to create an offical Debian freevo package that
> doesn't include XMLTV, and all of it's related dependencies. Ok if I just
> send a patch from contrib/debian?
Have you thought about just making a virtual package
I agree... it's in CVS now . Whenever we make the 1.5.1
release it should appear in circulation.
Thanks again...
On Tue, Aug 10, 2004 at 10:25:23AM -0400, Jason Tackaberry wrote:
> Performance work is often advertised in release notes as a feature, but
> in this case it's definitely a bug fix. :)
It's just a tough one... is it a bugfix or a feature? :) I think it's
a bugfix because it's a usability issue. I think so... anyone object?
On Tue, Aug 10, 2004 at 03:47:37PM +0200, Dirk Meyer wrote:
> Aubin Paul wrote:
> > Hi,
> >
> > I'm applying thi
I think there will need to be a 1.5.1 bugfix release since we've made
a bunch of small fixes since the release, and I wasted a lot of time
backporting if there isn't going to be one ;)
On Tue, Aug 10, 2004 at 09:29:00AM +0300, Matthieu Weber wrote:
> On Mon 09.08.2004 at 04:44:33PM +0200, Dirk Mey
Hi,
I'm applying this patch to the HEAD branch, but I've also added it to
my personal installation and the results are impressive. I'm going to
applying this patch to 1.5.x versions of the Debian package going
forward.
I can't add it to the 1.5 branch unless Dischi approves though...
Very nice w
:
> Aubin Paul wrote:
> > Are we planning on doing an interim 1.5.1 release soon?
>
> Yes. But I spent most of my time for breaking cvs head. There are some
> reported bugs in the lists. Maybe I have some free time this weekend
> to look at it. I won't have internet acce
Are we planning on doing an interim 1.5.1 release soon?
On Thu, Aug 05, 2004 at 07:47:46PM +0200, Dirk Meyer wrote:
> Hi,
>
> it's done. Everything I wanted to break is broken now :-)
> I checked in the current status I have because I won't be able to do
> anything until Monday. Feel free to fix
Hi Nicolas,
I've added the fix to both the unstable and stable CVS tree so it
should appear in the 1.5.1 release.
thanks,
Aubin
On Wed, Aug 04, 2004 at 10:22:46PM +0200, Nicolas Michaux wrote:
> Hello,
>
> I don't know if somebody else has already reported this bug, but cdbackup
> fails to en
mplayer can convert any format to wave:
mplayer -ao pcm -waveheader -vc dummy -vo null
will convert any supported file to a wav file.
On Sun, Aug 01, 2004 at 10:58:00PM +0100, [EMAIL PROTECTED] wrote:
>Hi there,
>As i was developing the Burn CD plugin i though that would be nice to have
On Sun, Jul 25, 2004 at 03:26:43PM -0400, Aleksey Sudakov wrote:
> I guess, my knowledge of apt is very limited. Is there a way to make apt
> install freevo without it asking for interactive console? Am I missing
> something trivial here?
Try:
dpkg-reconfigure debconf
and select "Noninteractive"
I remember seeing this problem and I fixed it, but I don't recall if I
committed the change. Darn. It's not an Xbox-exclusive problem because
I saw a similar problem on my PC-based machine.
I'll try and borrow a DVD with some data on it from a friend of mine
so I can try it again.'
On Sun, Jul 25
On Wed, Jul 21, 2004 at 02:32:35PM -0300, Rob Shortt wrote:
> Some files tagged with REL-1_5_0 aren't on the branch point unless
> Dischi moved the tag, since the branch was made after the 1.5.0 release.
> If you were to have changed a file on the REL-1_5_0 tag that was
> changed since the rele
That's pretty much what I had did, except for one (important) thing. I
checked out REL-1_5_0, not the branch since it wasn't listed in the
sourceforge CVS browser... it's all working now.
Thanks,
On Wed, Jul 21, 2004 at 01:50:04PM -0300, Rob Shortt wrote:
> Aubin Paul wrote:
&g
Ok, could someone explain to me /how/ to put it into the stable
branch? I checked out a copy of REL-1_5_0 but when I try to commit, it
complains about sticky tags and refuses it.
On Wed, Jul 21, 2004 at 04:14:45PM +, Aubin Paul wrote:
> Update of /cvsroot/freevo/freevo/src/audio
&
On Mon, Jul 19, 2004 at 07:10:51PM +0200, Robert Rozman wrote:
> - like to display some messages from PBX and Home automation system on
> screen when watching videos/DVDs with Mplayer...
This can be done with 1.5-era versions.
---
This SF
I agree. I think MySQL provides negligible benefits for most people,
though it's network aware so that's nice for the minority of people
who use it.
For most uses, sqlite is completely transparent so people won't even
know it's being used.
Aubin
On Sat, Jul 17, 2004 at 10:01:31AM -0700, Dan Su
What about recording internet radio too? That would be terrific...
On Sat, Jul 17, 2004 at 03:59:28AM +, Rob Shortt wrote:
> Update of /cvsroot/freevo/freevo/WIP/RobShortt
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31160/WIP/RobShortt
>
> Modified Files:
> IDEAS
> Log Mess
The database I've been working with for some stuff is sqlite. It
requires no setup, and doesn't do anything more than create a single
file. It's more akin to using a Berkeley DB than MySQL.
The weird thing though, is that for most things, it is more "complete"
as an SQL language than Mysql.
On
To this, I would add 'TV Collision Detection' which sounds easier than
it is. Basically, we need an efficient algorithm for detecting
conflicts. The most intuitive method of just checking each show
against every other is very intensive, and probably not the way to go.
I can't think of anything off
Every time? That's a little odd. I've had it happen maybe once out of
ten or more times. What version of mplayer are you using? Can you try
running with a higher debug level to see what's going on?
(change DEBUG = 0 to DEBUG = 1 or DEBUG =2 in config.py)
On Sat, Jul 10, 2004 at 08:40:03AM +0200,
I've had this happen once in awhile. I think it's failing to parse the
output from mplayer, but I'm not sure. The message you're seeing is
from the /previous/ copy that was locked up.
Aubin
On Sat, Jul 10, 2004 at 01:20:06AM +0200, Thomas Zangl - Mobil wrote:
>
> Hi!
>
> I just updated my fr
hing changed in the
> way recordings are stored isnt really comfortable...
>
> (of course changes dont happen every day when using releases instead
> of cvs, but anyway :)
>
> Flo
>
> On Thu, 8 Jul 2004 13:10:06 -0400, Aubin Paul <[EMAIL PROTECTED]> wrote:
> > Yes, but
Great! That means the only known issue left in my mind is the
upgrading of scheduled recordings.
On Fri, Jul 09, 2004 at 04:35:11PM +0200, Dirk Meyer wrote:
> Aubin Paul wrote:
> > This is there:
> >
> > if not rc.app:
> > return
> >
>
This is there:
if not rc.app:
return
which is there now. Isn't that the inverse of how it should be though?
Aubin
On Fri, Jul 09, 2004 at 03:44:07PM +0200, Dirk Meyer wrote:
> Aubin Paul wrote:
> > shouldn't it be a problem in the ProgressBar. I don'
shouldn't it be a problem in the ProgressBar. I don't recall any
rc.app checks in mediainfo.
On Fri, Jul 09, 2004 at 09:36:20AM +0200, Dirk Meyer wrote:
> Aubin Paul wrote:
> > I'm not sure how we want to approach this, but try:
> >
> > Run 'freevo cache&
I agree. When working from CVS, it's expected that things are
potentially flaky and to some extent, you're on your own, but between
releases, there should be some seamless upgrading, or at least
warnings rather than explosions ;)
On Thu, Jul 08, 2004 at 05:08:57PM -0300, Rob Shortt wrote:
>
> I g
Yes, but the sub_title isn't.
On Thu, Jul 08, 2004 at 06:22:57PM +0200, Florian Demmer wrote:
> hm arent the favorites also stored in that record_schedule.xml ?
>
> On Wed, 7 Jul 2004 13:00:58 -0400, Aubin Paul <[EMAIL PROTECTED]> wrote:
> > The simplest way to fi
I'm not sure how we want to approach this, but try:
Run 'freevo cache' while you're in the music player, either paused or playing.
The box pops up, no progress is ever shown and the Freevono longer responds.
I have to restart Freevo to this problem.
Removing the box show/tick/destroy in util/med
The simplest way to fix it is to regenerate your schedule file, I
guess it should have been clearer, and I was bitten by this same
problem, but if you remove your schedule, re-run schedulefavorites,
etc. they should work.
On Wed, Jul 07, 2004 at 04:56:01PM +0200, Florian Demmer wrote:
> hi
>
> ju
Sorry, I'm missing something; are you suggesting that we remove that
ValueError bit? I tested the m4a support with a very limited number of
files since I usually prefer high bitrate mp3s, but if you're finding
=> 1000 tag lengths, then we can do it.
Aubin
On Tue, Jul 06, 2004 at 09:56:52PM -040
Exactly... it might "seem" like a track number, but it's probably not.
The main thing is that the ambiguity of the current approach actually
makes things work badly for people will clean tags.
On Tue, Jul 06, 2004 at 07:46:59PM +0200, Hans Meine wrote:
> On Tuesday 06 July 2004 19:04, Dirk Meyer w
On Tue, Jul 06, 2004 at 07:04:56PM +0200, Dirk Meyer wrote:
> I know. But I noticed that some tools add the number of tracks into
> TCON, most of the time in braces, like '(13)'. So wanted to fix this.
Are you sure about that? Putting it in braces is a definite sign that
it's a genre. Any tool th
I notice that eyed3info.py is extracting the total number of tracks
from the TCON field, however, that field is for "Content Type" or
"Genre" information.
This causes a problem because genre is a number, but odds are, it has
nothing to do with the number of tracks. For the specification v2.3
requ
I tried it, recording worked fine, but I'm still getting the corrupt
and > 1m snapshot file that Freevo cannot load. The thumbnailing is
happening, but it's breaking somewhere in the pickle.
On Mon, Jul 05, 2004 at 11:14:05PM +0200, Dirk Meyer wrote:
> Aubin Paul wrote:
> >
Hi Alan,
I've added the patch to WIP/Aubin in the CVS tree. I'll be merging
post 1.5. I'll take a look more closely at the patch as soon as I get
past some personal issues.
Sorry I didn't see this earlier, spamassassin wasn't too happy with
the attached diff and dumped it into my spam folder.
I
Hmm... I have it set to SID/GID = 0, as per the defaults. If I change
it to a user account, wouldn't that prevent recording from running as
root (and therefore require a lot of chown's)
Aubin
On Mon, Jul 05, 2004 at 01:19:57PM +0200, Dirk Meyer wrote:
> Very strange. My problem is gone since HOME
On Wed, Jun 30, 2004 at 07:14:45AM -0300, Rob Shortt wrote:
> What does the traceback say there again? Maybe you could jam all sorts
> of debug statements in the snapshot and popen methods to narrow it down.
The gist of it is this:
[Errno 4] Interrupted system call
Is it possible that something
that and that is the reason for the
problem? i.e. no environment being set, etc.
On Mon, Jun 28, 2004 at 04:11:26PM +0200, Dirk Meyer wrote:
> Aubin Paul wrote:
> > Ok, it's no longer crashing in the recordserver, but now I'm getting
> > an image file in the overlay direc
The rc4 debian packages for mmpython and freevo are uploaded to the
Apt source now.
On Tue, Jun 29, 2004 at 09:08:23PM +0200, Dirk Meyer wrote:
> Hi,
>
> first an announcement to this list only, the official freevo-users and
> web announcement tomorrow.
>
> I jusr released a new rc of freevo a
You need to upgrade to the latest version of mmpython (from CVS) as
well.
On Tue, Jun 29, 2004 at 01:38:36AM -0500, Trebs wrote:
> As asked by the onscreen prompt I am reporting a "bug"..
>
> Traceback (most recent call last):
> File "/usr/local/freevo/src/main.py", line 328, in eventhandler
>
On Sun, Jun 27, 2004 at 07:02:26PM +0200, Robert kortenoeven wrote:
> Music navigation structure and DAAP
> In the Music section, would it be possible to create a navigation
> structure based entirely on the ID3 information
> of the music tracks? It now uses a navigation that's based on the
> f
Ok, it's no longer crashing in the recordserver, but now I'm getting
an image file in the overlay directory. What is strange is that while
'file' identifies it correctly as a PNG file (and I can load it using
normal image programs on my desktop) Freevo claims that:
--- snip ---
Unknown Problem wh
I've got the patch in my WIP, I wasn't planning on merging it till
after the release.
On Fri, Jun 25, 2004 at 09:54:56AM +0200, Dirk Meyer wrote:
> Aubin Paul wrote:
> > Hi Alan,
> >
> > I'd be happy to add this to CVS, but I can't do it until I can make
, 2004 at 09:57:36AM -0300, Rob Shortt wrote:
> Aubin Paul wrote:
> >Well, I always do a cache rebuild when I do an upgrade so it wasn't
> >that, but the programs weren't rescheduled so that might be the
> >problem. They're all "favorites" so I could probabl
On Wed, Jun 23, 2004 at 07:36:24PM -0300, Rob Shortt wrote:
> Hmm. I was using 1.2.0 before, I've just upgraded 10 1.3.0, using
> Debian Sid. I just ran another test and it ran snapshot() just fine, so
> God only knows what's going on. Are you running freevo with debug (I
> am)? Anyhow, I'll
004 at 08:43:32PM -0300, Rob Shortt wrote:
> Aubin Paul wrote:
> >More crashe fixes for assumed variables that don't exist.
>
> After a closer look the crashes you are seeing shouldn't happen if you
> got a current src/tv/epg_types.py and it reloaded your guide pro
On Wed, Jun 23, 2004 at 11:17:57PM +0200, Dirk Meyer wrote:
> I'm using 1.2.0 and it works fine.
> I put it back in the recordserver with a try except. In the ivtv
> plugin is it useless (but still in there) because I need it for
> generic_record.
Right... what I meant is that it crashes while ma
Not particularly... about 180k.
On Wed, Jun 23, 2004 at 08:23:48PM -0300, Rob Shortt wrote:
> >Aubin Paul wrote:
> >> File "/usr/lib/python2.3/site-packages/freevo/util/popen3.py", line
> >>185, in stdout
> >>data = child.fromchild.readline()
>
? I'm using 1.3.0 and
that's where the problem is originating.
Sorry I wasn't trying to sound annoyed, it's just that every time I do an
update, five things that were working are now broken and I have to go through
and fix them again. This seemed like one of those.
Aubin
On Wed,
I can't seem to figure out why, but the "advanced" trackno support
isn't working. In any directory with 10 or more songs, they're showing
up like this:
1
2
3
4
5
6
7
8
10
11
9
Each time. Different albums. I even tried changing the advanced sort to use 'int' for
the track numbers and it's still ha
I think anonymous CVS takes about six hours to sync up, so it's
probably available noww.
On Tue, Jun 22, 2004 at 11:36:36AM -0500, Michael Osten wrote:
>
> On Jun 22, 2004, at 11:16 AM, Aubin Paul wrote:
>
> >No, but Spamassassin identified the first email as spam so I didn
No, but Spamassassin identified the first email as spam so I didn't
see it until I checked my spam folder, it might have happened on your
end...
I've added the patch to CVS in freevo/WIP/Aubin so you can get it from
there.
On Tue, Jun 22, 2004 at 08:43:58AM -0500, Michael Osten wrote:
>
> Did th
On Mon, Jun 21, 2004 at 08:51:03PM -0400, Aleksey Sudakov wrote:
> Over the weekend I?ve created my first freevo live CD using ibuild and
> morphix. I was hoping to post the link to .iso, but I?ve got rejected when I
> applied for ?freevolivecd? project on sourceforge. Anyhow, while building
> the
uld be great if it could be
> controlled from freevo, but I understand that the dependency would be too
> much.
>
> Loose Coupling!
>
> Nicholas
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Aubin Paul
> Sent: 22
I can help you with the OSD stuff, I can help with code next week, but
I can at least provide some information sooner. I would ask that
mldonkey is not a requirement, especially since BitTorrent can be
added natively via the BitTorrent Python library, though I have no
problems with mldonkey support
Sorry, I should have looked closer. I've merged the code into my copy,
but it's going to be difficult to test much until there is something
on the OSD side. The web interface is working though
Strangely enough, Slashdot just posted an article
about something like this, and it would be nice to:
1.
Hi Alan,
I'd be happy to add this to CVS, but I can't do it until I can make
sure it works properly... do you know of any feeds I can use to try it
out?
Aubin
On Thu, Jun 17, 2004 at 12:29:16AM -0400, alan wrote:
> Hi,
>
> Here's a patch for a daemon plugin that handles downloading files from
Hi Brian,
I've merged your patch into CVS. I think I've seen this type of
behaviour before, especially if you leave the recordserver running for
weeks at a time.
It looks like it's safe to use even if your system doesn't suffer from
this type of drift.
Thanks,
Aubin
On Wed, Jun 16, 2004 at 11
t applied
> to the first recording?
>
> Richard.
>
> Aubin Paul wrote:
>
> >That has been supported for some time. In your local_conf, you can
> >add:
> >
> >TV_RECORD_PADDING = 1 * 60
> >
> >to add padding to recordings... change the '1
That has been supported for some time. In your local_conf, you can
add:
TV_RECORD_PADDING = 1 * 60
to add padding to recordings... change the '1' to whatever padding you
want.
However, in older (1.4 era) versions, there was a problem with
consecutive recordings (i.e. one at 9:00-10:00 and one at
There are a lot of hacks in place for Pre-2.3; Boolean values, etc.
are not in prior releases, so we'd probably be able to cut down on a
lot of extra hacks if we standardized.
Aubin
On Fri, May 28, 2004 at 01:43:41PM +, [EMAIL PROTECTED] wrote:
> I think it is a reasonable thing. Most distros
I think I already committed that new version of eyeD3... I didn't even
notice the 2.3 requirement... I think that 2.3 is a reasonable
requirement at this point, but that's because most distros have it
now.
Aubin
On Fri, May 28, 2004 at 12:28:34PM +0200, Dirk Meyer wrote:
> Hi,
>
> I just saw a
Hi,
I applied the patch and tested it a couple times today and it seems to
be working great. I've committed it, as well as a patch to move the
snapshotting to the end of the routine, this solves the problem I was
having.
On Wed, May 26, 2004 at 10:27:35PM +0200, Robert Winder wrote:
>
> Wednesda
Sounds good... at the very least, we could add a preview window this
way.
On Thu, May 27, 2004 at 01:56:48AM +0400, "Dmitry Borisov" wrote:
>
> >
> > Is it possible to do direct writes to video devices? If not, I imagine
> > video display would be very slow... I'm going to take a closer look
>
On Thu, May 27, 2004 at 01:02:42PM +0200, Hans Meine wrote:
> Exactly what do you mean with "recording a show like that"? This menu simply
> does not exist in my Freevo (CVS version) AFAICS. What exactly do I have to
> do? (Having the cursor on a show, pressing ENTER does nothing IIRC, SELECT
Is it possible to do direct writes to video devices? If not, I imagine
video display would be very slow... I'm going to take a closer look
after I get back from class, but I think I'll evaluate the possibility
of doing an audio plugin first. At the very least, it might give us
the ability to do som
On Wed, May 26, 2004 at 01:36:20PM -0300, Rob Shortt wrote:
> It does. Or at least it did, and nothing has changed afaik. Does
> whichever recording plugin's Stop() function work for you? I can't test
> it until I do some more work fixing my freevo setup.
Maybe it's because of the snapshot be
On Tue, May 25, 2004 at 09:10:49PM -0300, Rob Shortt wrote:
> Maybe your system time and provider's time aren't in sync? Who is your
> provider, a cable company or expressvu? Can you confirm the start time
> resolution for your listings (down to the minute or half-minute?)?
Well, what I'm seei
On Wed, May 26, 2004 at 06:21:06PM +0200, Hans Meine wrote:
> BTW: I find it sad that it's impossible to schedule programs that are about to
> begin very soon (< 5 Minutes) or have already begun. Optimally, I could press
> ENTER instead of SELECT from the guide (similar to the music stuff), and I
It might be nice to develop an integrated audio plugin as a jumping
off point. That way we could avoid messing with the Freevo internals
but see what kind of functionality we'd get with this.
On the video front though, is it possible to use mga_vid or vidix or
is it pure DFB only?
Aubin
On Wed,
I tried using the padding, but I found problems with the second show
in a consecutive sequence of recordings would fail. i.e. one show from
8-9 and one from 9-10 and then 9-10 would often fail to record because
the device was already open
There is padding right now though:
TV_RECORD_PADDING =
You should use '&' instead...
Aubin
On Wed, May 26, 2004 at 01:53:07PM +0200, [EMAIL PROTECTED] wrote:
>
> it seems freevo doesn't like '&' in fxd files.
> examples:
> in radio.fxd can't contain '&'
> in movie.fxd can't contain '&'
>
> it seems there's issues with accents as well. But I haven
On Tue, May 25, 2004 at 04:18:32PM -0300, Rob Shortt wrote:
> If recordserver starts at 12:00:59 then it will set the timer loop up at
> 12:01:00. When recordserver starts it figures out the "top of the
> minute" and resets the loop to that (the difference is reported in the
> logs, might need
Has anyone noticed the lack of granularity in the recordserver plugin?
Depending on when it starts, you could miss up to an entire minute of
what you are recording. For example, if the recordserver starts at
12:00:59, then all recordings will begin at the scheduled time, at 59
seconds, which is re
On Fri, May 21, 2004 at 05:06:13PM +0800, Mick wrote:
> I have noticed that *something* is resetting the brightness/contrast
> values of my g400 everytime freevo restarts (ie no re-boot involved).
When Freevo starts, it reinitializes the framebuffer, so you're seeing
the defaults.
> I'm wonderin
jan
>
> -Urspr?ngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Im Auftrag von Aubin Paul
> Gesendet: Samstag, 15. Mai 2004 17:53
> An: [EMAIL PROTECTED]
> Betreff: Re: [Freevo-devel] Crash when doing Coversearch
>
> Are you using a dif
error is
> still the same!
>
> /jan
>
> -Urspr?ngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Im Auftrag von Aubin Paul
> Gesendet: Samstag, 15. Mai 2004 15:40
> An: [EMAIL PROTECTED]
> Betreff: Re: [Freevo-devel] Crash when doing Cover
Are you using a recent CVS version because Amazon changed it's search
url. The CVS version accomodates these changes, but previous versions
would get a 404.
On Sat, May 15, 2004 at 03:06:40PM +0200, Jan Grewe wrote:
> I can search and download covers from Amazon, but every now and then it just
> c
You're correct; I noticed that it'll only allow you to switch between
player 1 and player 'N' and not those in between, but since we haven't
planned to add more players, I think it's a good solution for now.
Aubin
On Thu, May 13, 2004 at 04:31:45PM +0200, Dirk M
> Thanks.
>
>
> El Jueves, 13 de Mayo de 2004 04:53, Aubin Paul escribi?:
> > Try deleting the file 'skin-??' (The ?? would be your uid) It'll be
> > in:
> > /home/ktech/.freevo/vfs/var/cache/freevo/
> >
> > That should reset Freevo to use t
1 - 100 of 936 matches
Mail list logo