Krister Lagerstrom wrote:
> [EMAIL PROTECTED] wrote:
>> Update of /cvsroot/freevo/freevo
>> In directory sc8-pr-cvs1:/tmp/cvs-serv7654
>> Modified Files:
>> freevo_config.py Log Message:
>> Index: freevo_config.py
>> ===
>> RCS fi
Hi,
I just saw how ugly the variabled names in freevo_config.py are. It's
hard to see a pattern, it's not clear which variable belongs to what
part of Freevo.
So I suggest the follwing renaming (will break most local_conf.py, but
sorry):
Global Freevo variables should start with the location the
Hi,
now that 1.4 is out and the code freeze is gone, here some new stuff I
made (freevo moves from stable back to testing):
o Reworked the directory variables. There are now new variables to
control if a random playlist is inserted, the whole dir is a
playlist and if Freevo should display the
Gustavo Sverzut Barbieri wrote:
> --- Dirk Meyer <[EMAIL PROTECTED]> escreveu:
>> Hi,
>>
>> now that 1.4 is out and the code freeze is gone, here some new stuff
>> I made (freevo moves from stable back to testing):
>
> Good! Just when I'll have some t
Sorry for the late answer.
Aubin Paul wrote:
> I would like to add embedded image extraction to mmpython; the idea is
> pretty simple. Since id3v2 tags contain image data, we can write to
> the mmpython cache, and then use that for cover data.
I vote against it. If you look at the cache code, you
Aubin Paul wrote:
> On Mon, Nov 24, 2003 at 09:12:26PM +0100, Dirk Meyer wrote:
>> I vote against it. If you look at the cache code, you will see that I
>> took extra work to not cache the image thumbnails. The reason is
>> simple. I have a directory with images from one v
Hi,
I made some changes in the fxd stuff the last days and now I guess
it's finished and I should explain the api:
First of all there is a file util/fxdparser.py. It is a reader and
writer for fxd files. You create the object with a file and add
callbacks for reading and writing a node based on t
Dirk Meyer wrote:
> fxditem.py
>
>
>
>
> What's the container? Only an extra item for the items in it. If you
> put a some containers into a container and in this a list of audio
> tags, you get the same structure web radio has (without a plugin, you
> get it
"Chris Griffiths" wrote:
> Is it possible to use urls as a playlist?
>
> Radio1 streams realaudio, but the url for the actual audio changes, what
> remains constant is the playlist url
>http://www.bbc.co.uk/radio1/realaudio/media/r1live.ram
> which when used as a playlist to mplayer will retri
Ben Ford wrote:
> Well, here is good news. The games plugin already does this right,
> which would have been obvious if I'd thought about it for a minute.
> To verify this, I made a bogus "game" handler for html files like such:
>
> DIR_GAMES = [ ('Web Pages', '/var/media/commands',
>
Richard van Paasen wrote:
> done, see attachment
>
> Dirk Meyer wrote:
>
>>Richard van Paasen wrote:
>>
>>>another update with better documentation
>>>
>>>Richard van Paasen wrote:
>>>
>>>
>>>>And here
Torben Janssen wrote:
> Hi,
>
> when using multiple tags in one fxd file the
> imdb_info plugin shows the info's of all files within
> this fxd file.
> find attached a patch to eliminate this. I'm not sure
> if there is a better way as simply compare the filenames.
> There seems to be something li
Michael Ruelle wrote:
> Umm can we get SUFFIX_VIDEO_FILES back as a unique list of the combined
> mplayer and xine lists? I need it for library.rpy when we show the video
> files a user has.
For a small fix: can't you just add XINE and MPLAYER list?
Dischi
--
The students were staring at her i
Torben Janssen wrote:
> Hi,
> I am using freevo to browse some large directories. Since i'm
> using a RC i am sometimes not sure if freevo is busy or if
> the signal does not reach the receiver when i change directories.
> so i'd like to see a infobox when freevo is working.
> Maybe someone else li
[EMAIL PROTECTED] wrote:
> Update of /cvsroot/freevo/freevo/WIP/RobShortt
> In directory sc8-pr-cvs1:/tmp/cvs-serv1773/WIP/RobShortt
>
> Modified Files:
> TODO
> Log Message:
> I keep thinking of stuff!
What about:
- manual record in the menu and as fallback if not data is there
- resolve
Michael Ruelle wrote:
> sigh ok. umm we should probably grep other scripts to see who else still
> uses the old video suffixes variable and fix them.
Yes, we should think of a good way to merge these too. Right now, the
plugins itself merge there SUFFIXes to the old SUFFIX_VIDEO_FILES.
Maybe we
Richard van Paasen wrote:
> Damn, the xine.py plugins in audio and video add "--no-lirc" to the
> command line of xine without checking if xine is compiled with lirc
> support. Xine exits on it when it is not compiled with lirc support ...
>
> Had to modify the source code of freevo 1.4 to get it w
Peter Svensson wrote:
> The variable in question isn't set anywhere. Am I missing something?
Yes, you should run (or rerun) the variable renaming script.
Dischi
--
In the beginning, there was nothing, which exploded.
-Terry Pratchett
---
Th
Peter Svensson wrote:
> RE: Dirk's mail which I happened to delete by mistake :-)=
>
> I'm running ./freevo convert_config /etc/freevo/local_conf.py to convert my
> local_config.py to the new variable name format. Repeatedly.
This will only show you the diff, write the changes with the extra
para
Wan Tat Chee wrote:
> On Tue, 25 Nov 2003, Dirk Meyer wrote:
>
>> OK, I can now reproduce it. Rob, you won't like it.
>>
>> The libdvdread in the runtime detects a libdecss in the system
>> (good). But they are compiled on different systems and are _not_
>>
Hi,
I added a new type of plugin: MimetypePlugin. It handles the parsing
of a specific mimetype (e.g. VideoItem).
Goals:
o remove all the import video, audio, etc from different parts of
Freevo. It's not done, but it's much cleaner now. Before that
something imported video, it's init loads
"Aleksey Sudakov" wrote:
> Anyhow, where pygame.event.poll() is defined? Also, can Rob's code from
> xbox-media project be added into mainstream freevo? The changes to def
> _cb(self) shouldn't negatively impact anybody else.
It's not in cvs because I forgot it :-)
If the patch is still only grep
Aubin Paul wrote:
> I sent this before but it looks like no one saw it...
>
> ---
>
> Here's a random thought; what about having childapp maintain a buffer
> of the last ten lines of output from a program. If the program exists
> with a non-zero exit code, we can assume that something went wron
Torben Janssen wrote:
> Hi,
>
> I'm trying to write a little plug-in.
>
> For now I can enter the plug-in from the moviemenu.
> The plug-in gets the data and shows them as MenuItems
> as list. When I press ENTER it executes the given
> function and it shows a pop-up.
> That works perfectly.
> Now
"Chris Griffiths" wrote:
> I quite like the weather function on mythtv, where it will show you the
> current weather details, the forecast and the doppler map.
nice
> I've had some success with having the plugin write to the screen itself,
> but would like to make it skinable - but to do that I n
Aubin Paul wrote:
> We can't call a popup box or an notification from a plugin? We put up
> popups in the coversearch, etc.
Sure we can, ignore my posting, my misstake.
Dischi
--
When all else failed, she tried being reasonable.
-- (Terry Pratchett, Johnny and the Bomb)
-
Krister Lagerstrom wrote:
> [EMAIL PROTECTED] wrote:
>> Update of /cvsroot/freevo/freevo
>> In directory sc8-pr-cvs1:/tmp/cvs-serv5633
>> Modified Files:
>> freevo_config.py Log Message:
>> Added optional new blend settings (nr of steps and total time), must be enabled
>> explicitly in freevo
Torben Janssen wrote:
> On Wed, 2003-11-26 at 19:49, Dirk Meyer wrote:
>> Torben Janssen wrote:
>> > Hi,
>> >
>> > when using multiple tags in one fxd file the
>> > imdb_info plugin shows the info's of all files within
>> > this fxd file.
Michael Ruelle wrote:
> sigh ok. umm we should probably grep other scripts to see who else still
> uses the old video suffixes variable and fix them.
>
>
> On Wed, 2003-11-26 at 13:52, Dirk Meyer wrote:
>> Michael Ruelle wrote:
>> > Umm can we get SUFFIX_VIDEO_FILE
"Aleksey Sudakov" wrote:
> For my RadioNetscape plugin I want to change the way player screen looks. I
> want to add album cover image,
set self.image in the AudioItem and it should work
> "Add To My Favorites" button, etc. Is there an example of how to do
> that and what objects I should look a
Aubin Paul wrote:
> This may actually solve a problem I was thinking of... (maybe not :)
>
> I want to be able to browse music, or movies with the cover on the
> left side, and extended info on the right; in the case of music, I'd
> like to show "directory" information.
>
> i.e.
>
>
> [image]
"Aleksey Sudakov" wrote:
>>>"Aleksey Sudakov" wrote:
>>> For my RadioNetscape plugin I want to change the way player screen looks.
> I
>>> want to add album cover image,
>>
>> set self.image in the AudioItem and it should work
>
> What if I want to move image to a different corner, etc? So is it
>
Eirik Meland wrote:
> The problem is that I can't get it to read from stdin...
> When I try, the read is not blocking (as normaly), and I don't get any
> input at all...
>
> Why? How can I get around it?
Because the helper is started in the background. Remove the '&' in
line 279 of the freevo scri
Dirk Meyer wrote:
>> Essentially, I want to add Play/Pause/Stop buttons that could be navigated
>> and clicked using "SELECT" action along with "Add To Favorites" button that
>> would add the song currently playing to playlist.
>
> So what you want i
"Chris Griffiths" wrote:
> I was able to draw directly to the screen with a blank screen as the
> canvas but I thought it'd be cool for it to be customizable - and I
> wasn't sure how resizing/scaling would work if I created the screen this
> way.
You get the x0,y0,x1,y1 values when you draw. You
Rob Shortt wrote:
> Using an fxd file in this way is hackish though and I don't think it
> uses Freevo's mplayer plugin's network play support either. Someone
> could write a video webtv plugin similar to the webradio one as
> well. :)
I want to remove the webradio plugin soon. And most of the co
"Aleksey Sudakov" wrote:
> Well, if regular naviagation keys are taken, special keys could be used.
> It's just... I would like to see VCR controls (Play/Pause/Stop) and possibly
> some custom items like "add to playlist" (Rec) on audio player screen.
Play/Pause/Stop already work with the player.
"Jan Grewe" wrote:
> Hi all,
> The following strange things occur when i start my updated (first snapshot,
> then CVS) version of freevo:
>
> A) starting takes a lot of time!
> B) in my movies/images/music menus i only see "Home" and "Root" plus the
> plugins
A) and B) are related. Some config var
Michael Ruelle wrote:
> I would like to do the following to ChildApp
>
>
> IN:
> class ChildApp:
> Change
> init to:
> def __init__(self, app, stderrname='stderr', stdoutname='stdout',
> debug_name=None, doeslogging=0
"Jan Grewe" wrote:
> I've removed the old directory, it sortof works now, althought the
> convert_config script didn't work, i had to change a lot stuff by hand.
Strange, it works great for me. You need the second parameter -w to to
the write. Maybe I should document that better.
> The on/off ico
"Chris Griffiths" wrote:
> I had a feeling it wasn't going to be easy ...
It was easier than I thought.
> Your idea sounds good, although I dont know enough about the current
> setup to offer anything constructive.
>
> The main thing I guess is that there is no way to add a new "weather"
> sectio
"Jan Grewe" wrote:
> Yes, outicons, that was the name off those nice thingies!
Same code moved. I removed the patches from you to support outicons
from the plugins and put it into item.py. Maybe something got broken
on the way :-(
> Tha convert_config script crashes with the following error:
>
>
Hi,
I just removed to webradio plugin and replaced it with a fxd file. To
use it, just add 'fxd/webradio.fxd' to your AUDIO_ITEMS list.
I moved all working stations from the gxine-mediamarks file to the new
fxd file. All webradio problems should be gone now. If you have a
radio station you want
"Aleksey Sudakov" wrote:
> Hello,
>
> I am trying to write a plugin that would make freevo show me my and my
> friends' photoalbums on www.ofoto.com. So I need to make freevo download
> JPEGs over HTTP.
Nice idea. It would also be nice to have a gallery plugin to read
webpages based on gallery (i
"Aleksey Sudakov" wrote:
>>> I am trying to write a plugin that would make freevo show me my and my
>>> friends' photoalbums on www.ofoto.com. So I need to make freevo download
>>> JPEGs over HTTP.
>>
>> Nice idea. It would also be nice to have a gallery plugin to read
>> webpages based on gallery
Matthieu Weber wrote:
> Here is a patch that fixes the fxdhandler, videoitem and __init__ of the
> video subsystem. Unless the DTD for video fxd files has changed, the
> fxdhandler implementation does not respect the DTD (and none of my fxd
> work anymore).
Sorry. In the beginning I didn't even wa
Matthieu Weber wrote:
> When playing a movie ends, the eventhandler of DirItem tries to stop the
> background_playlist, but for some reason there is no such attribute in
> the object. Here is a quickfix that checks if such attribute exists
> before trying to access it.
>
> This bug might be the sig
[EMAIL PROTECTED] wrote:
> Update of /cvsroot/freevo/freevo/WIP/Ruelle
> In directory sc8-pr-cvs1:/tmp/cvs-serv4697
>
> Added Files:
> Mozilla.fxd
> Log Message:
> give an example fxd
>
> --- NEW FILE: Mozilla.fxd ---
>
>
>
> /usr/bin/MozillaFirebird
> 1
> metaci
Matthieu Weber wrote:
> On Mon 08.12.2003 at 07:26:57PM +0100, Dirk Meyer wrote:
>> Matthieu Weber wrote:
>> > Here is a patch that fixes the fxdhandler, videoitem and __init__ of the
>> > video subsystem. Unless the DTD for video fxd files has changed, the
>> >
Torben Janssen wrote:
> Hi,
>
> where is the best way to store permanent per item data?
No. Some plugins like the bookmark plugin use an extra file.
> i will try to write a plug-in to tag item as seen/heard/viewed.
> so i will need to store this info per item permanently.
Not so easy. You can't
Peter Svensson wrote:
> I just finished adding xpdf to the games menu to read som dox in freevo. Not
> optimal, but actually works OK.
>
> I played some nice tune and thought to detach itandlisten to it while I read
> some pdf. However, freevo crashed;
>
> Spoiler; AttributeError: 'list' object has
"Robert Rozman" wrote:
> Hi,
>
> I'm curious what are ways of sharing non-permanent data. For instance I get
> data with plugin that listens to tcp port and would like to have that data
> in idlebar plugin for instance.
>
> How can I do that ?
Each plugin is an object from your class. So you can s
Aubin Paul wrote:
> On Tue, Dec 09, 2003 at 08:48:47PM +0100, Dirk Meyer wrote:
>> 1. Create a file for each directory to store that data. This is more
>>or less duplicate work since mmpython does that.
>
> I think this would be necessary, simply because mmpython is a s
Peter Svensson wrote:
> I was going to gointo a directory containingmp3's. No such luck :-)=
>
> Spoiler;
>
> AttributeError: Playlist instance has no attribute 'filename'
Oops, copy'paste error. Fixed in cvs. You can fix it for your copy by
replacing all self.filename with playlist.
Dischi
--
Viggo Fredriksen wrote:
> Hi!
>
> I'm working on implementing an audio detach bar (with modified a detach.py).
>>From detach.py I call plugin.activate() for my DaemonPlugin. This
> works as expected. I also have a draw() function in this plugin, and I need
> to have a reasonably high poll_interval
Krister Lagerstrom wrote:
> [EMAIL PROTECTED] wrote:
>> + o remove the ChildAppThread stuff and make polling to avoid
>> + threading problems
>
> Some applications like MPlayer will "stutter" if Freevo isn't reading
> the tty output from it fast enough. This was one of the reasons for
> using s
Aubin Paul wrote:
> On Wed, Dec 10, 2003 at 05:52:51PM +0100, Dirk Meyer wrote:
>> Agreed. But maybe we could store the mmpython data ourself and bypass
>> the mmpython cache?
>
> What would be ideal is if we could override the mmpython cache
> (inherit, whatever :) an
Viggo Fredriksen wrote:
> I've tried adjusting the poll_interval when I don't need it to draw. Eg.
> setting it to 10 when drawing, 9 when not. It does however not
> seem to change after the interval is set for the first time in the __init__.
The poll() in the main loop looks like this:
|
Matthieu Weber wrote:
> I definitely need a lecture about event handling in Freevo (if someone
> is kind enough to explain this to me).
I will try.
Each Item handles an event and/or sends it to it's parent. It's done
by calling the Item.eventhandler() who checks 'if parent' and calls
the parent e
Aubin Paul wrote:
> On Wed, Dec 10, 2003 at 05:52:51PM +0100, Dirk Meyer wrote:
>> Agreed. But maybe we could store the mmpython data ourself and bypass
>> the mmpython cache?
>
> What would be ideal is if we could override the mmpython cache
> (inherit, whatever :) an
Matthieu Weber wrote:
> On Thu 11.12.2003 at 01:24:57PM +0100, Dirk Meyer wrote:
>> Does this help?
>
> Yes, thanks a lot. I didn't get that if the menu is active, it gets all
> the events, and if it is not active, it goes to... whom? the same object
> as the one that pos
Aubin Paul wrote:
>> Sounds good. But how to identify the namespace. A variable _id_ inside
>> an item? Inside every object that uses the storage?
>
> Hmm... when the plugin's register themselves, don't they "announce"
> their location?
Yes and no. A plugin has a name. But some plugins like the me
Torben Janssen wrote:
> Hi,
> sorry for my late answer.
>
>> Any ideas to solve this are welcome.
>
> for my problem it would be ok to store the data in the fxd-file?
> something like:
> foo.bar
> or
>
>
I don't think it's a good idea. You need to create fxd items for mp3
files
Aubin Paul wrote:
> On Fri, Dec 12, 2003 at 07:32:34PM +0100, Dirk Meyer wrote:
>> Yes and no. A plugin has a name. But some plugins like the mendiamenu
>> are loaded more than once. And we also want to store data for an item,
>> so we need a unique id here.
>
> Presuma
Hi,
I added some small time.clock() to the code, to see where we have a
speed problem right now. I made debug code at the following points:
menu: menu.py, call actions() and call the default action
check_cache: ppython cache loading
build: the complete build function in DirItem
Aubin Paul wrote:
> Is the background music in slideshows working?
Since 2 min ago, yes. The feature got broken when I merged the
Playlist classes into one Playlist. It should work again now.
Dischi
--
After all is said and done, a hell of a lot more is said than done.
--
Aubin Paul wrote:
> On Sat, Dec 13, 2003 at 11:01:25AM +0100, Dirk Meyer wrote:
>> > Presumably we'd have to extend the plugin initialization function to
>> > include this key...
>>
>> Yes, we could do that. BTW, why are you trying to add metainfo to a
>
pubz wrote:
> Here come another patch :o)
>
> In some cases supermount is not set in /etc/fstab like your regexp
> tries to match.
> My fstab look like :
> none/mnt/cdromsupermount
> fs=udf:iso9660,dev=/dev/dvd,--,nosuid,iocharset=iso8859-15,ro,nodev 0 0
> none/mnt/cdrom2supermount
pubz wrote:
> I've worked quite hard theses few days to make a proper rpm of freevo
> 1.4 with some patches I gave on this ML.
>
> This rpm is not using the freevo-runtime but the packages you've
> installed on your system.
Great.
> I'll published my packages tomorrow for MandrakeLinux Cooker an
Aubin Paul wrote:
> Hopefully Dischi will read this email, because the main issue is how
> to send commands to the mplayer plugin. Currently, I don't know how to
> call function in the mplayer plugin from another plugin, which is what
> we'd have to do for the bookmarking to "talk" back.
Maybe we
Aubin Paul wrote:
> On Sat, Dec 13, 2003 at 08:27:19PM +0100, Dirk Meyer wrote:
>> I'm thinking of all this metainfo stuff, and maybe you can do
>> something. My knowledge of databases is close to zero, I got my diplom
>> (similar to a master) without hearing anything abo
den_RDC wrote:
> I already nagged about this on irct, but i have collected some log output.
> The problem is the following : Freevo (1.4) kill's mplayer (with dfbmga)
> always the hard way when playing video. Playing audio files doesn't show any
> problem. I investigated this and made the followi
Richard van Paasen wrote:
> A zombie process is already dead and exit'ed. You cannot kill it
> again. The zombie process
> is waiting in the process list until the parent (freevo in this case)
> has checked its return status.
> You can get rid of the zombie by catching SIGCHLD or by calling the
> w
Peter Svensson wrote:
> Egads! That's strange. I had some problems installing it, but that was
> because I had an old out-of-date local_conf.py in the directory I was
> standing, but this doesn't look like that at all.
>
> I don't understand that /tmp thing at all. Sorry. And it doesn't matter that
Rob Shortt wrote:
> Dirk Meyer wrote:
>> Richard van Paasen wrote:
>>
>>>A zombie process is already dead and exit'ed. You cannot kill it
>>>again. The zombie process
>>>is waiting in the process list until the parent (freevo in this case)
>>
Aubin Paul wrote:
> Having looked into this a little for the past couple of days, and
> without knowing the authors original intent, I can't fix it. A flat
> playlist (like an m3u) is made of a list of strings, but trying to
> browse it in the menu structure always checks to see if it has Item
> p
[EMAIL PROTECTED] wrote:
> Update of /cvsroot/freevo/freevo/src
> In directory sc8-pr-cvs1:/tmp/cvs-serv20814
>
> Modified Files:
> playlist.py
> Log Message:
> Two bugfixes for the previously broken playlist stuff:
>
> * Don't iterate over the playlist if it is a string, since it just split
[EMAIL PROTECTED] wrote:
> Update of /cvsroot/freevo/freevo/src
> In directory sc8-pr-cvs1:/tmp/cvs-serv4786
>
> Modified Files:
> playlist.py
> Log Message:
> If we're using a playlist file, make sure the object has that attribute
> so we can use fileops on it later.
That's something I'm t
Robert Rozman wrote:
> Hi,
>
> after quite some time of thinking how to connect to other programs
> like Misterhouse I started to do some real tests on Freevo side. As
> python and Freevo newcomer I'd be really glad to receive some advice
> with this simple example:
> - One main menu item with five
Aubin Paul wrote:
> On Fri, Dec 19, 2003 at 07:15:28PM +0100, Dirk Meyer wrote:
>> That's something I'm thinking of changing. Some items have 'file',
>> some 'filename'. DVD items have filename == 1 for the first
>> track. Some also have '
Erwan Velu wrote:
> I've made a mapping for the Pinnacle PCTV Serial Remote.
> It could be good to integrate it in contrib/lirc.
Done
Dischi
--
"I've not lost my mind. It's backed up on tape somewhere." - Unknown
---
This SF.net email is sp
Matthieu Weber wrote:
> Here is a patch which makes the playing of FXD movies more friendly
In CVS, thanks.
Dischi
--
-
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!
-
Erwan Velu wrote:
> Le mar 16/12/2003 à 14:54, Erwan Velu a écrit :
>> In some case, CDROM/DVD devices are /dev/hdc so freevo didn't detect it.
>> I've made a small patch to use /proc/ide//media to know if it's
>> a cdrom or not.
>> If its the case, the device is added as a cdrom drive :o)
> Some o
Sorry for the late answer
pubz wrote:
> I was looking for freevo icons 16x16, 32x32, 48x48 for finishing my
> rpm but I didn't find them.
> Does some exists ?
No, but it should be easy to create icons based on the logo. One of
our main problems is, that we don't have any artists here to develop
i
Matthieu Weber wrote:
> On Thu 11.12.2003 at 09:40:42PM -0400, James Oakley wrote:
>> On December 11, 2003 06:41 am, Matthieu Weber wrote:
>> > I noticed that if you start freevo with a CD in the drive, it won't be
>> > able to eject the CD (and the CD is not mounted, I checked that too).
>> > The
Aubin Paul wrote:
> On Mon, Dec 22, 2003 at 10:43:51AM +0100, Dirk Meyer wrote:
>> I was thinking of adding move/delete/copy functions to the item
>> itself, based in self.files. If someone (like the gphoto plugin) needs
>> different functions to do this, the functions can be
Hi,
I spend some time in making Freevo faster. To see the difference, you
need current cvs of freevo _and_ mmpython. Than set OVERLAY_DIR to a
nice directory with _much_ free space. Also set
FREEVO_DIR_STORE_THUMBNAILS and FREEVO_DIR_STORE_MMPYTHON_DATA to 1.
After that, run 'freevo cache'.
What
"Cyril Lacoux [Yack]" wrote:
> It works fine for me, I would like to know if my work isn't so bad, and if
> someone could help me to clean it (the config is too dirty) and perhaps put
> it in the cvs!
There is one big problem: not all users are running Freevo under
X. There is a small plugin nam
"Cyril Lacoux [Yack]" wrote:
> Le Jeudi 01 Janvier 2004 18:42, Aubin Paul a écrit :
>
> Hi,
>
>> If you're talking about drawing the text on the mplayer screen, that
>> is possible currently, but you need a recent CVS version of mplayer.
>> As of right now, the only OSD message for mplayer is whe
Aubin Paul wrote:
> As of right now, the only application that I don't know about is XINE.
Xine can't do that (O know, because I wrote the stdctl stuff in
xine). But it shouldn't be too hard to add. I will try this weekend.
Dischi
--
Diplomat: A man who always remembers a woman's birthday but
Michael Ruelle wrote:
> I can add something to the tvtime handler. It shouldn't be too hard. All
> i have to watch is for em.OSD_MESSAGE and then send the event.arg to
> that stdout function for tvtime? I will try this now. What currently
> sends osd message events? so i can know what to test with.
"Robert Rozman" wrote:
> Hi,
>
> anyone there to give some quick help ?
I don't know what your problem is. The code looks good. So what do you
want as help?
Dischi
--
Voodoo is a very interesting religion for the whole family, even those
members of it who are dead.
-- (Terry Pratchett
Rob Shortt wrote:
> Dirk Meyer wrote:
>> Aubin Paul wrote:
>>
>>>As of right now, the only application that I don't know about is XINE.
>> Xine can't do that (O know, because I wrote the stdctl stuff in
>> xine). But it shouldn't be too hard to ad
"Robert Rozman" wrote:
> Hi,
>
> well when I press return on speak1 I don't go into new menu with two choices
> but instead both choices are executed twice and then get error that "no
> action defined for this choice".
>
> MY intention is to get into new menu with two choices that could then be
> e
Magnus Schmidt wrote:
> Hi,
>
> while trying to find a way to remote control freevo, I stumbled over xf4vnc
> (http://xf4vnc.sourceforge.net/), which adds the ability to use a vncviewer
> to access a running, local X display.
>
> Everything works fine, however when playing music the screen-upda
Peter Svensson wrote:
> Hmm. I have thought along similar lines. Presently I have organized my maybe
> 4-500 games into six subdirectories, which works kinda OK.
Yes, freevo will be slower for each file you have in a dir. It doesn't
matter if you have 10 or 20, but above 200 you notice the differe
Hi,
wir brauchen dringend mal die Option eine Änderung wieder rückgängig
zu machen. Oder bessere Backup/Restore Lösungen für Admins.
Dischi
--
Work is the greatest thing in the world, so save some for tomorrow.
---
This SF.net email is spon
Aubin Paul wrote:
> Ok, it's working, but it's clunky because the plugin is activated
> under the OSD interface when it really should be in the webserver.py
> helper.
>
> Anyone want to hazard a guess on the best way to do this?
I knew this day would come. So we need a plugin interface for the
we
Rob Shortt wrote:
> Aubin Paul wrote:
>> Ok, it's working, but it's clunky because the plugin is activated
>> under the OSD interface when it really should be in the webserver.py
>> helper. Anyone want to hazard a guess on the best way to do this?
>
> Sure. :)
>
> I had to get recordserver to use p
Aubin Paul wrote:
> Makes sense to me... Dischi's _debug_ command is a good example of how
> we could do it.
>
> On Mon, Jan 05, 2004 at 08:03:12PM -0500, Michael Ruelle wrote:
>> Ok i can see that. Maybe add a severity to the osd_message's and then we
>> can have things show/ignore it based on a t
1001 - 1100 of 2801 matches
Mail list logo