Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv504
Modified Files:
ChangeLog
Log Message:
Updated stuff and reworded some things to reflect recent changes.
Index: ChangeLog
===
RCS file: /cvsroot/fre
To allowing ripping while still being able to do other
things, i actually used a threaded class for the
ripping.
i.e. class mm_thread(threading.Thread):
Before this, freevo was hanging until the rip
finished, now it simply starts the ripping process and
I'm free to navigate around in freevo and
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv3185
Modified Files:
runapp.c
Log Message:
Now we don't use and preloads if the app in question is statically linked.
Index: runapp.c
===
RCS file: /cvs
On Sat, 7 Jun 2003, [iso-8859-1] Thomas Schüppel wrote:
>
> BTW, what is mm standing for?
>
> mm stands for Media Metadata.
>
(This is an English grammar nitpick)
Hmm. IMHO, I'm wondering if the project/code would be more accurately
named as python-media-metadata (pymm?) since it's no
A database may be an option, since we use Twisted now for the web
stuff and it supports Pgsql nicely.
On Mon, Jun 09, 2003 at 03:32:18PM -0500, Brian Lalor wrote:
> Rich C wrote:
>
> >I am currently using the CD title to create a
> >directory in the specified audio directory
> >(CONFIG_AUDIO_DIR)
Update of /cvsroot/freevo/freevo/WIP/Thomas
In directory sc8-pr-cvs1:/tmp/cvs-serv30470
Removed Files:
Makefile
Log Message:
--- Makefile DELETED ---
---
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thre
Update of /cvsroot/freevo/freevo/WIP/Thomas/v4l2
In directory sc8-pr-cvs1:/tmp/cvs-serv30035
Added Files:
freq.py v4l2.py
Log Message:
pure python v4l2 control interface
--- NEW FILE: freq.py ---
# Video Channel Frequencies
# by Thomas Schueppel
# [EMAIL PROTECTED]
NTSC_BCAST = [
Update of /cvsroot/freevo/freevo/WIP/Thomas/v4l2
In directory sc8-pr-cvs1:/tmp/cvs-serv29052/v4l2
Log Message:
Directory /cvsroot/freevo/freevo/WIP/Thomas/v4l2 added to the repository
---
This SF.net email is sponsored by: Etnus, makers of
Update of /cvsroot/freevo/freevo/WIP/Thomas/pyshift
In directory sc8-pr-cvs1:/tmp/cvs-serv28281
Added Files:
pyshift.c pyshift_test.py setup.py ts.h tserrors.h
Log Message:
New Timeshifting. Use mplayer_timeshift2.patch for mplayer.
--- NEW FILE: pyshift.c ---
#include
#include
#inclu
Update of /cvsroot/freevo/freevo/WIP/Thomas/pyshift
In directory sc8-pr-cvs1:/tmp/cvs-serv27896/pyshift
Log Message:
Directory /cvsroot/freevo/freevo/WIP/Thomas/pyshift added to the repository
---
This SF.net email is sponsored by: Etnus, m
Update of /cvsroot/freevo/freevo/WIP/Thomas/mplayer-patches
In directory sc8-pr-cvs1:/tmp/cvs-serv27452
Added Files:
mplayer_timeshift2.patch
Log Message:
new mplayer patch. Should better handle seeking. Also detects if the
given buffer really is a timeshift_buffer. This is incompatible t
Update of /cvsroot/freevo/freevo/WIP/Thomas
In directory sc8-pr-cvs1:/tmp/cvs-serv27043
Removed Files:
freq.py frequencies.c frequencies.h pyshift.c timeshifter.c
ts.h tserrors.h v4l2.py
Log Message:
deprecated stuff removed.
--- freq.py DELETED ---
--- frequencies.c DELETED -
Update of /cvsroot/freevo/freevo/WIP/Thomas
In directory sc8-pr-cvs1:/tmp/cvs-serv20875
Removed Files:
timeshift.c
Log Message:
removed. It will be replaced by a complete patch
--- timeshift.c DELETED ---
---
This SF.net email is s
Sorry for the late,
I'll try to fix it tomorrow (06/10)
Gustavo
--- Dirk Meyer <[EMAIL PROTECTED]> escreveu: > Hi Gustavo,
>
> I just saw the drawstringframed bug again where you draw outside the
> width. Take a look at http://www.tzi.de/~dmeyer/freevo/osdbug.png
>
> 1. First item ('T..') is
Rich C wrote:
I am currently using the CD title to create a
directory in the specified audio directory
(CONFIG_AUDIO_DIR). Any suggestions on how to
structure the audio directories? I can also make a
subdirectory using the 'Category' of music and or use
the Artists/Groups name if CDDB returns th
Update of /cvsroot/freevo/freevo/src/audio/eyeD3
In directory sc8-pr-cvs1:/tmp/cvs-serv13987
Modified Files:
__init__.py
Log Message:
Reverting Dischi's change...
Index: __init__.py
===
RCS file: /cvsroot/freevo/freevo/src/
Update of /cvsroot/freevo/freevo/src/audio
In directory sc8-pr-cvs1:/tmp/cvs-serv13316
Modified Files:
audioitem.py
Log Message:
Rename eyed3 to eyeD3
Index: audioitem.py
===
RCS file: /cvsroot/freevo/freevo/src/audio/audio
I figured out what happened; it's surprisingly dumb, but our directory
is called "eyed3" while the source looks for "eyeD3" I wish you could
rename in cvs...
I didn't catch it because I have a copy in site-packages...
Aubin
On Mon, Jun 09, 2003 at 07:10:35PM +0200, Dirk Meyer wrote:
> Aubin Pau
Update of /cvsroot/freevo/freevo/src/audio/eyeD3
In directory sc8-pr-cvs1:/tmp/cvs-serv10150
Added Files:
.cvsignore
Log Message:
Why can't you rename files in CVS? Argh.
Oh well, finished renaming the folder and bumping eyeD3 version.
--- NEW FILE: .cvsignore ---
*.pyc
---
Update of /cvsroot/freevo/freevo/src/audio/eyed3
In directory sc8-pr-cvs1:/tmp/cvs-serv9815/eyed3
Removed Files:
.cvsignore
Log Message:
...
--- .cvsignore DELETED ---
---
This SF.net email is sponsored by: Etnus, makers of TotalV
Update of /cvsroot/freevo/freevo/src/audio/eyed3
In directory sc8-pr-cvs1:/tmp/cvs-serv9033/eyed3
Removed Files:
ID3v2.py __init__.py binfuncs.py config.py frames.py mp3.py
utils.py
Log Message:
Renamed eyed3 to eyeD3 to match upstream naming conventions.
--- ID3v2.py DELETED
Update of /cvsroot/freevo/freevo/src/audio/eyeD3
In directory sc8-pr-cvs1:/tmp/cvs-serv9033/eyeD3
Added Files:
__init__.py binfuncs.py config.py frames.py mp3.py utils.py
Log Message:
Renamed eyed3 to eyeD3 to match upstream naming conventions.
--- NEW FILE: __init__.py ---
###
Update of /cvsroot/freevo/freevo/src/audio/eyeD3
In directory sc8-pr-cvs1:/tmp/cvs-serv8771/eyeD3
Log Message:
Directory /cvsroot/freevo/freevo/src/audio/eyeD3 added to the repository
---
This SF.net email is sponsored by: Etnus, makers of
Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv17460
Modified Files:
tvtime.py
Log Message:
Looks I did in fact break x11 output, but it was only for a few seconds,
so no one should be upset :) Mapped config of 'x11' to 'xv' and 'dfbmga'
to 'directfb
Aubin Paul wrote:
> That file is no longer in the upstream, it's been superceded by
> functions elsewhere. Just try it out without the ID3v2 file, it works
> fine.
It crashed :-(
That's why I readded the file again. But it's still not working. The
__init__.py wanted to include something that wasn
Well, it took less time than I thought; tvtime is now working inside
of Freevo with mga. Try it if you can; it's much better than mplayer
for TV.
On Mon, Jun 09, 2003 at 12:10:08PM -0400, Aubin Paul wrote:
> Hey everyone,
>
> Good news; tvtime 0.9.8.3 works perfectly with mga_vid, so it's a
> wor
Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv9288
Modified Files:
tvtime.py
Log Message:
Don't shut down the display if using mga since it breaks the framebuffer
config. Please retest with x11, I know mga works but I don't have an x11
system to use
Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv4054
Modified Files:
tvtime.py
Log Message:
A bugfix and support for mga output via Tvtime.
o self.app_mode was missing so remote support was broken
o Added -D to tvtime command-line so it can use mga i
Hey everyone,
Good news; tvtime 0.9.8.3 works perfectly with mga_vid, so it's a
workable option for people on G400 cards now. If you'd like to try it
(I haven't tried it inside Freevo yet, but since X11 support works, it
shouldn't be impossible) and you're running Debian, you can use my
apt source
I deliberately removed that file... hence CVS reported that :)
On Mon, Jun 09, 2003 at 03:01:21PM +0200, Dirk Meyer wrote:
> [EMAIL PROTECTED] wrote:
> > Update of /cvsroot/freevo/freevo/src/audio/eyed3
> > In directory sc8-pr-cvs1:/tmp/cvs-serv22342
> >
> > Modified Files:
> > __init__.py bin
That file is no longer in the upstream, it's been superceded by
functions elsewhere. Just try it out without the ID3v2 file, it works
fine.
Aubin
On Mon, Jun 09, 2003 at 05:59:52AM -0700, [EMAIL PROTECTED] wrote:
> Update of /cvsroot/freevo/freevo/src/audio/eyed3
> In directory sc8-pr-cvs1:/tmp/c
Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv0
Modified Files:
imdb.py
Log Message:
add support for DVD/VCD
Index: imdb.py
===
RCS file: /cvsroot/freevo/freevo/src/video/plugin
[EMAIL PROTECTED] wrote:
> Update of /cvsroot/freevo/freevo/src/audio/eyed3
> In directory sc8-pr-cvs1:/tmp/cvs-serv22342
>
> Modified Files:
> __init__.py binfuncs.py frames.py mp3.py utils.py
> Removed Files:
> ID3v2.py
> Log Message:
> Synced to latest eyeD3 release (0.5.0) which c
Update of /cvsroot/freevo/freevo/src/audio/eyed3
In directory sc8-pr-cvs1:/tmp/cvs-serv10185
Modified Files:
__init__.py
Added Files:
ID3v2.py
Log Message:
Readded ID3v2.py. Aubin, if you want to update the lib, you should
also add the new file :-)
Index: __init__.py
=
Hi,
I am trying to add my custom menus to the freevo interface ( like burn
cds or something ) to be able to call any program I want, I have read
the plugin documentation, but I am unable to add any item any where :(.
Note that I am new to Python :)
Thanks in advance
Carlos.
---
mick wrote:
> When playing a movie, then hitting the menu button, you are given a menu
> with options for the play-features, like de-interlace on sound channels
> etc, when then selecting play from this menu you are taken to the start
> of the movie... Is it possible to be taken back to the point
36 matches
Mail list logo