Aubin Paul wrote:
> On 27-Oct-03, at 3:15 PM, Dirk Meyer wrote:
>>
>> I just vialoted the code freeze
>>
>
> I'm guessing 1.4rc2 isn't scheduled any more?
It's still scheduled. I will send an update buglist / roadmap later.
Dischi
--
If the Earth is the size of a pea in New York, then the S
On Tue, 28 Oct 2003, Wan Tat Chee wrote:
> Hi Dischi,
>
> On Mon, 27 Oct 2003, Dirk Meyer wrote:
>
>
> > > o Release 1.4rc2 next sunday. We need
> > > - a new mmpython release (Thomas)
> > > - a new runtime (Rob)
Oh... I made a release but forgot to tell. Sorry still too busy
I've run into the same problem; it's not consistent, but about a third
of the time, there is a delay when quitting mplayer, and it ends up
having to kill it with a -9.
I tried to send a double quit, which worked for the most part, but if
the first quit went through, it would cause problems since t
"Jan Grewe" wrote:
> Seems like my previous mail with the skin attached didn't show up here, so i
> won't attach the file, but go to
>
> http://faked.org/crystal.tar.gz
>
> To download it ...
>
> i took the Noia skin and exchanged the icons (except weather/holidays) and
> changed some details, the
Krister Lagerstrom wrote:
> Aubin Paul wrote:
>> On Mon, Oct 27, 2003 at 06:39:38PM +0100, Dirk Meyer wrote:
>
> ...
>
>>>Sorry for the long mail, but it may help you to understand the stuff
>>>and find bugs in the future (not that there are bugs).
>>>
>>>
>>>Please test it!
>> Thanks for finding t
OK, small update
Closed tasks:
-
o a new mmpython release
o Check killing (-9/-15). What happens for helpers, what happens on a
crash (I just got lots of partly dead Freevos) . Maybe remember pid,
kill -15, wait until child is dead or timeout. If child is still
alive, kill it w
|
| > Just unzip into your /usr/share/freevo dir, but MAKE BACKUPS of the old
| > icons in 'status' and 'misc', those are using the same name as the old
| skin!
| > All other icons have their own name or are in a subdir.
|
| That's bad. I will fix the skin code that the icons in status can also
|
On Tue, Oct 28, 2003 at 03:35:00PM +0100, Dirk Meyer wrote:
> o a new mmpython release
A debian package is available from the apt source.
> o www tv guide is broken (at least for me)
> -- Gustavo
What is broken?
Aubin
---
This SF.
Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv8863
Modified Files:
mplayer.py
Log Message:
convert to new thread system
Index: mplayer.py
===
RCS file: /cvsroot/freevo/freevo/src/tv/pl
> Open:
> -
> o port tv/plugins/mplayer.py to new childapp.py or at least add 'quit'
> function
> -- noone assigned
ok i have checked this in. I based it on what i had to change to get
tvtime to work under the new system. let me know if i missed anything.
It seemed to work when te
Aubin Paul wrote:
> On Tue, Oct 28, 2003 at 03:35:00PM +0100, Dirk Meyer wrote:
>> o a new mmpython release
>
> A debian package is available from the apt source.
>
>> o www tv guide is broken (at least for me)
>> -- Gustavo
>
> What is broken?
http://www.tzi.de/~dmeyer/freevo/tv-bug
C
That's pretty weird. It hasn''t happened to me.
But if someone is working on the TV guide, my one request would be for
it not to snap back and follow the hour.
i.e.
If you're on a half-hour show and you press down to a one hour show,
and then press down again, you'll be on the earlier hour inst
Update of /cvsroot/freevo/freevo/src/skins/main
In directory sc8-pr-cvs1:/tmp/cvs-serv29142
Modified Files:
area.py
Log Message:
take icons from theme if available
Index: area.py
===
RCS file: /cvsroot/freevo/freevo/src/skin
> That's pretty weird. It hasn''t happened to me.
>
> But if someone is working on the TV guide, my one request would be for
> it not to snap back and follow the hour.
>
> i.e.
>
> If you're on a half-hour show and you press down to a one hour show, and
> then press down again, you'll be on the ear
Richard van Paasen wrote:
> Is it possible to keep a skin as a tarrball? This make trying and
> installing a skin easier. Only one file (myskin.tgz) has to be put
> in the directory skins/
No, pygame and Imaging can't access data inside a tarball. I guess we
need gnome-vfs (many deps) to use such
"Jan Grewe" wrote:
> Seems like my previous mail with the skin attached didn't show up here, so i
> won't attach the file, but go to
>
> http://faked.org/crystal.tar.gz
>
> To download it ...
You can get a new version at http://www.tzi.de/~dmeyer/freevo/themes
Install: python setup.py install
T
Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv32617
Modified Files:
osd.py
Log Message:
bugfix
Index: osd.py
===
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.101
retrieving
Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv348/audio/plugins
Modified Files:
coversearch.py
Removed Files:
amazon.py
Log Message:
move amazon.py to util
Index: coversearch.py
==
Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv348/util
Added Files:
amazon.py
Log Message:
move amazon.py to util
--- NEW FILE: amazon.py ---
"""Python wrapper
for Amazon web APIs
This module allows you to access Amazon's web APIs,
to do things like s
Next update:
Closed tasks:
-
o a new mmpython release
o Check killing (-9/-15). What happens for helpers, what happens on a
crash (I just got lots of partly dead Freevos) . Maybe remember pid,
kill -15, wait until child is dead or timeout. If child is still
alive, kill it with
I believe in Python 2.3, you can access python files in a zip file
though.
(From 2.3 Release Notes:)
---
Import from zipfiles - the name of a zipfile placed on sys.path (or in
$PYTHONPATH) causes import to look for modules and packages in the
zipfile. Other import hooks are also provided.
---
On
> I believe in Python 2.3, you can access python files in a zip file
> though.
Isn't the point of the single tarball install "ease of use" for the end user?
This could be accomplished by letting him put it somewhere ($HOME/.freevo
?), and then it is automagically untarred to /tmp, /var/cache/free
Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv14084
Modified Files:
linkbrowser.py
Log Message:
set type to linkbrowser
Index: linkbrowser.py
===
RCS file: /cvsroot/freevo/freevo/sr
Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv14023
Modified Files:
item.py
Log Message:
do not inherit watermark images
Index: item.py
===
RCS file: /cvsroot/freevo/freevo/src/item.py,v
retrievi
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv18914
Modified Files:
freevo
Log Message:
add install command
Index: freevo
===
RCS file: /cvsroot/freevo/freevo/freevo,v
retrieving revision 1.93
retrie
"Krister Lagerstrom" wrote:
>> I believe in Python 2.3, you can access python files in a zip file
>> though.
>
> Isn't the point of the single tarball install "ease of use" for the end user?
>
> This could be accomplished by letting him put it somewhere ($HOME/.freevo
> ?), and then it is automagic
> "Krister Lagerstrom" wrote:
>>> I believe in Python 2.3, you can access python files in a zip file
>>> though.
>>
>> Isn't the point of the single tarball install "ease of use" for the
>> end user?
>>
>> This could be accomplished by letting him put it somewhere
>> ($HOME/.freevo ?), and then it
Yeah, that online-skin-download thing is a cool idea (it should include a
screenshot)!
/jan
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Krister
Lagerstrom
Gesendet: Dienstag, 28. Oktober 2003 21:14
An: [EMAIL PROTECTED]
Betreff: Re: [Freevo-de
Update of /cvsroot/freevo/freevo/src/plugins/idlebar
In directory sc8-pr-cvs1:/tmp/cvs-serv31003
Modified Files:
system.py
Log Message:
fix a crash
Index: system.py
===
RCS file: /cvsroot/freevo/freevo/src/plugins/idlebar/sy
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv14157
Modified Files:
freevo
Log Message:
make install a helper to make it also work for non installed versions
Index: freevo
===
RCS file: /cvsroot/free
Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1:/tmp/cvs-serv14157/src/helpers
Added Files:
install.py
Log Message:
make install a helper to make it also work for non installed versions
--- NEW FILE: install.py ---
#!/usr/bin/env python
#if 0 /*
# --
[EMAIL PROTECTED] wrote:
> IdleBarPlugin.__init__(self)
>
> - import re
>
> self.hotstack = 0
> --- 242,245
> ***
> *** 261,264
> --- 263,267
>
> def getRamStat(self):
> + import re
>
>
Update of /cvsroot/freevo/freevo/src/plugins/idlebar
In directory sc8-pr-cvs1:/tmp/cvs-serv17657
Modified Files:
system.py
Log Message:
dischi says move to top. /me salutes and moves import statement
Index: system.py
===
RCS
On Tue, Oct 28, 2003 at 12:57:44PM -0600, Krister Lagerstrom wrote:
> > I believe in Python 2.3, you can access python files in a zip file
> > though.
>
> Isn't the point of the single tarball install "ease of use" for the end user?
The same thing can be accomplished with a zip file; but it's 2.3
On Tue, Oct 28, 2003 at 11:52:28AM -0600, Krister Lagerstrom wrote:
> I definitely agree with that. Also, when there is no valid XMLTV data it
> would be nice to keep the "No data" displayed in 30-minute chunks. This
> makes it easier to schedule a recording since you can set the start time
> by cl
> On Tue, Oct 28, 2003 at 12:57:44PM -0600, Krister Lagerstrom wrote:
>> > I believe in Python 2.3, you can access python files in a zip file
>> though.
>>
>> Isn't the point of the single tarball install "ease of use" for the
>> end user?
>
> The same thing can be accomplished with a zip file; but
Krister Lagerstrom wrote:
Isn't the point of the single tarball install "ease of use" for the end user?
Yes, that's why I brought it up, it is convenient for the end-user. A
side-effect is that it also forces skins to be independent of
each-other, exept for dependency on the "built-in" skin b
--- Dirk Meyer <[EMAIL PROTECTED]> escreveu:
> Gustavo Sverzut Barbieri wrote:
> > --- Dirk Meyer <[EMAIL PROTECTED]> escreveu:
> >> The plugin also needs to access the mplayer output data.
> >
> > Can't this be a plugin for a plugin? So it will not require a
> redesign
> > and give us more fle
Hello Dischi,
Please, could you post more Freevo screenshots (not web), the HTML
source and the TV.xml?
I think I know where the problem is, but just to be sure.
Probably the problem is related to round values, you have programs that
are 3 minutes in lenght!
Gustavo
--- Dirk Meyer <[EMAIL PRO
Hi,
I have made several improvements to bmovl2 since my last post, so I
thought I would share the most recent update. Here is a list of
changes:
* Image identifiers are arbitrary strings instead of integers.
* Images stored using linked list; there is no longer any limit to
t
--- Krister Lagerstrom <[EMAIL PROTECTED]> escreveu:
> > That's pretty weird. It hasn''t happened to me.
> >
> > But if someone is working on the TV guide, my one request would be
> for
> > it not to snap back and follow the hour.
> >
> > i.e.
> >
> > If you're on a half-hour show and you press d
--- Aubin Paul <[EMAIL PROTECTED]> escreveu:
> That's pretty weird. It hasn''t happened to me.
It seems to happen if you have micro programs ( < 5min )
> But if someone is working on the TV guide, my one request would be
> for
> it not to snap back and follow the hour.
>
> i.e.
>
> If you're
Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv13932
Modified Files:
base.py
Log Message:
Added confirmation of shutdown. Do we need an option to disable this?
Index: base.py
===
RCS file:
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv14205
Modified Files:
ChangeLog
Log Message:
Shutdown confirmation
Index: ChangeLog
===
RCS file: /cvsroot/freevo/freevo/ChangeLog,v
retrieving revision
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change
notification.
The following page has been changed by 24.207.211.37:
http://lorry.kmlager.com/freevowiki/FrontPage
The comment on the change is:
test, ignore
-
45 matches
Mail list logo