I have a little request for the matchviewer. Is it possible to have some sort of notification of events? the way matches are shown now, it is very hard to see when something happens. hope you guys will/can grand this wish :)
grtz Zazell
On Mon, 16 Aug 2004, Zazell Kroeske wrote:
I have a little request for the matchviewer. Is it possible to have some sort of notification of events? the way matches are shown now, it is very hard to see when something happens. hope you guys will/can grand this wish :)
OK, I see your point and agree. What would be a good way of solving this? The game turns red if there's been some action and then turns back into it's correct colour after it's been viewed?
Is anyone interrested in having sounds for, say goals and maybe chances and cards? This would be quite easy to accomplish, I believe, although the main problem is probably getting hold of good, free, sounds. But support without any bundled sound would be possible.
/Oscar
On Tue, 2004-08-17 at 10:32, Oscar Gustafsson wrote:
On Mon, 16 Aug 2004, Zazell Kroeske wrote:
I have a little request for the matchviewer. Is it possible to have some sort of notification of events? the way matches are shown now, it is very hard to see when something happens. hope you guys will/can grand this wish :)
OK, I see your point and agree. What would be a good way of solving this? The game turns red if there's been some action and then turns back into it's correct colour after it's been viewed?
would be nice. another option might be a small popup window which remains visible for x seconds showing the event and perhaps a relevant graphic or a sounds (as you mentioned below).
Is anyone interrested in having sounds for, say goals and maybe chances and cards? This would be quite easy to accomplish, I believe, although the main problem is probably getting hold of good, free, sounds. But support without any bundled sound would be possible.
I know loke (the guy that develops HAM) has sounds in his matchviewer, perhaps he is willing to release those under somesort of free licence?
Zazell
I know loke (the guy that develops HAM) has sounds in his matchviewer, perhaps he is willing to release those under somesort of free licence?
Could be worth looking into. I know most Swedish people would prefer using the jingle that the national radio uses for it's sport transmissions when there's been a goal. :-)
Btw, I've checked in event notification and sound support now. It seems to work (as I can tell of watching games for 20 minutes).
Note that it is turned off by default, so you have to activate it in the settings.
/Oscar
On Tue, 2004-08-17 at 18:29, Oscar Gustafsson wrote:
I know loke (the guy that develops HAM) has sounds in his matchviewer, perhaps he is willing to release those under somesort of free licence?
Could be worth looking into. I know most Swedish people would prefer using the jingle that the national radio uses for it's sport transmissions when there's been a goal. :-)
Btw, I've checked in event notification and sound support now. It seems to work (as I can tell of watching games for 20 minutes).
Note that it is turned off by default, so you have to activate it in the settings.
/Oscar _______________________________________________ Mattricks mailing list Mattricks@lists.lysator.liu.se http://lists.lysator.liu.se/mailman/listinfo/mattricks
Just trying it out. can you tell me what kind of sound files are supported? because I get an error (traceback below) when a goal is scored (im using a soundfile (mp3) from Criollo Viewer for a scored goal).
Traceback (most recent call last): File "/home/zazell/cvs/cvs/Mattricks/Mattricks/MatchViewerPage.py", line 199, in OnLiveUpdate self.small_views[i].Update() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/MatchViewerPage.py", line 1029, in Update wav = wxWave(filename) File "/usr/lib/python2.3/site-packages/wxPython/misc2.py", line 828, in __init__ self.this = misc2c.new_wxWave(*_args,**_kwargs) NotImplementedError: wxWave is not available on this platform.
Just trying it out. can you tell me what kind of sound files are supported? because I get an error (traceback below) when a goal is scored (im using a soundfile (mp3) from Criollo Viewer for a scored goal).
Traceback (most recent call last): File "/home/zazell/cvs/cvs/Mattricks/Mattricks/MatchViewerPage.py", line 199, in OnLiveUpdate self.small_views[i].Update() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/MatchViewerPage.py", line 1029, in Update wav = wxWave(filename) File "/usr/lib/python2.3/site-packages/wxPython/misc2.py", line 828, in __init__ self.this = misc2c.new_wxWave(*_args,**_kwargs) NotImplementedError: wxWave is not available on this platform.
I would believe only .wav is supported. However the last line of the error makes me think that the wxWave class is not implemented at all on Linux (which you are running, right?).
I'll try to look into it tomorrow.
/Oscar
On Tue, 2004-08-17 at 20:46, Oscar Gustafsson wrote:
Just trying it out. can you tell me what kind of sound files are supported? because I get an error (traceback below) when a goal is scored (im using a soundfile (mp3) from Criollo Viewer for a scored goal).
Traceback (most recent call last): File "/home/zazell/cvs/cvs/Mattricks/Mattricks/MatchViewerPage.py", line 199, in OnLiveUpdate self.small_views[i].Update() File "/home/zazell/cvs/cvs/Mattricks/Mattricks/MatchViewerPage.py", line 1029, in Update wav = wxWave(filename) File "/usr/lib/python2.3/site-packages/wxPython/misc2.py", line 828, in __init__ self.this = misc2c.new_wxWave(*_args,**_kwargs) NotImplementedError: wxWave is not available on this platform.
I would believe only .wav is supported. However the last line of the error makes me think that the wxWave class is not implemented at all on Linux (which you are running, right?).
I'll try to look into it tomorrow.
/Oscar _______________________________________________ Mattricks mailing list Mattricks@lists.lysator.liu.se http://lists.lysator.liu.se/mailman/listinfo/mattricks
I tried .wav also, gives the same output. guess it is not implemented yet on linux :(
On Wed, 2004-08-18 at 12:48, Oscar Gustafsson wrote:
On Tue, 17 Aug 2004, Zazell Kroeske wrote:
I tried .wav also, gives the same output. guess it is not implemented yet on linux :( From what I've read it's implemented on Win and GTK. This probably means
either:
In this context GTK and GTK2 is not the same. You are using GTK2?
GTK is not supported in wxPython, despite being supported in wxWidgets.
Someone has messed up.
Can you please inform me about the current versions of Linux, Python and wxPython? Have you built wxPython yourself or are you using a distributed version? These allows me to get a good answer in the wxPython mailinglist.
I'll try to patch the code to at least avoid errors.
/Oscar _______________________________________________ Mattricks mailing list Mattricks@lists.lysator.liu.se http://lists.lysator.liu.se/mailman/listinfo/mattricks
My linux version is 2.6.7, python is 2.3.3 and wxPython is 2.4.2.4. (thats the wxWidgets version number) all software is installed by rpm (fedora core 2).
Zazell
mattricks@lists.lysator.liu.se